Skip to content

Commit b5acca6

Browse files
cloud-java-botandre-sampaiomutianf
authored
chore: Update generation configuration at Wed Jul 2 02:33:52 UTC 2025 (#2597)
* chore: Update generation configuration at Tue Apr 29 02:30:31 UTC 2025 * chore: Update generation configuration at Wed Apr 30 02:30:32 UTC 2025 * chore: Update generation configuration at Thu May 1 02:33:38 UTC 2025 * chore: Update generation configuration at Fri May 2 02:30:49 UTC 2025 * chore: Update generation configuration at Sat Jun 7 02:32:07 UTC 2025 * chore: Update generation configuration at Tue Jun 10 02:33:39 UTC 2025 * chore: Update generation configuration at Wed Jun 11 02:32:56 UTC 2025 * chore: Update generation configuration at Thu Jun 12 02:32:34 UTC 2025 * chore: Update generation configuration at Fri Jun 13 02:32:58 UTC 2025 * chore: Update generation configuration at Sat Jun 14 02:31:48 UTC 2025 * chore: Update generation configuration at Tue Jun 17 02:33:21 UTC 2025 * chore: generate libraries at Tue Jun 17 02:33:58 UTC 2025 * chore: Update generation configuration at Wed Jun 18 02:32:47 UTC 2025 * chore: Update generation configuration at Thu Jun 19 02:33:11 UTC 2025 * chore: Update generation configuration at Fri Jun 20 02:32:53 UTC 2025 * chore: Update generation configuration at Sat Jun 21 02:32:05 UTC 2025 * chore: Update generation configuration at Wed Jun 25 02:34:28 UTC 2025 * chore: generate libraries at Wed Jun 25 02:34:58 UTC 2025 * chore: Update generation configuration at Thu Jun 26 02:33:39 UTC 2025 * chore: Update generation configuration at Fri Jun 27 02:34:16 UTC 2025 * chore: generate libraries at Fri Jun 27 19:47:33 UTC 2025 * Update clirr-ignored-differences.xml * Update BigtableTableAdminSettingsTest.java * Update BigtableTableAdminSettingsTest.java * chore: Update generation configuration at Sat Jun 28 02:32:09 UTC 2025 * chore: generate libraries at Sat Jun 28 02:32:38 UTC 2025 * chore: Update generation configuration at Sun Jun 29 02:41:31 UTC 2025 * chore: Update generation configuration at Tue Jul 1 02:42:37 UTC 2025 * fix tests * chore: Update generation configuration at Wed Jul 2 02:33:52 UTC 2025 --------- Co-authored-by: André Barbosa Sampaio <[email protected]> Co-authored-by: Mattie Fu <[email protected]>
1 parent 57309c1 commit b5acca6

File tree

56 files changed

+16866
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+16866
-449
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.59.0
2-
googleapis_commitish: 4c2be914d36599e4db46e2d77d02f3f00665cc89
2+
googleapis_commitish: 63161c080e7eb3dd1d4fe76db1fad108b6ac9a27
33
libraries_bom_version: 26.61.0
44
template_excludes:
55
- .gitignore

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminClient.java

Lines changed: 898 additions & 63 deletions
Large diffs are not rendered by default.

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminSettings.java

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse;
2020
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse;
21+
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesPagedResponse;
2122
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse;
2223
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse;
2324

@@ -43,31 +44,38 @@
4344
import com.google.bigtable.admin.v2.CreateAuthorizedViewRequest;
4445
import com.google.bigtable.admin.v2.CreateBackupMetadata;
4546
import com.google.bigtable.admin.v2.CreateBackupRequest;
47+
import com.google.bigtable.admin.v2.CreateSchemaBundleMetadata;
48+
import com.google.bigtable.admin.v2.CreateSchemaBundleRequest;
4649
import com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata;
4750
import com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest;
4851
import com.google.bigtable.admin.v2.CreateTableRequest;
4952
import com.google.bigtable.admin.v2.DeleteAuthorizedViewRequest;
5053
import com.google.bigtable.admin.v2.DeleteBackupRequest;
54+
import com.google.bigtable.admin.v2.DeleteSchemaBundleRequest;
5155
import com.google.bigtable.admin.v2.DeleteSnapshotRequest;
5256
import com.google.bigtable.admin.v2.DeleteTableRequest;
5357
import com.google.bigtable.admin.v2.DropRowRangeRequest;
5458
import com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest;
5559
import com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse;
5660
import com.google.bigtable.admin.v2.GetAuthorizedViewRequest;
5761
import com.google.bigtable.admin.v2.GetBackupRequest;
62+
import com.google.bigtable.admin.v2.GetSchemaBundleRequest;
5863
import com.google.bigtable.admin.v2.GetSnapshotRequest;
5964
import com.google.bigtable.admin.v2.GetTableRequest;
6065
import com.google.bigtable.admin.v2.ListAuthorizedViewsRequest;
6166
import com.google.bigtable.admin.v2.ListAuthorizedViewsResponse;
6267
import com.google.bigtable.admin.v2.ListBackupsRequest;
6368
import com.google.bigtable.admin.v2.ListBackupsResponse;
69+
import com.google.bigtable.admin.v2.ListSchemaBundlesRequest;
70+
import com.google.bigtable.admin.v2.ListSchemaBundlesResponse;
6471
import com.google.bigtable.admin.v2.ListSnapshotsRequest;
6572
import com.google.bigtable.admin.v2.ListSnapshotsResponse;
6673
import com.google.bigtable.admin.v2.ListTablesRequest;
6774
import com.google.bigtable.admin.v2.ListTablesResponse;
6875
import com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest;
6976
import com.google.bigtable.admin.v2.RestoreTableMetadata;
7077
import com.google.bigtable.admin.v2.RestoreTableRequest;
78+
import com.google.bigtable.admin.v2.SchemaBundle;
7179
import com.google.bigtable.admin.v2.Snapshot;
7280
import com.google.bigtable.admin.v2.SnapshotTableMetadata;
7381
import com.google.bigtable.admin.v2.SnapshotTableRequest;
@@ -77,6 +85,8 @@
7785
import com.google.bigtable.admin.v2.UpdateAuthorizedViewMetadata;
7886
import com.google.bigtable.admin.v2.UpdateAuthorizedViewRequest;
7987
import com.google.bigtable.admin.v2.UpdateBackupRequest;
88+
import com.google.bigtable.admin.v2.UpdateSchemaBundleMetadata;
89+
import com.google.bigtable.admin.v2.UpdateSchemaBundleRequest;
8090
import com.google.bigtable.admin.v2.UpdateTableMetadata;
8191
import com.google.bigtable.admin.v2.UpdateTableRequest;
8292
import com.google.cloud.bigtable.admin.v2.stub.BigtableTableAdminStubSettings;
@@ -316,6 +326,47 @@ public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
316326
return ((BigtableTableAdminStubSettings) getStubSettings()).testIamPermissionsSettings();
317327
}
318328

