Home
last modified time | relevance | path

Searched defs:project_id (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/tools/gcp/utils/
Dbig_query_utils.py42 def create_dataset(biq_query, project_id, dataset_id): argument
66 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument
78 project_id, argument
98 project_id, argument
141 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument
168 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument
188 def sync_query_job(big_query, project_id, query, timeout=5000): argument
/third_party/protobuf/benchmarks/util/
Dbig_query_utils.py26 def create_dataset(biq_query, project_id, dataset_id): argument
50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument
62 project_id, argument
82 project_id, argument
124 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument
152 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument
172 def sync_query_job(big_query, project_id, query, timeout=5000): argument
/third_party/gettext/gettext-tools/src/
Dmsgl-cat.c229 char *project_id = NULL; in catenate_msgdomain_list() local
Dmsginit.c889 project_id (const char *header) in project_id() function
/third_party/boost/tools/build/src/build/
Dproperty.py553 def translate_dependencies(properties, project_id, location): argument