blob: 23b81e9c25143e66809af4429a7a314a0b6a848f [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors
//
// 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.
#ifndef COBALT_ANALYZER_STORE_BIGTABLE_FLAGS_H_
#define COBALT_ANALYZER_STORE_BIGTABLE_FLAGS_H_
#include <gflags/gflags.h>
namespace cobalt {
namespace analyzer {
namespace store {
DECLARE_string(bigtable_project_name);
DECLARE_string(bigtable_instance_id);
DECLARE_bool(for_testing_only_use_bigtable_emulator);
} // namespace store
} // namespace analyzer
} // namespace cobalt
#endif // COBALT_ANALYZER_STORE_BIGTABLE_FLAGS_H_