329+
/** Returns the object with the settings used for calls to createSchemaBundle. */
330+
public UnaryCallSettings<CreateSchemaBundleRequest, Operation> createSchemaBundleSettings() {
331+
return ((BigtableTableAdminStubSettings) getStubSettings()).createSchemaBundleSettings();
332+
}
333+
334+
/** Returns the object with the settings used for calls to createSchemaBundle. */
335+
public OperationCallSettings<CreateSchemaBundleRequest, SchemaBundle, CreateSchemaBundleMetadata>
336+
createSchemaBundleOperationSettings() {
337+
return ((BigtableTableAdminStubSettings) getStubSettings())
338+
.createSchemaBundleOperationSettings();
339+
}
340+
341+
/** Returns the object with the settings used for calls to updateSchemaBundle. */
342+
public UnaryCallSettings<UpdateSchemaBundleRequest, Operation> updateSchemaBundleSettings() {
343+
return ((BigtableTableAdminStubSettings) getStubSettings()).updateSchemaBundleSettings();
344+
}
345+
346+
/** Returns the object with the settings used for calls to updateSchemaBundle. */
347+
public OperationCallSettings<UpdateSchemaBundleRequest, SchemaBundle, UpdateSchemaBundleMetadata>
348+
updateSchemaBundleOperationSettings() {
349+
return ((BigtableTableAdminStubSettings) getStubSettings())
350+
.updateSchemaBundleOperationSettings();
351+
}
352+
353+
/** Returns the object with the settings used for calls to getSchemaBundle. */
354+
public UnaryCallSettings<GetSchemaBundleRequest, SchemaBundle> getSchemaBundleSettings() {
355+
return ((BigtableTableAdminStubSettings) getStubSettings()).getSchemaBundleSettings();
356+
}
357+
358+
/** Returns the object with the settings used for calls to listSchemaBundles. */
359+
public PagedCallSettings<
360+
ListSchemaBundlesRequest, ListSchemaBundlesResponse, ListSchemaBundlesPagedResponse>
361+
listSchemaBundlesSettings() {
362+
return ((BigtableTableAdminStubSettings) getStubSettings()).listSchemaBundlesSettings();
363+
}
364+
365+
/** Returns the object with the settings used for calls to deleteSchemaBundle. */
366+
public UnaryCallSettings<DeleteSchemaBundleRequest, Empty> deleteSchemaBundleSettings() {
367+
return ((BigtableTableAdminStubSettings) getStubSettings()).deleteSchemaBundleSettings();
368+
}
369+
319370
public static final BaseBigtableTableAdminSettings create(BigtableTableAdminStubSettings stub)
320371
throws IOException {
321372
return new BaseBigtableTableAdminSettings.Builder(stub.toBuilder()).build();
@@ -639,6 +690,51 @@ public UnaryCallSettings.Builder<SetIamPolicyRequest, Policy> setIamPolicySettin
639690
return getStubSettingsBuilder().testIamPermissionsSettings();
640691
}
641692

