blob: b15402eaceb74bfc0cd3f4d0ce435e8f4f07fefe [file] [log] [blame]
// Copyright 2021 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 recipe_modules.fuchsia.rbe;
message InputProperties {
// Remote execution instance.
// This takes the form of:
// projects/<gcp project name>/instances/<rbe instance name>
string instance = 1;
}