Home
last modified time | relevance | path

Searched refs:app_profile_id (Results 26 – 50 of 65) sorted by relevance

123

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/benchmarks/
H A Dapply_read_latency_benchmark.cc94 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
138 std::ref(benchmark), setup->app_profile_id(), in main()
217 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunBenchmark() argument
222 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
H A Dsetup_test.cc46 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
86 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
134 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
H A Dsetup.cc107 setup_data.app_profile_id = "default"; in MakeBenchmarkSetup()
128 setup_data.app_profile_id = shift(); in MakeBenchmarkSetup()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/benchmarks/
H A Dapply_read_latency_benchmark.cc94 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
138 std::ref(benchmark), setup->app_profile_id(), in main()
217 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunBenchmark() argument
222 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
H A Dsetup_test.cc47 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
87 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
135 EXPECT_EQ("profile", setup->app_profile_id()); in TEST()
H A Dsetup.cc107 setup_data.app_profile_id = "default"; in MakeBenchmarkSetup()
128 setup_data.app_profile_id = shift(); in MakeBenchmarkSetup()
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/tests/unit/
H A Dtest_row.py436 app_profile_id = "app_profile_id"
448 table = _Table(table_name, client=client, app_profile_id=app_profile_id)
473 self.assertEqual(app_profile_id, call_args.app_profile_id[0])
594 app_profile_id = "app_profile_id"
604 table = _Table(table_name, client=client, app_profile_id=app_profile_id)
627 self.assertEqual(app_profile_id, call_args.app_profile_id[0])
853 def __init__(self, name, client=None, app_profile_id=None): argument
856 self._app_profile_id = app_profile_id
H A Dtest_app_profile.py93 self.assertEqual(app_profile1.app_profile_id, self.APP_PROFILE_ID)
97 self.assertEqual(app_profile2.app_profile_id, APP_PROFILE_ID_2)
168 self.assertEqual(app_profile.app_profile_id, self.APP_PROFILE_ID)
199 self.assertEqual(app_profile.app_profile_id, self.APP_PROFILE_ID)
398 self.assertEqual(result.app_profile_id, self.APP_PROFILE_ID)
458 self.assertEqual(result.app_profile_id, self.APP_PROFILE_ID)
681 def __init__(self, app_profile_id, instance): argument
682 self.app_profile_id = app_profile_id
H A Dtest_instance.py855 app_profile_id = "appProfileId1262094415"
858 table = instance.table(self.TABLE_ID, app_profile_id=app_profile_id)
862 self.assertEqual(table._app_profile_id, app_profile_id)
953 self.assertEqual(app_profile1.app_profile_id, APP_PROFILE_ID_1)
957 self.assertEqual(app_profile2.app_profile_id, APP_PROFILE_ID_2)
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/internal/
H A Dasync_bulk_apply.h49 std::string const& app_profile_id, std::string const& table_name,
58 std::string const& app_profile_id,
H A Dbulk_mutator.h33 BulkMutatorState(std::string const& app_profile_id,
117 BulkMutator(std::string const& app_profile_id, std::string const& table_name,
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/internal/
H A Dasync_bulk_apply.h49 std::string const& app_profile_id, std::string const& table_name,
58 std::string const& app_profile_id,
H A Dbulk_mutator.h32 BulkMutatorState(std::string const& app_profile_id,
116 BulkMutator(std::string const& app_profile_id, std::string const& table_name,
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dtable_test.cc93 EXPECT_EQ("", table.app_profile_id()); in TEST_F()
100 EXPECT_EQ("", table.app_profile_id()); in TEST_F()
107 EXPECT_EQ("test-profile-id", table.app_profile_id()); in TEST_F()
H A Dasync_row_reader.h71 std::string app_profile_id, std::string table_name, RowFunctor on_row, in Create() argument
81 std::move(cq), std::move(client), std::move(app_profile_id), in Create()
92 std::string app_profile_id, std::string table_name, RowFunctor on_row, in AsyncRowReader() argument
100 app_profile_id_(std::move(app_profile_id)), in AsyncRowReader()
H A Drow_reader.cc75 std::shared_ptr<DataClient> client, std::string app_profile_id, in RowReader() argument
82 app_profile_id_(std::move(app_profile_id)), in RowReader()
H A Drow_reader.h66 RowReader(std::shared_ptr<DataClient> client, std::string app_profile_id,
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dasync_row_reader.h71 std::string app_profile_id, std::string table_name, RowFunctor on_row, in Create() argument
81 std::move(cq), std::move(client), std::move(app_profile_id), in Create()
92 std::string app_profile_id, std::string table_name, RowFunctor on_row, in AsyncRowReader() argument
100 app_profile_id_(std::move(app_profile_id)), in AsyncRowReader()
H A Dtable_test.cc89 EXPECT_EQ("", table.app_profile_id()); in TEST_F()
97 EXPECT_EQ("", table.app_profile_id()); in TEST_F()
105 EXPECT_EQ("test-profile-id", table.app_profile_id()); in TEST_F()
H A Drow_reader.cc75 std::shared_ptr<DataClient> client, std::string app_profile_id, in RowReader() argument
82 app_profile_id_(std::move(app_profile_id)), in RowReader()
H A Drow_reader.h62 RowReader(std::shared_ptr<DataClient> client, std::string app_profile_id,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/bigtable/v2/
H A Dbigtable.proto105 string app_profile_id = 5; field
205 string app_profile_id = 2; field
235 string app_profile_id = 4; field
269 string app_profile_id = 3; field
307 string app_profile_id = 7; field
350 string app_profile_id = 4; field
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable/
H A Drow.py596 app_profile_id=self._table._app_profile_id,
933 app_profile_id=self._table._app_profile_id,
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable_admin_v2/services/bigtable_instance_admin/
H A Dasync_client.py1139 app_profile_id: str = None,
1191 has_flattened_params = any([parent, app_profile_id, app_profile])
1204 if app_profile_id is not None:
1205 request.app_profile_id = app_profile_id
H A Dclient.py1302 app_profile_id: str = None,
1354 has_flattened_params = any([parent, app_profile_id, app_profile])
1371 if app_profile_id is not None:
1372 request.app_profile_id = app_profile_id

123