693+
/** Returns the builder for the settings used for calls to createSchemaBundle. */
694+
public UnaryCallSettings.Builder<CreateSchemaBundleRequest, Operation>
695+
createSchemaBundleSettings() {
696+
return getStubSettingsBuilder().createSchemaBundleSettings();
697+
}
698+
699+
/** Returns the builder for the settings used for calls to createSchemaBundle. */
700+
public OperationCallSettings.Builder<
701+
CreateSchemaBundleRequest, SchemaBundle, CreateSchemaBundleMetadata>
702+
createSchemaBundleOperationSettings() {
703+
return getStubSettingsBuilder().createSchemaBundleOperationSettings();
704+
}
705+
706+
/** Returns the builder for the settings used for calls to updateSchemaBundle. */
707+
public UnaryCallSettings.Builder<UpdateSchemaBundleRequest, Operation>
708+
updateSchemaBundleSettings() {
709+
return getStubSettingsBuilder().updateSchemaBundleSettings();
710+
}
711+
712+
/** Returns the builder for the settings used for calls to updateSchemaBundle. */
713+
public OperationCallSettings.Builder<
714+
UpdateSchemaBundleRequest, SchemaBundle, UpdateSchemaBundleMetadata>
715+
updateSchemaBundleOperationSettings() {
716+
return getStubSettingsBuilder().updateSchemaBundleOperationSettings();
717+
}
718+
719+
/** Returns the builder for the settings used for calls to getSchemaBundle. */
720+
public UnaryCallSettings.Builder<GetSchemaBundleRequest, SchemaBundle>
721+
getSchemaBundleSettings() {
722+
return getStubSettingsBuilder().getSchemaBundleSettings();
723+
}
724+
725+
/** Returns the builder for the settings used for calls to listSchemaBundles. */
726+
public PagedCallSettings.Builder<
727+
ListSchemaBundlesRequest, ListSchemaBundlesResponse, ListSchemaBundlesPagedResponse>
728+
listSchemaBundlesSettings() {
729+
return getStubSettingsBuilder().listSchemaBundlesSettings();
730+
}
731+
732+
/** Returns the builder for the settings used for calls to deleteSchemaBundle. */
733+
public UnaryCallSettings.Builder<DeleteSchemaBundleRequest, Empty>
734+
deleteSchemaBundleSettings() {
735+
return getStubSettingsBuilder().deleteSchemaBundleSettings();
736+
}
737+
642738
@Override
643739
public BaseBigtableTableAdminSettings build() throws IOException {
644740
return new BaseBigtableTableAdminSettings(this);

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminSettings.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ public String toString() {
139139
.add("deleteAuthorizedViewSettings", stubSettings.deleteAuthorizedViewSettings())
140140
.add("listAuthorizedViewsSettings", stubSettings.listAuthorizedViewsSettings())
141141
.add("getAuthorizedViewSettings", stubSettings.getAuthorizedViewSettings())
142+
.add("createSchemaBundleSettings", stubSettings.createSchemaBundleSettings())
143+
.add("createSchemaBundleOperationSettings", stubSettings.createBackupOperationSettings())
144+
.add("updateSchemaBundleSettings", stubSettings.updateSchemaBundleSettings())
145+
.add(
146+
"updateSchemaBundleOperationSettings",
147+
stubSettings.updateSchemaBundleOperationSettings())
148+
.add("getSchemaBundleSettings", stubSettings.getSchemaBundleSettings())
149+
.add("listSchemaBundlesSettings", stubSettings.listSchemaBundlesSettings())
150+
.add("deleteSchemaBundleSettings", stubSettings.deleteSchemaBundleSettings())
142151
.toString();
143152
}
144153

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/gapic_metadata.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
"CreateBackup": {
125125
"methods": ["createBackupAsync", "createBackupAsync", "createBackupAsync", "createBackupOperationCallable", "createBackupCallable"]
126126
},
127+
"CreateSchemaBundle": {
128+
"methods": ["createSchemaBundleAsync", "createSchemaBundleAsync", "createSchemaBundleAsync", "createSchemaBundleOperationCallable", "createSchemaBundleCallable"]
129+
},
127130
"CreateTable": {
128131
"methods": ["createTable", "createTable", "createTable", "createTableCallable"]
129132
},
@@ -136,6 +139,9 @@
136139
"DeleteBackup": {
137140
"methods": ["deleteBackup", "deleteBackup", "deleteBackup", "deleteBackupCallable"]
138141
},
142+
"DeleteSchemaBundle": {
143+
"methods": ["deleteSchemaBundle", "deleteSchemaBundle", "deleteSchemaBundle", "deleteSchemaBundleCallable"]
144+
},
139145
"DeleteSnapshot": {
140146
"methods": ["deleteSnapshot", "deleteSnapshot", "deleteSnapshot", "deleteSnapshotCallable"]
141147
},
@@ -157,6 +163,9 @@
157163
"GetIamPolicy": {
158164
"methods": ["getIamPolicy", "getIamPolicy", "getIamPolicy", "getIamPolicyCallable"]
159165
},
166+
"GetSchemaBundle": {
167+
"methods": ["getSchemaBundle", "getSchemaBundle", "getSchemaBundle", "getSchemaBundleCallable"]
168+
},
160169
"GetSnapshot": {
161170
"methods": ["getSnapshot", "getSnapshot", "getSnapshot", "getSnapshotCallable"]
162171
},
@@ -169,6 +178,9 @@
169178
"ListBackups": {
170179
"methods": ["listBackups", "listBackups", "listBackups", "listBackupsPagedCallable", "listBackupsCallable"]
171180
},
181+
"ListSchemaBundles": {
182+
"methods": ["listSchemaBundles", "listSchemaBundles", "listSchemaBundles", "listSchemaBundlesPagedCallable", "listSchemaBundlesCallable"]
183+
},
172184
"ListSnapshots": {
173185
"methods": ["listSnapshots", "listSnapshots", "listSnapshots", "listSnapshotsPagedCallable", "listSnapshotsCallable"]
174186
},
@@ -199,6 +211,9 @@
199211
"UpdateBackup": {
200212
"methods": ["updateBackup", "updateBackup", "updateBackupCallable"]
201213
},
214+
"UpdateSchemaBundle": {
215+
"methods": ["updateSchemaBundleAsync", "updateSchemaBundleAsync", "updateSchemaBundleOperationCallable", "updateSchemaBundleCallable"]
216+
},
202217
"UpdateTable": {
203218
"methods": ["updateTableAsync", "updateTableAsync", "updateTableOperationCallable", "updateTableCallable"]
204219
}

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableTableAdminStub.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse;
2020
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse;
21+
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSchemaBundlesPagedResponse;
2122
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse;
2223
import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse;
2324

@@ -35,31 +36,38 @@
3536
import com.google.bigtable.admin.v2.CreateAuthorizedViewRequest;
3637
import com.google.bigtable.admin.v2.CreateBackupMetadata;
3738
import com.google.bigtable.admin.v2.CreateBackupRequest;
39+
import com.google.bigtable.admin.v2.CreateSchemaBundleMetadata;
40+
import com.google.bigtable.admin.v2.CreateSchemaBundleRequest;
3841
import com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata;
3942
import com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest;
4043
import com.google.bigtable.admin.v2.CreateTableRequest;
4144
import com.google.bigtable.admin.v2.DeleteAuthorizedViewRequest;
4245
import com.google.bigtable.admin.v2.DeleteBackupRequest;
46+
import com.google.bigtable.admin.v2.DeleteSchemaBundleRequest;
4347
import com.google.bigtable.admin.v2.DeleteSnapshotRequest;
4448
import com.google.bigtable.admin.v2.DeleteTableRequest;
4549
import com.google.bigtable.admin.v2.DropRowRangeRequest;
4650
import com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest;
4751
import com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse;
4852
import com.google.bigtable.admin.v2.GetAuthorizedViewRequest;
4953
import com.google.bigtable.admin.v2.GetBackupRequest;
54+
import com.google.bigtable.admin.v2.GetSchemaBundleRequest;
5055
import com.google.bigtable.admin.v2.GetSnapshotRequest;
5156
import com.google.bigtable.admin.v2.GetTableRequest;
5257
import com.google.bigtable.admin.v2.ListAuthorizedViewsRequest;
5358
import com.google.bigtable.admin.v2.ListAuthorizedViewsResponse;
5459
import com.google.bigtable.admin.v2.ListBackupsRequest;
5560
import com.google.bigtable.admin.v2.ListBackupsResponse;
61+
import com.google.bigtable.admin.v2.ListSchemaBundlesRequest;
62+
import com.google.bigtable.admin.v2.ListSchemaBundlesResponse;
5663
import com.google.bigtable.admin.v2.ListSnapshotsRequest;
5764
import com.google.bigtable.admin.v2.ListSnapshotsResponse;
5865
import com.google.bigtable.admin.v2.ListTablesRequest;
5966
import com.google.bigtable.admin.v2.ListTablesResponse;
6067
import com.google.bigtable.admin.v2.ModifyColumnFamiliesRequest;
6168
import com.google.bigtable.admin.v2.RestoreTableMetadata;
6269
import com.google.bigtable.admin.v2.RestoreTableRequest;
70+
import com.google.bigtable.admin.v2.SchemaBundle;
6371
import com.google.bigtable.admin.v2.Snapshot;
6472
import com.google.bigtable.admin.v2.SnapshotTableMetadata;
6573
import com.google.bigtable.admin.v2.SnapshotTableRequest;
@@ -69,6 +77,8 @@
6977
import com.google.bigtable.admin.v2.UpdateAuthorizedViewMetadata;
7078
import com.google.bigtable.admin.v2.UpdateAuthorizedViewRequest;
7179
import com.google.bigtable.admin.v2.UpdateBackupRequest;
80+
import com.google.bigtable.admin.v2.UpdateSchemaBundleMetadata;
81+
import com.google.bigtable.admin.v2.UpdateSchemaBundleRequest;
7282
import com.google.bigtable.admin.v2.UpdateTableMetadata;
7383
import com.google.bigtable.admin.v2.UpdateTableRequest;
7484
import com.google.iam.v1.GetIamPolicyRequest;
@@ -284,6 +294,44 @@ public UnaryCallable<SetIamPolicyRequest, Policy> setIamPolicyCallable() {
284294
throw new UnsupportedOperationException("Not implemented: testIamPermissionsCallable()");
285295
}
286296

297+
public OperationCallable<CreateSchemaBundleRequest, SchemaBundle, CreateSchemaBundleMetadata>
298+
createSchemaBundleOperationCallable() {
299+
throw new UnsupportedOperationException(
300+
"Not implemented: createSchemaBundleOperationCallable()");
301+
}
302+
303+
public UnaryCallable<CreateSchemaBundleRequest, Operation> createSchemaBundleCallable() {
304+
throw new UnsupportedOperationException("Not implemented: createSchemaBundleCallable()");
305+
}
306+
307+
public OperationCallable<UpdateSchemaBundleRequest, SchemaBundle, UpdateSchemaBundleMetadata>
308+
updateSchemaBundleOperationCallable() {
309+
throw new UnsupportedOperationException(
310+
"Not implemented: updateSchemaBundleOperationCallable()");
311+
}
312+
313+
public UnaryCallable<UpdateSchemaBundleRequest, Operation> updateSchemaBundleCallable() {
314+
throw new UnsupportedOperationException("Not implemented: updateSchemaBundleCallable()");
315+
}
316+
317+
public UnaryCallable<GetSchemaBundleRequest, SchemaBundle> getSchemaBundleCallable() {
318+
throw new UnsupportedOperationException("Not implemented: getSchemaBundleCallable()");
319+
}
320+
321+
public UnaryCallable<ListSchemaBundlesRequest, ListSchemaBundlesPagedResponse>
322+
listSchemaBundlesPagedCallable() {
323+
throw new UnsupportedOperationException("Not implemented: listSchemaBundlesPagedCallable()");
324+
}
325+
326+
public UnaryCallable<ListSchemaBundlesRequest, ListSchemaBundlesResponse>
327+
listSchemaBundlesCallable() {
328+
throw new UnsupportedOperationException("Not implemented: listSchemaBundlesCallable()");
329+
}
330+
331+
public UnaryCallable<DeleteSchemaBundleRequest, Empty> deleteSchemaBundleCallable() {
332+
throw new UnsupportedOperationException("Not implemented: deleteSchemaBundleCallable()");
333+
}
334+
287335
@Override
288336
public abstract void close();
289337
}

0 commit comments

Comments
 (0)