Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py38 def create_dataset(biq_query, project_id, dataset_id): argument
62 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument
74 project_id, argument
94 project_id, argument
136 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument
164 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument
184 def sync_query_job(big_query, project_id, query, timeout=5000): argument
/external/python/google-api-python-client/samples/maps_engine/
Dmaps_engine.py77 def ListTables(service, project_id): argument
89 def UploadShapefile(service, project_id, shapefile_prefix): argument
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_reader_ops.cc34 Status GetTableAttrs(OpKernelConstruction* context, string* project_id, in GetTableAttrs()
98 string project_id; in BigQueryReaderOp() local
129 string project_id; in GenerateBigQueryReaderPartitionsOp() local
Dbigquery_table_accessor.cc74 const string& project_id, const string& dataset_id, const string& table_id, in New()
84 const string& project_id, const string& dataset_id, const string& table_id, in New()
113 const string& project_id, const string& dataset_id, const string& table_id, in BigQueryTableAccessor()
Dbigquery_table_accessor_test.cc68 Status CreateTableAccessor(const string& project_id, const string& dataset_id, in CreateTableAccessor()
/external/tensorflow/tensorflow/core/platform/cloud/testdata/
Dservice_account_credentials.json3 "project_id": "fake_project_id", string
/external/syzkaller/vendor/google.golang.org/api/internal/
Dservice-account.json3 "project_id": "project_id", string
/external/tensorflow/tensorflow/contrib/cloud/python/ops/
Dbigquery_reader_ops.py68 project_id, argument
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
Dbigtable_test_client.h27 std::string const& project_id() const override { return project_id_; } in project_id() function
/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py135 def project_id(self): member in DevshellCredentials
/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lib.h36 string project_id, string instance_id, in BigtableClientResource()
/external/autotest/site_utils/sponge_lib/
Dacts_job_info.py145 def project_id(self): member in ACTSTaskInfo
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
Dbigtable_api.py55 project_id, argument