# Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed """Automatically generated source lists for bigtable_client - DO NOT EDIT.""" bigtable_client_hdrs = [ "admin_client.h", "app_profile_config.h", "async_row_reader.h", "cell.h", "client_options.h", "cluster_config.h", "cluster_list_responses.h", "column_family.h", "completion_queue.h", "data_client.h", "expr.h", "filters.h", "iam_binding.h", "iam_policy.h", "idempotent_mutation_policy.h", "instance_admin.h", "instance_admin_client.h", "instance_config.h", "instance_list_responses.h", "instance_update_config.h", "internal/async_bulk_apply.h", "internal/async_longrunning_op.h", "internal/async_poll_op.h", "internal/async_retry_multi_page.h", "internal/async_retry_op.h", "internal/async_retry_unary_rpc_and_poll.h", "internal/bulk_mutator.h", "internal/client_options_defaults.h", "internal/common_client.h", "internal/google_bytes_traits.h", "internal/prefix_range_end.h", "internal/readrowsparser.h", "internal/rowreaderiterator.h", "internal/rpc_policy_parameters.h", "internal/rpc_policy_parameters.inc", "internal/unary_client_utils.h", "metadata_update_policy.h", "mutation_batcher.h", "mutations.h", "polling_policy.h", "read_modify_write_rule.h", "row.h", "row_key.h", "row_key_sample.h", "row_range.h", "row_reader.h", "row_set.h", "rpc_backoff_policy.h", "rpc_retry_policy.h", "table.h", "table_admin.h", "table_config.h", "version.h", "version_info.h", ] bigtable_client_srcs = [ "admin_client.cc", "app_profile_config.cc", "client_options.cc", "cluster_config.cc", "data_client.cc", "expr.cc", "iam_binding.cc", "iam_policy.cc", "idempotent_mutation_policy.cc", "instance_admin.cc", "instance_admin_client.cc", "instance_config.cc", "instance_update_config.cc", "internal/async_bulk_apply.cc", "internal/bulk_mutator.cc", "internal/common_client.cc", "internal/google_bytes_traits.cc", "internal/prefix_range_end.cc", "internal/readrowsparser.cc", "internal/rowreaderiterator.cc", "metadata_update_policy.cc", "mutation_batcher.cc", "mutations.cc", "polling_policy.cc", "row_range.cc", "row_reader.cc", "row_set.cc", "rpc_backoff_policy.cc", "rpc_retry_policy.cc", "table.cc", "table_admin.cc", "table_config.cc", "version.cc", ]