|
16 | 16 |
|
17 | 17 | package com.google.cloud.bigtable.admin.v2;
|
18 | 18 |
|
| 19 | +import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListAuthorizedViewsPagedResponse; |
19 | 20 | import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListBackupsPagedResponse;
|
20 | 21 | import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListSnapshotsPagedResponse;
|
21 | 22 | import static com.google.cloud.bigtable.admin.v2.BaseBigtableTableAdminClient.ListTablesPagedResponse;
|
|
32 | 33 | import com.google.api.gax.rpc.PagedCallSettings;
|
33 | 34 | import com.google.api.gax.rpc.TransportChannelProvider;
|
34 | 35 | import com.google.api.gax.rpc.UnaryCallSettings;
|
| 36 | +import com.google.bigtable.admin.v2.AuthorizedView; |
35 | 37 | import com.google.bigtable.admin.v2.Backup;
|
36 | 38 | import com.google.bigtable.admin.v2.CheckConsistencyRequest;
|
37 | 39 | import com.google.bigtable.admin.v2.CheckConsistencyResponse;
|
38 | 40 | import com.google.bigtable.admin.v2.CopyBackupMetadata;
|
39 | 41 | import com.google.bigtable.admin.v2.CopyBackupRequest;
|
| 42 | +import com.google.bigtable.admin.v2.CreateAuthorizedViewMetadata; |
| 43 | +import com.google.bigtable.admin.v2.CreateAuthorizedViewRequest; |
40 | 44 | import com.google.bigtable.admin.v2.CreateBackupMetadata;
|
41 | 45 | import com.google.bigtable.admin.v2.CreateBackupRequest;
|
42 | 46 | import com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata;
|
43 | 47 | import com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest;
|
44 | 48 | import com.google.bigtable.admin.v2.CreateTableRequest;
|
| 49 | +import com.google.bigtable.admin.v2.DeleteAuthorizedViewRequest; |
45 | 50 | import com.google.bigtable.admin.v2.DeleteBackupRequest;
|
46 | 51 | import com.google.bigtable.admin.v2.DeleteSnapshotRequest;
|
47 | 52 | import com.google.bigtable.admin.v2.DeleteTableRequest;
|
48 | 53 | import com.google.bigtable.admin.v2.DropRowRangeRequest;
|
49 | 54 | import com.google.bigtable.admin.v2.GenerateConsistencyTokenRequest;
|
50 | 55 | import com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse;
|
| 56 | +import com.google.bigtable.admin.v2.GetAuthorizedViewRequest; |
51 | 57 | import com.google.bigtable.admin.v2.GetBackupRequest;
|
52 | 58 | import com.google.bigtable.admin.v2.GetSnapshotRequest;
|
53 | 59 | import com.google.bigtable.admin.v2.GetTableRequest;
|
| 60 | +import com.google.bigtable.admin.v2.ListAuthorizedViewsRequest; |
| 61 | +import com.google.bigtable.admin.v2.ListAuthorizedViewsResponse; |
54 | 62 | import com.google.bigtable.admin.v2.ListBackupsRequest;
|
55 | 63 | import com.google.bigtable.admin.v2.ListBackupsResponse;
|
56 | 64 | import com.google.bigtable.admin.v2.ListSnapshotsRequest;
|
|
66 | 74 | import com.google.bigtable.admin.v2.Table;
|
67 | 75 | import com.google.bigtable.admin.v2.UndeleteTableMetadata;
|
68 | 76 | import com.google.bigtable.admin.v2.UndeleteTableRequest;
|
| 77 | +import com.google.bigtable.admin.v2.UpdateAuthorizedViewMetadata; |
| 78 | +import com.google.bigtable.admin.v2.UpdateAuthorizedViewRequest; |
69 | 79 | import com.google.bigtable.admin.v2.UpdateBackupRequest;
|
70 | 80 | import com.google.bigtable.admin.v2.UpdateTableMetadata;
|
71 | 81 | import com.google.bigtable.admin.v2.UpdateTableRequest;
|
@@ -144,6 +154,49 @@ public UnaryCallSettings<UndeleteTableRequest, Operation> undeleteTableSettings(
|
144 | 154 | return ((BigtableTableAdminStubSettings) getStubSettings()).undeleteTableOperationSettings();
|
145 | 155 | }
|
146 | 156 |
|
| 157 | + /** Returns the object with the settings used for calls to createAuthorizedView. */ |
| 158 | + public UnaryCallSettings<CreateAuthorizedViewRequest, Operation> createAuthorizedViewSettings() { |
| 159 | + return ((BigtableTableAdminStubSettings) getStubSettings()).createAuthorizedViewSettings(); |
| 160 | + } |
| 161 | + |
| 162 | + /** Returns the object with the settings used for calls to createAuthorizedView. */ |
| 163 | + public OperationCallSettings< |
| 164 | + CreateAuthorizedViewRequest, AuthorizedView, CreateAuthorizedViewMetadata> |
| 165 | + createAuthorizedViewOperationSettings() { |
| 166 | + return ((BigtableTableAdminStubSettings) getStubSettings()) |
| 167 | + .createAuthorizedViewOperationSettings(); |
| 168 | + } |
| 169 | + |
| 170 | + /** Returns the object with the settings used for calls to listAuthorizedViews. */ |
| 171 | + public PagedCallSettings< |
| 172 | + ListAuthorizedViewsRequest, ListAuthorizedViewsResponse, ListAuthorizedViewsPagedResponse> |
| 173 | + listAuthorizedViewsSettings() { |
| 174 | + return ((BigtableTableAdminStubSettings) getStubSettings()).listAuthorizedViewsSettings(); |
| 175 | + } |
| 176 | + |
| 177 | + /** Returns the object with the settings used for calls to getAuthorizedView. */ |
| 178 | + public UnaryCallSettings<GetAuthorizedViewRequest, AuthorizedView> getAuthorizedViewSettings() { |
| 179 | + return ((BigtableTableAdminStubSettings) getStubSettings()).getAuthorizedViewSettings(); |
| 180 | + } |
| 181 | + |
| 182 | + /** Returns the object with the settings used for calls to updateAuthorizedView. */ |
| 183 | + public UnaryCallSettings<UpdateAuthorizedViewRequest, Operation> updateAuthorizedViewSettings() { |
| 184 | + return ((BigtableTableAdminStubSettings) getStubSettings()).updateAuthorizedViewSettings(); |
| 185 | + } |
| 186 | + |
| 187 | + /** Returns the object with the settings used for calls to updateAuthorizedView. */ |
| 188 | + public OperationCallSettings< |
| 189 | + UpdateAuthorizedViewRequest, AuthorizedView, UpdateAuthorizedViewMetadata> |
| 190 | + updateAuthorizedViewOperationSettings() { |
| 191 | + return ((BigtableTableAdminStubSettings) getStubSettings()) |
| 192 | + .updateAuthorizedViewOperationSettings(); |
| 193 | + } |
| 194 | + |
| 195 | + /** Returns the object with the settings used for calls to deleteAuthorizedView. */ |
| 196 | + public UnaryCallSettings<DeleteAuthorizedViewRequest, Empty> deleteAuthorizedViewSettings() { |
| 197 | + return ((BigtableTableAdminStubSettings) getStubSettings()).deleteAuthorizedViewSettings(); |
| 198 | + } |
| 199 | + |
147 | 200 | /** Returns the object with the settings used for calls to modifyColumnFamilies. */
|
148 | 201 | public UnaryCallSettings<ModifyColumnFamiliesRequest, Table> modifyColumnFamiliesSettings() {
|
149 | 202 | return ((BigtableTableAdminStubSettings) getStubSettings()).modifyColumnFamiliesSettings();
|
@@ -416,6 +469,53 @@ public UnaryCallSettings.Builder<UndeleteTableRequest, Operation> undeleteTableS
|
416 | 469 | return getStubSettingsBuilder().undeleteTableOperationSettings();
|
417 | 470 | }
|
418 | 471 |
|
| 472 | + /** Returns the builder for the settings used for calls to createAuthorizedView. */ |
| 473 | + public UnaryCallSettings.Builder<CreateAuthorizedViewRequest, Operation> |
| 474 | + createAuthorizedViewSettings() { |
| 475 | + return getStubSettingsBuilder().createAuthorizedViewSettings(); |
| 476 | + } |
| 477 | + |
| 478 | + /** Returns the builder for the settings used for calls to createAuthorizedView. */ |
| 479 | + public OperationCallSettings.Builder< |
| 480 | + CreateAuthorizedViewRequest, AuthorizedView, CreateAuthorizedViewMetadata> |
| 481 | + createAuthorizedViewOperationSettings() { |
| 482 | + return getStubSettingsBuilder().createAuthorizedViewOperationSettings(); |
| 483 | + } |
| 484 | + |
| 485 | + /** Returns the builder for the settings used for calls to listAuthorizedViews. */ |
| 486 | + public PagedCallSettings.Builder< |
| 487 | + ListAuthorizedViewsRequest, |
| 488 | + ListAuthorizedViewsResponse, |
| 489 | + ListAuthorizedViewsPagedResponse> |
| 490 | + listAuthorizedViewsSettings() { |
| 491 | + return getStubSettingsBuilder().listAuthorizedViewsSettings(); |
| 492 | + } |
| 493 | + |
| 494 | + /** Returns the builder for the settings used for calls to getAuthorizedView. */ |
| 495 | + public UnaryCallSettings.Builder<GetAuthorizedViewRequest, AuthorizedView> |
| 496 | + getAuthorizedViewSettings() { |
| 497 | + return getStubSettingsBuilder().getAuthorizedViewSettings(); |
| 498 | + } |
| 499 | + |
| 500 | + /** Returns the builder for the settings used for calls to updateAuthorizedView. */ |
| 501 | + public UnaryCallSettings.Builder<UpdateAuthorizedViewRequest, Operation> |
| 502 | + updateAuthorizedViewSettings() { |
| 503 | + return getStubSettingsBuilder().updateAuthorizedViewSettings(); |
| 504 | + } |
| 505 | + |
| 506 | + /** Returns the builder for the settings used for calls to updateAuthorizedView. */ |
| 507 | + public OperationCallSettings.Builder< |
| 508 | + UpdateAuthorizedViewRequest, AuthorizedView, UpdateAuthorizedViewMetadata> |
| 509 | + updateAuthorizedViewOperationSettings() { |
| 510 | + return getStubSettingsBuilder().updateAuthorizedViewOperationSettings(); |
| 511 | + } |
| 512 | + |
| 513 | + /** Returns the builder for the settings used for calls to deleteAuthorizedView. */ |
| 514 | + public UnaryCallSettings.Builder<DeleteAuthorizedViewRequest, Empty> |
| 515 | + deleteAuthorizedViewSettings() { |
| 516 | + return getStubSettingsBuilder().deleteAuthorizedViewSettings(); |
| 517 | + } |
| 518 | + |
419 | 519 | /** Returns the builder for the settings used for calls to modifyColumnFamilies. */
|
420 | 520 | public UnaryCallSettings.Builder<ModifyColumnFamiliesRequest, Table>
|
421 | 521 | modifyColumnFamiliesSettings() {
|
|
0 commit comments