|
| 1 | + { |
| 2 | + "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", |
| 3 | + "language": "python", |
| 4 | + "libraryPackage": "google.cloud.bigquery_storage_v1beta", |
| 5 | + "protoPackage": "google.cloud.bigquery.storage.v1beta", |
| 6 | + "schema": "1.0", |
| 7 | + "services": { |
| 8 | + "MetastorePartitionService": { |
| 9 | + "clients": { |
| 10 | + "grpc": { |
| 11 | + "libraryClient": "MetastorePartitionServiceClient", |
| 12 | + "rpcs": { |
| 13 | + "BatchCreateMetastorePartitions": { |
| 14 | + "methods": [ |
| 15 | + "batch_create_metastore_partitions" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "BatchDeleteMetastorePartitions": { |
| 19 | + "methods": [ |
| 20 | + "batch_delete_metastore_partitions" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "BatchUpdateMetastorePartitions": { |
| 24 | + "methods": [ |
| 25 | + "batch_update_metastore_partitions" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "ListMetastorePartitions": { |
| 29 | + "methods": [ |
| 30 | + "list_metastore_partitions" |
| 31 | + ] |
| 32 | + }, |
| 33 | + "StreamMetastorePartitions": { |
| 34 | + "methods": [ |
| 35 | + "stream_metastore_partitions" |
| 36 | + ] |
| 37 | + } |
| 38 | + } |
| 39 | + }, |
| 40 | + "grpc-async": { |
| 41 | + "libraryClient": "MetastorePartitionServiceAsyncClient", |
| 42 | + "rpcs": { |
| 43 | + "BatchCreateMetastorePartitions": { |
| 44 | + "methods": [ |
| 45 | + "batch_create_metastore_partitions" |
| 46 | + ] |
| 47 | + }, |
| 48 | + "BatchDeleteMetastorePartitions": { |
| 49 | + "methods": [ |
| 50 | + "batch_delete_metastore_partitions" |
| 51 | + ] |
| 52 | + }, |
| 53 | + "BatchUpdateMetastorePartitions": { |
| 54 | + "methods": [ |
| 55 | + "batch_update_metastore_partitions" |
| 56 | + ] |
| 57 | + }, |
| 58 | + "ListMetastorePartitions": { |
| 59 | + "methods": [ |
| 60 | + "list_metastore_partitions" |
| 61 | + ] |
| 62 | + }, |
| 63 | + "StreamMetastorePartitions": { |
| 64 | + "methods": [ |
| 65 | + "stream_metastore_partitions" |
| 66 | + ] |
| 67 | + } |
| 68 | + } |
| 69 | + } |
| 70 | + } |
| 71 | + } |
| 72 | + } |
| 73 | +} |
0 commit comments