File tree Expand file tree Collapse file tree 3 files changed +290
-171
lines changed
Expand file tree Collapse file tree 3 files changed +290
-171
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,27 +19,29 @@ filter:
1919 classes :
2020 # Only include classes with these suffixes.
2121 include_suffixes :
22- - " Client"
22+ - " DatasetServiceClient"
23+ - " JobServiceClient"
24+ - " ModelServiceClient"
2325 methods :
2426 # Include methods with these prefixes.
2527 include_prefixes :
26- - " batch_delete_"
27- - " cancel_"
28- - " create_"
29- - " delete_"
28+ # - "batch_delete_"
29+ # - "cancel_"
30+ # - "create_"
31+ # - "delete_"
3032 - " get_"
3133 - " insert_"
3234 - " list_"
3335 - " patch_"
34- - " undelete_"
35- - " update_"
36+ # - "undelete_"
37+ # - "update_"
3638 # Exclude methods with these prefixes.
3739 exclude_prefixes :
3840 - " get_mtls_endpoint_and_cert_source"
3941
4042# A list of templates to render and their corresponding output files.
4143templates :
42- - template : " autogen/scripts/microgenerator/bigqueryclient .py.j2"
44+ - template : " autogen/scripts/microgenerator/templates/client .py.j2"
4345 output : " autogen/google/cloud/bigquery_v2/services/centralized_service/client.py"
4446 # - template: "test_bigqueryclient.py.j2"
4547 # output: "tests/unit/test_bigqueryclient.py"
You can’t perform that action at this time.
0 commit comments