blob: 054cfbc588b1300c486df424f32bf198df8c071d [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.contrib.kythe;
message InputProperties {
// GCS bucket for uploading extracted kzip for kythe indexing.
string gcs_bucket = 1;
// Jiri manifest to use.
string manifest = 2;
// Remote manifest repository.
string remote = 3;
// Path to a fint params file.
string fint_params_path = 4;
}