Home
last modified time | relevance | path

Searched refs:app_profile_id (Results 1 – 25 of 65) sorted by relevance

123

/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable_v2/services/bigtable/
H A Dasync_client.py163 app_profile_id: str = None,
225 request.app_profile_id = app_profile_id
261 app_profile_id: str = None,
322 request.app_profile_id = app_profile_id
360 app_profile_id: str = None,
438 request.app_profile_id = app_profile_id
480 app_profile_id: str = None,
553 request.app_profile_id = app_profile_id
687 app_profile_id,
707 request.app_profile_id = app_profile_id
[all …]
H A Dclient.py358 app_profile_id: str = None,
424 request.app_profile_id = app_profile_id
449 app_profile_id: str = None,
514 request.app_profile_id = app_profile_id
541 app_profile_id: str = None,
625 request.app_profile_id = app_profile_id
651 app_profile_id: str = None,
730 request.app_profile_id = app_profile_id
851 app_profile_id,
879 request.app_profile_id = app_profile_id
[all …]
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable/
H A Dapp_profile.py70 app_profile_id, argument
77 self.app_profile_id = app_profile_id
109 self.app_profile_id,
130 other.app_profile_id == self.app_profile_id
174 app_profile_id = match_app_profile_name.group("app_profile_id")
176 result = cls(app_profile_id, instance)
298 "app_profile_id": self.app_profile_id,
H A Dtable.py112 def __init__(self, table_id, instance, mutation_timeout=None, app_profile_id=None): argument
115 self._app_profile_id = app_profile_id
616 app_profile_id=self._app_profile_id,
709 app_profile_id=self._app_profile_id,
1050 def __init__(self, client, table_name, rows, app_profile_id=None, timeout=None): argument
1054 self.app_profile_id = app_profile_id
1126 app_profile_id=self.app_profile_id,
1244 app_profile_id=None, argument
1295 if app_profile_id is not None:
1296 request_kwargs["app_profile_id"] = app_profile_id
H A Dinstance.py633 def table(self, table_id, mutation_timeout=None, app_profile_id=None): argument
658 app_profile_id=app_profile_id,
695 app_profile_id, argument
739 app_profile_id,
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/google/cloud/bigtable_v2/types/
H A Dbigtable.py67 app_profile_id = proto.Field(proto.STRING, number=5,) variable in ReadRowsRequest
184 app_profile_id = proto.Field(proto.STRING, number=2,) variable in SampleRowKeysRequest
237 app_profile_id = proto.Field(proto.STRING, number=4,) variable in MutateRowRequest
284 app_profile_id = proto.Field(proto.STRING, number=3,) variable in MutateRowsRequest
356 app_profile_id = proto.Field(proto.STRING, number=7,) variable in CheckAndMutateRowRequest
402 app_profile_id = proto.Field(proto.STRING, number=4,) variable in ReadModifyWriteRowRequest
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/internal/
H A Dbulk_mutator.cc29 BulkMutatorState::BulkMutatorState(std::string const& app_profile_id, in BulkMutatorState() argument
39 pending_mutations_.set_app_profile_id(app_profile_id); in BulkMutatorState()
69 pending_mutations_.set_app_profile_id(mutations_.app_profile_id()); in BeforeStart()
187 BulkMutator::BulkMutator(std::string const& app_profile_id, in BulkMutator() argument
191 : state_(app_profile_id, table_name, idempotent_policy, std::move(mut)) {} in BulkMutator()
H A Dasync_bulk_apply.cc30 std::string const& app_profile_id, std::string const& table_name, in Create() argument
35 app_profile_id, table_name, std::move(mut))); in Create()
46 std::string const& app_profile_id, std::string const& table_name, in AsyncRetryBulkApply() argument
52 state_(app_profile_id, table_name, idempotent_policy, std::move(mut)) {} in AsyncRetryBulkApply()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/benchmarks/
H A Dread_sync_vs_async_benchmark.cc96 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
102 std::string const& app_profile_id, std::string const& table_id) in AsyncBenchmark() argument
104 table_(benchmark_.MakeDataClient(), app_profile_id, table_id), in AsyncBenchmark()
170 AsyncBenchmark async_benchmark(benchmark, setup->app_profile_id(), in main()
183 std::ref(benchmark), setup->app_profile_id(), in main()
309 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunSyncBenchmark() argument
314 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunSyncBenchmark()
H A Dsetup.h36 std::string app_profile_id; member
59 std::string const& app_profile_id() const { in app_profile_id() function
60 return setup_data_.app_profile_id; in app_profile_id()
H A Dscan_throughput_benchmark.cc71 std::string app_profile_id,
98 setup->app_profile_id(), setup->table_id(), in main()
129 std::string app_profile_id, in RunBenchmark() argument
135 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
H A Dendurance_benchmark.cc70 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
98 std::ref(benchmark), setup->app_profile_id(), in main()
156 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunBenchmark() argument
161 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/benchmarks/
H A Dread_sync_vs_async_benchmark.cc96 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
102 std::string const& app_profile_id, std::string const& table_id) in AsyncBenchmark() argument
104 table_(benchmark_.MakeDataClient(), app_profile_id, table_id), in AsyncBenchmark()
170 AsyncBenchmark async_benchmark(benchmark, setup->app_profile_id(), in main()
183 std::ref(benchmark), setup->app_profile_id(), in main()
309 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunSyncBenchmark() argument
314 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunSyncBenchmark()
H A Dsetup.h36 std::string app_profile_id; member
59 std::string const& app_profile_id() const { in app_profile_id() function
60 return setup_data_.app_profile_id; in app_profile_id()
H A Dscan_throughput_benchmark.cc71 std::string app_profile_id,
98 setup->app_profile_id(), setup->table_id(), in main()
129 std::string app_profile_id, in RunBenchmark() argument
135 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
H A Dendurance_benchmark.cc70 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id,
98 std::ref(benchmark), setup->app_profile_id(), in main()
156 bigtable::benchmarks::Benchmark& benchmark, std::string app_profile_id, in RunBenchmark() argument
161 bigtable::Table table(std::move(data_client), std::move(app_profile_id), in RunBenchmark()
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/tests/system/
H A Dtest_instance_admin.py22 app_profile_id, argument
32 app_profile_id=app_profile_id,
44 alt_app_profile = instance.app_profile(app_profile_id)
47 app_profile.app_profile_id == alt_app_profile.app_profile_id
59 found = [app_prof.app_profile_id for app_prof in app_profiles]
65 app_profile_id, argument
74 app_profile_id=app_profile_id,
84 alt_profile = instance.app_profile(app_profile_id)
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/internal/
H A Dasync_bulk_apply.cc30 std::string const& app_profile_id, std::string const& table_name, in Create() argument
35 app_profile_id, table_name, std::move(mut))); in Create()
46 std::string const& app_profile_id, std::string const& table_name, in AsyncRetryBulkApply() argument
52 state_(app_profile_id, table_name, idempotent_policy, std::move(mut)) {} in AsyncRetryBulkApply()
H A Dbulk_mutator.cc31 BulkMutatorState::BulkMutatorState(std::string const& app_profile_id, in BulkMutatorState() argument
41 pending_mutations_.set_app_profile_id(app_profile_id); in BulkMutatorState()
74 pending_mutations_.set_app_profile_id(mutations_.app_profile_id()); in BeforeStart()
193 BulkMutator::BulkMutator(std::string const& app_profile_id, in BulkMutator() argument
197 : state_(app_profile_id, table_name, idempotent_policy, std::move(mut)) {} in BulkMutator()
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/tests/unit/gapic/bigtable_v2/
H A Dtest_bigtable.py630 app_profile_id="app_profile_id_value",
668 app_profile_id="app_profile_id_value",
836 app_profile_id="app_profile_id_value",
874 app_profile_id="app_profile_id_value",
1023 app_profile_id="app_profile_id_value",
1055 app_profile_id="app_profile_id_value",
1081 app_profile_id="app_profile_id_value",
1114 app_profile_id="app_profile_id_value",
1262 app_profile_id="app_profile_id_value",
1286 app_profile_id="app_profile_id_value",
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dapp_profile_config_test.cc25 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
53 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
64 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
H A Dtable.h209 Table(std::shared_ptr<DataClient> client, std::string app_profile_id, in Table() argument
212 app_profile_id_(std::move(app_profile_id)), in Table()
345 Table(std::shared_ptr<DataClient> client, std::string app_profile_id, in Table() argument
347 : Table(std::move(client), std::move(app_profile_id), table_id) { in Table()
352 std::string const& app_profile_id() const { return app_profile_id_; } in app_profile_id() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dapp_profile_config_test.cc25 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
53 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
64 EXPECT_EQ("my-profile", proto.app_profile_id()); in TEST()
H A Dtable.h209 Table(std::shared_ptr<DataClient> client, std::string app_profile_id, in Table() argument
212 app_profile_id_(std::move(app_profile_id)), in Table()
345 Table(std::shared_ptr<DataClient> client, std::string app_profile_id, in Table() argument
347 : Table(std::move(client), std::move(app_profile_id), table_id) { in Table()
352 std::string const& app_profile_id() const { return app_profile_id_; } in app_profile_id() function
/dports/www/py-google-cloud-bigtable/google-cloud-bigtable-2.4.0/tests/unit/
H A Dtest_table.py185 app_profile_id = "profile-123"
191 app_profile_id=app_profile_id,
656 table = self._make_one(self.TABLE_ID, instance, app_profile_id=app_profile_id)
820 app_profile_id=app_profile_id,
838 self._mutate_rows_helper(app_profile_id=app_profile_id)
873 table = self._make_one(self.TABLE_ID, instance, app_profile_id=app_profile_id)
1820 app_profile_id=None,
2053 app_profile_id=None, argument
2066 app_profile_id=app_profile_id,
2159 result = self._call_fut(table_name, limit=limit, app_profile_id=app_profile_id)
[all …]

123