diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index 1f218b287..31a38fbb0 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - - uses: googleapis/sdk-platform-java/.github/scripts@v2.62.3 + - uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1 if: env.SHOULD_RUN == 'true' with: base_ref: ${{ github.base_ref }} diff --git a/README.md b/README.md index b545b1f89..0b99d5cbe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.69.0') +implementation platform('com.google.cloud:libraries-bom:26.71.0') implementation 'com.google.cloud:google-cloud-firestore' ``` diff --git a/generation_config.yaml b/generation_config.yaml index 7447c2085..b1f922eda 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ -gapic_generator_version: 2.62.3 -googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d -libraries_bom_version: 26.69.0 +gapic_generator_version: 2.64.1 +googleapis_commitish: 5342712986262b93211b136eb4bd6fb79b3764af +libraries_bom_version: 26.71.0 libraries: - api_shortname: firestore name_pretty: Cloud Firestore diff --git a/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 index a8e23a2c1..bbe272f43 100644 --- a/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 @@ -43,9 +43,6 @@ * service `google.longrunning.Operations`. * */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/firestore/admin/v1/firestore_admin.proto") @io.grpc.stub.annotations.GrpcGenerated public final class FirestoreAdminGrpc { @@ -2808,8 +2805,8 @@ protected FirestoreAdminBlockingV2Stub build( * */ public com.google.longrunning.Operation createIndex( - com.google.firestore.admin.v1.CreateIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.CreateIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateIndexMethod(), getCallOptions(), request); } @@ -2821,8 +2818,8 @@ public com.google.longrunning.Operation createIndex( * */ public com.google.firestore.admin.v1.ListIndexesResponse listIndexes( - com.google.firestore.admin.v1.ListIndexesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListIndexesRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListIndexesMethod(), getCallOptions(), request); } @@ -2834,8 +2831,8 @@ public com.google.firestore.admin.v1.ListIndexesResponse listIndexes( * */ public com.google.firestore.admin.v1.Index getIndex( - com.google.firestore.admin.v1.GetIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetIndexMethod(), getCallOptions(), request); } @@ -2847,8 +2844,8 @@ public com.google.firestore.admin.v1.Index getIndex( * */ public com.google.protobuf.Empty deleteIndex( - com.google.firestore.admin.v1.DeleteIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DeleteIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteIndexMethod(), getCallOptions(), request); } @@ -2860,8 +2857,8 @@ public com.google.protobuf.Empty deleteIndex( * */ public com.google.firestore.admin.v1.Field getField( - com.google.firestore.admin.v1.GetFieldRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetFieldRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetFieldMethod(), getCallOptions(), request); } @@ -2886,8 +2883,8 @@ public com.google.firestore.admin.v1.Field getField( * */ public com.google.longrunning.Operation updateField( - com.google.firestore.admin.v1.UpdateFieldRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.UpdateFieldRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getUpdateFieldMethod(), getCallOptions(), request); } @@ -2906,8 +2903,8 @@ public com.google.longrunning.Operation updateField( * */ public com.google.firestore.admin.v1.ListFieldsResponse listFields( - com.google.firestore.admin.v1.ListFieldsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListFieldsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListFieldsMethod(), getCallOptions(), request); } @@ -2928,8 +2925,9 @@ public com.google.firestore.admin.v1.ListFieldsResponse listFields( * */ public com.google.longrunning.Operation exportDocuments( - com.google.firestore.admin.v1.ExportDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ExportDocumentsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getExportDocumentsMethod(), getCallOptions(), request); } @@ -2945,8 +2943,9 @@ public com.google.longrunning.Operation exportDocuments( * */ public com.google.longrunning.Operation importDocuments( - com.google.firestore.admin.v1.ImportDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ImportDocumentsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getImportDocumentsMethod(), getCallOptions(), request); } @@ -2964,8 +2963,9 @@ public com.google.longrunning.Operation importDocuments( * */ public com.google.longrunning.Operation bulkDeleteDocuments( - com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.BulkDeleteDocumentsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getBulkDeleteDocumentsMethod(), getCallOptions(), request); } @@ -2977,8 +2977,9 @@ public com.google.longrunning.Operation bulkDeleteDocuments( * */ public com.google.longrunning.Operation createDatabase( - com.google.firestore.admin.v1.CreateDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.CreateDatabaseRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateDatabaseMethod(), getCallOptions(), request); } @@ -2990,8 +2991,8 @@ public com.google.longrunning.Operation createDatabase( * */ public com.google.firestore.admin.v1.Database getDatabase( - com.google.firestore.admin.v1.GetDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetDatabaseRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetDatabaseMethod(), getCallOptions(), request); } @@ -3003,8 +3004,8 @@ public com.google.firestore.admin.v1.Database getDatabase( * */ public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases( - com.google.firestore.admin.v1.ListDatabasesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListDatabasesRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListDatabasesMethod(), getCallOptions(), request); } @@ -3016,8 +3017,9 @@ public com.google.firestore.admin.v1.ListDatabasesResponse listDatabases( * */ public com.google.longrunning.Operation updateDatabase( - com.google.firestore.admin.v1.UpdateDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.UpdateDatabaseRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getUpdateDatabaseMethod(), getCallOptions(), request); } @@ -3029,8 +3031,9 @@ public com.google.longrunning.Operation updateDatabase( * */ public com.google.longrunning.Operation deleteDatabase( - com.google.firestore.admin.v1.DeleteDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DeleteDatabaseRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteDatabaseMethod(), getCallOptions(), request); } @@ -3042,8 +3045,9 @@ public com.google.longrunning.Operation deleteDatabase( * */ public com.google.firestore.admin.v1.UserCreds createUserCreds( - com.google.firestore.admin.v1.CreateUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.CreateUserCredsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateUserCredsMethod(), getCallOptions(), request); } @@ -3056,8 +3060,8 @@ public com.google.firestore.admin.v1.UserCreds createUserCreds( * */ public com.google.firestore.admin.v1.UserCreds getUserCreds( - com.google.firestore.admin.v1.GetUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetUserCredsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetUserCredsMethod(), getCallOptions(), request); } @@ -3070,8 +3074,8 @@ public com.google.firestore.admin.v1.UserCreds getUserCreds( * */ public com.google.firestore.admin.v1.ListUserCredsResponse listUserCreds( - com.google.firestore.admin.v1.ListUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListUserCredsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListUserCredsMethod(), getCallOptions(), request); } @@ -3083,8 +3087,9 @@ public com.google.firestore.admin.v1.ListUserCredsResponse listUserCreds( * */ public com.google.firestore.admin.v1.UserCreds enableUserCreds( - com.google.firestore.admin.v1.EnableUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.EnableUserCredsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getEnableUserCredsMethod(), getCallOptions(), request); } @@ -3096,8 +3101,9 @@ public com.google.firestore.admin.v1.UserCreds enableUserCreds( * */ public com.google.firestore.admin.v1.UserCreds disableUserCreds( - com.google.firestore.admin.v1.DisableUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DisableUserCredsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDisableUserCredsMethod(), getCallOptions(), request); } @@ -3109,8 +3115,9 @@ public com.google.firestore.admin.v1.UserCreds disableUserCreds( * */ public com.google.firestore.admin.v1.UserCreds resetUserPassword( - com.google.firestore.admin.v1.ResetUserPasswordRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ResetUserPasswordRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getResetUserPasswordMethod(), getCallOptions(), request); } @@ -3122,8 +3129,9 @@ public com.google.firestore.admin.v1.UserCreds resetUserPassword( * */ public com.google.protobuf.Empty deleteUserCreds( - com.google.firestore.admin.v1.DeleteUserCredsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DeleteUserCredsRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteUserCredsMethod(), getCallOptions(), request); } @@ -3135,8 +3143,8 @@ public com.google.protobuf.Empty deleteUserCreds( * */ public com.google.firestore.admin.v1.Backup getBackup( - com.google.firestore.admin.v1.GetBackupRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetBackupRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetBackupMethod(), getCallOptions(), request); } @@ -3148,8 +3156,8 @@ public com.google.firestore.admin.v1.Backup getBackup( * */ public com.google.firestore.admin.v1.ListBackupsResponse listBackups( - com.google.firestore.admin.v1.ListBackupsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListBackupsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListBackupsMethod(), getCallOptions(), request); } @@ -3161,8 +3169,8 @@ public com.google.firestore.admin.v1.ListBackupsResponse listBackups( * */ public com.google.protobuf.Empty deleteBackup( - com.google.firestore.admin.v1.DeleteBackupRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DeleteBackupRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteBackupMethod(), getCallOptions(), request); } @@ -3188,8 +3196,9 @@ public com.google.protobuf.Empty deleteBackup( * */ public com.google.longrunning.Operation restoreDatabase( - com.google.firestore.admin.v1.RestoreDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.RestoreDatabaseRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getRestoreDatabaseMethod(), getCallOptions(), request); } @@ -3203,8 +3212,9 @@ public com.google.longrunning.Operation restoreDatabase( * */ public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule( - com.google.firestore.admin.v1.CreateBackupScheduleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.CreateBackupScheduleRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateBackupScheduleMethod(), getCallOptions(), request); } @@ -3216,8 +3226,9 @@ public com.google.firestore.admin.v1.BackupSchedule createBackupSchedule( * */ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule( - com.google.firestore.admin.v1.GetBackupScheduleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.GetBackupScheduleRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetBackupScheduleMethod(), getCallOptions(), request); } @@ -3229,8 +3240,9 @@ public com.google.firestore.admin.v1.BackupSchedule getBackupSchedule( * */ public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSchedules( - com.google.firestore.admin.v1.ListBackupSchedulesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.ListBackupSchedulesRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListBackupSchedulesMethod(), getCallOptions(), request); } @@ -3242,8 +3254,9 @@ public com.google.firestore.admin.v1.ListBackupSchedulesResponse listBackupSched * */ public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule( - com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.UpdateBackupScheduleRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getUpdateBackupScheduleMethod(), getCallOptions(), request); } @@ -3255,8 +3268,9 @@ public com.google.firestore.admin.v1.BackupSchedule updateBackupSchedule( * */ public com.google.protobuf.Empty deleteBackupSchedule( - com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.DeleteBackupScheduleRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteBackupScheduleMethod(), getCallOptions(), request); } @@ -3282,8 +3296,8 @@ public com.google.protobuf.Empty deleteBackupSchedule( * */ public com.google.longrunning.Operation cloneDatabase( - com.google.firestore.admin.v1.CloneDatabaseRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.admin.v1.CloneDatabaseRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCloneDatabaseMethod(), getCallOptions(), request); } } 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 index 0185667cf..cd61eeaeb 100644 --- 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 @@ -30,9 +30,6 @@ * 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 { @@ -1386,8 +1383,8 @@ protected FirestoreBlockingV2Stub build( * */ public com.google.firestore.v1.Document getDocument( - com.google.firestore.v1.GetDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.GetDocumentRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetDocumentMethod(), getCallOptions(), request); } @@ -1399,8 +1396,8 @@ public com.google.firestore.v1.Document getDocument( * */ public com.google.firestore.v1.ListDocumentsResponse listDocuments( - com.google.firestore.v1.ListDocumentsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.ListDocumentsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListDocumentsMethod(), getCallOptions(), request); } @@ -1412,8 +1409,8 @@ public com.google.firestore.v1.ListDocumentsResponse listDocuments( * */ public com.google.firestore.v1.Document updateDocument( - com.google.firestore.v1.UpdateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.UpdateDocumentRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getUpdateDocumentMethod(), getCallOptions(), request); } @@ -1425,8 +1422,8 @@ public com.google.firestore.v1.Document updateDocument( * */ public com.google.protobuf.Empty deleteDocument( - com.google.firestore.v1.DeleteDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.DeleteDocumentRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteDocumentMethod(), getCallOptions(), request); } @@ -1454,8 +1451,8 @@ public com.google.protobuf.Empty deleteDocument( * */ public com.google.firestore.v1.BeginTransactionResponse beginTransaction( - com.google.firestore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.BeginTransactionRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getBeginTransactionMethod(), getCallOptions(), request); } @@ -1467,8 +1464,8 @@ public com.google.firestore.v1.BeginTransactionResponse beginTransaction( * */ public com.google.firestore.v1.CommitResponse commit( - com.google.firestore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.CommitRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCommitMethod(), getCallOptions(), request); } @@ -1479,8 +1476,9 @@ public com.google.firestore.v1.CommitResponse commit( * Rolls back a transaction. * */ - public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + public com.google.protobuf.Empty rollback(com.google.firestore.v1.RollbackRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getRollbackMethod(), getCallOptions(), request); } @@ -1531,8 +1529,8 @@ public io.grpc.stub.BlockingClientCall */ public com.google.firestore.v1.PartitionQueryResponse partitionQuery( - com.google.firestore.v1.PartitionQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.PartitionQueryRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getPartitionQueryMethod(), getCallOptions(), request); } @@ -1576,8 +1574,8 @@ public com.google.firestore.v1.PartitionQueryResponse partitionQuery( * */ public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds( - com.google.firestore.v1.ListCollectionIdsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.ListCollectionIdsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListCollectionIdsMethod(), getCallOptions(), request); } @@ -1596,8 +1594,8 @@ public com.google.firestore.v1.ListCollectionIdsResponse listCollectionIds( * */ public com.google.firestore.v1.BatchWriteResponse batchWrite( - com.google.firestore.v1.BatchWriteRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.BatchWriteRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getBatchWriteMethod(), getCallOptions(), request); } @@ -1609,8 +1607,8 @@ public com.google.firestore.v1.BatchWriteResponse batchWrite( * */ public com.google.firestore.v1.Document createDocument( - com.google.firestore.v1.CreateDocumentRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.firestore.v1.CreateDocumentRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateDocumentMethod(), getCallOptions(), request); } }