-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update gapic-generator-java to 2.21.0
PiperOrigin-RevId: 538365689 Source-Link: googleapis/googleapis@7ac8a24 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e58eedb75d3c07878097cdfbfd3ffdb7646763a3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTU4ZWVkYjc1ZDNjMDc4NzgwOTdjZGZiZmQzZmZkYjc2NDY3NjNhMyJ9 chore: upgrading protobuf to 23.2 for code generation PiperOrigin-RevId: 537035741 Source-Link: googleapis/googleapis@640f743 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ec02ed2022878f99c94c763060ff6a018896b6e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWVjMDJlZDIwMjI4NzhmOTljOTRjNzYzMDYwZmY2YTAxODg5NmI2ZSJ9 feat: add ChangeStreamConfig to CreateTable and UpdateTable PiperOrigin-RevId: 534836567 Source-Link: googleapis/googleapis@eb2d1f1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/64cebcfc2765bff5afb19c140d4b1600dfdaebad Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjRjZWJjZmMyNzY1YmZmNWFmYjE5YzE0MGQ0YjE2MDBkZmRhZWJhZCJ9 chore: upgrading Protobuf to 23.1 and gRPC to 1.55.0 in code generation PiperOrigin-RevId: 534084593 Source-Link: googleapis/googleapis@aa4559a Source-Link: https://github.com/googleapis/googleapis-gen/commit/370325af8236732f5885f5940e0ef481fee83003 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwMzI1YWY4MjM2NzMyZjU4ODVmNTk0MGUwZWY0ODFmZWU4MzAwMyJ9
- Loading branch information
1 parent
96aaa2a
commit 0d9e2d0
Showing
327 changed files
with
61,576 additions
and
59,504 deletions.
There are no files selected for viewing
2,790 changes: 0 additions & 2,790 deletions
2,790
...gtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableInstanceAdminGrpc.java
This file was deleted.
Oops, something went wrong.
1,298 changes: 0 additions & 1,298 deletions
1,298
grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java
This file was deleted.
Oops, something went wrong.
3,284 changes: 3,284 additions & 0 deletions
3,284
...ble/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
527 changes: 527 additions & 0 deletions
527
...e/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
4,132 changes: 4,132 additions & 0 deletions
4,132
...gtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
560 changes: 560 additions & 0 deletions
560
...able/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminSettings.java
Large diffs are not rendered by default.
Oops, something went wrong.
162 changes: 162 additions & 0 deletions
162
...oogle-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "java", | ||
"protoPackage": "google.bigtable.admin.v2", | ||
"libraryPackage": "com.google.cloud.bigtable.admin.v2", | ||
"services": { | ||
"BigtableInstanceAdmin": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "BaseBigtableInstanceAdminClient", | ||
"rpcs": { | ||
"CreateAppProfile": { | ||
"methods": ["createAppProfile", "createAppProfile", "createAppProfile", "createAppProfileCallable"] | ||
}, | ||
"CreateCluster": { | ||
"methods": ["createClusterAsync", "createClusterAsync", "createClusterAsync", "createClusterOperationCallable", "createClusterCallable"] | ||
}, | ||
"CreateInstance": { | ||
"methods": ["createInstanceAsync", "createInstanceAsync", "createInstanceAsync", "createInstanceOperationCallable", "createInstanceCallable"] | ||
}, | ||
"DeleteAppProfile": { | ||
"methods": ["deleteAppProfile", "deleteAppProfile", "deleteAppProfile", "deleteAppProfileCallable"] | ||
}, | ||
"DeleteCluster": { | ||
"methods": ["deleteCluster", "deleteCluster", "deleteCluster", "deleteClusterCallable"] | ||
}, | ||
"DeleteInstance": { | ||
"methods": ["deleteInstance", "deleteInstance", "deleteInstance", "deleteInstanceCallable"] | ||
}, | ||
"GetAppProfile": { | ||
"methods": ["getAppProfile", "getAppProfile", "getAppProfile", "getAppProfileCallable"] | ||
}, | ||
"GetCluster": { | ||
"methods": ["getCluster", "getCluster", "getCluster", "getClusterCallable"] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"] | ||
}, | ||
"GetInstance": { | ||
"methods": ["getInstance", "getInstance", "getInstance", "getInstanceCallable"] | ||
}, | ||
"ListAppProfiles": { | ||
"methods": ["listAppProfiles", "listAppProfiles", "listAppProfiles", "listAppProfilesPagedCallable", "listAppProfilesCallable"] | ||
}, | ||
"ListClusters": { | ||
"methods": ["listClusters", "listClusters", "listClusters", "listClustersCallable"] | ||
}, | ||
"ListHotTablets": { | ||
"methods": ["listHotTablets", "listHotTablets", "listHotTablets", "listHotTabletsPagedCallable", "listHotTabletsCallable"] | ||
}, | ||
"ListInstances": { | ||
"methods": ["listInstances", "listInstances", "listInstances", "listInstancesCallable"] | ||
}, | ||
"PartialUpdateCluster": { | ||
"methods": ["partialUpdateClusterAsync", "partialUpdateClusterAsync", "partialUpdateClusterOperationCallable", "partialUpdateClusterCallable"] | ||
}, | ||
"PartialUpdateInstance": { | ||
"methods": ["partialUpdateInstanceAsync", "partialUpdateInstanceAsync", "partialUpdateInstanceOperationCallable", "partialUpdateInstanceCallable"] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"] | ||
}, | ||
"UpdateAppProfile": { | ||
"methods": ["updateAppProfileAsync", "updateAppProfileAsync", "updateAppProfileOperationCallable", "updateAppProfileCallable"] | ||
}, | ||
"UpdateCluster": { | ||
"methods": ["updateClusterAsync", "updateClusterOperationCallable", "updateClusterCallable"] | ||
}, | ||
"UpdateInstance": { | ||
"methods": ["updateInstance", "updateInstanceCallable"] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"BigtableTableAdmin": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "BaseBigtableTableAdminClient", | ||
"rpcs": { | ||
"CheckConsistency": { | ||
"methods": ["checkConsistency", "checkConsistency", "checkConsistency", "checkConsistencyCallable"] | ||
}, | ||
"CreateBackup": { | ||
"methods": ["createBackupAsync", "createBackupAsync", "createBackupAsync", "createBackupOperationCallable", "createBackupCallable"] | ||
}, | ||
"CreateTable": { | ||
"methods": ["createTable", "createTable", "createTable", "createTableCallable"] | ||
}, | ||
"CreateTableFromSnapshot": { | ||
"methods": ["createTableFromSnapshotAsync", "createTableFromSnapshotAsync", "createTableFromSnapshotAsync", "createTableFromSnapshotAsync", "createTableFromSnapshotAsync", "createTableFromSnapshotOperationCallable", "createTableFromSnapshotCallable"] | ||
}, | ||
"DeleteBackup": { | ||
"methods": ["deleteBackup", "deleteBackup", "deleteBackup", "deleteBackupCallable"] | ||
}, | ||
"DeleteSnapshot": { | ||
"methods": ["deleteSnapshot", "deleteSnapshot", "deleteSnapshot", "deleteSnapshotCallable"] | ||
}, | ||
"DeleteTable": { | ||
"methods": ["deleteTable", "deleteTable", "deleteTable", "deleteTableCallable"] | ||
}, | ||
"DropRowRange": { | ||
"methods": ["dropRowRange", "dropRowRangeCallable"] | ||
}, | ||
"GenerateConsistencyToken": { | ||
"methods": ["generateConsistencyToken", "generateConsistencyToken", "generateConsistencyToken", "generateConsistencyTokenCallable"] | ||
}, | ||
"GetBackup": { | ||
"methods": ["getBackup", "getBackup", "getBackup", "getBackupCallable"] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"] | ||
}, | ||
"GetSnapshot": { | ||
"methods": ["getSnapshot", "getSnapshot", "getSnapshot", "getSnapshotCallable"] | ||
}, | ||
"GetTable": { | ||
"methods": ["getTable", "getTable", "getTable", "getTableCallable"] | ||
}, | ||
"ListBackups": { | ||
"methods": ["listBackups", "listBackups", "listBackups", "listBackupsPagedCallable", "listBackupsCallable"] | ||
}, | ||
"ListSnapshots": { | ||
"methods": ["listSnapshots", "listSnapshots", "listSnapshots", "listSnapshotsPagedCallable", "listSnapshotsCallable"] | ||
}, | ||
"ListTables": { | ||
"methods": ["listTables", "listTables", "listTables", "listTablesPagedCallable", "listTablesCallable"] | ||
}, | ||
"ModifyColumnFamilies": { | ||
"methods": ["modifyColumnFamilies", "modifyColumnFamilies", "modifyColumnFamilies", "modifyColumnFamiliesCallable"] | ||
}, | ||
"RestoreTable": { | ||
"methods": ["restoreTableAsync", "restoreTableOperationCallable", "restoreTableCallable"] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": ["setIamPolicy", "setIamPolicy", "setIamPolicy", "setIamPolicyCallable"] | ||
}, | ||
"SnapshotTable": { | ||
"methods": ["snapshotTableAsync", "snapshotTableAsync", "snapshotTableAsync", "snapshotTableAsync", "snapshotTableAsync", "snapshotTableOperationCallable", "snapshotTableCallable"] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": ["testIamPermissions", "testIamPermissions", "testIamPermissions", "testIamPermissionsCallable"] | ||
}, | ||
"UndeleteTable": { | ||
"methods": ["undeleteTableAsync", "undeleteTableAsync", "undeleteTableAsync", "undeleteTableOperationCallable", "undeleteTableCallable"] | ||
}, | ||
"UpdateBackup": { | ||
"methods": ["updateBackup", "updateBackup", "updateBackupCallable"] | ||
}, | ||
"UpdateTable": { | ||
"methods": ["updateTableAsync", "updateTableAsync", "updateTableOperationCallable", "updateTableCallable"] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
69 changes: 69 additions & 0 deletions
69
.../google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* | ||
* Copyright 2023 Google LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* https://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
/** | ||
* A client to Cloud Bigtable Admin API | ||
* | ||
* <p>The interfaces provided are listed below, along with usage samples. | ||
* | ||
* <p>======================= BaseBigtableInstanceAdminClient ======================= | ||
* | ||
* <p>Service Description: Service for creating, configuring, and deleting Cloud Bigtable Instances | ||
* and Clusters. Provides access to the Instance and Cluster schemas only, not the tables' metadata | ||
* or data stored in those tables. | ||
* | ||
* <p>Sample for BaseBigtableInstanceAdminClient: | ||
* | ||
* <pre>{@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 (BaseBigtableInstanceAdminClient baseBigtableInstanceAdminClient = | ||
* BaseBigtableInstanceAdminClient.create()) { | ||
* InstanceName name = InstanceName.of("[PROJECT]", "[INSTANCE]"); | ||
* Instance response = baseBigtableInstanceAdminClient.getInstance(name); | ||
* } | ||
* }</pre> | ||
* | ||
* <p>======================= BaseBigtableTableAdminClient ======================= | ||
* | ||
* <p>Service Description: Service for creating, configuring, and deleting Cloud Bigtable tables. | ||
* | ||
* <p>Provides access to the table schemas only, not the data stored within the tables. | ||
* | ||
* <p>Sample for BaseBigtableTableAdminClient: | ||
* | ||
* <pre>{@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 (BaseBigtableTableAdminClient baseBigtableTableAdminClient = | ||
* BaseBigtableTableAdminClient.create()) { | ||
* InstanceName parent = InstanceName.of("[PROJECT]", "[INSTANCE]"); | ||
* String tableId = "tableId-1552905847"; | ||
* Table table = Table.newBuilder().build(); | ||
* Table response = baseBigtableTableAdminClient.createTable(parent, tableId, table); | ||
* } | ||
* }</pre> | ||
*/ | ||
@Generated("by gapic-generator-java") | ||
package com.google.cloud.bigtable.admin.v2; | ||
|
||
import javax.annotation.Generated; |
Oops, something went wrong.