@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
56 lines • 2.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResourceReference = exports.ResourceDescriptor = void 0;
require("@sisyphus.js/runtime/lib/google/protobuf/descriptor");
var ResourceDescriptor;
(function (ResourceDescriptor) {
ResourceDescriptor.name = 'google.api.ResourceDescriptor';
/**
* A description of the historical or future-looking state of the
* resource pattern.
*/
var History;
(function (History) {
/** The "unset" value. */
History[History["HISTORY_UNSPECIFIED"] = 0] = "HISTORY_UNSPECIFIED";
/**
* The resource originally had one pattern and launched as such, and
* additional patterns were added later.
*/
History[History["ORIGINALLY_SINGLE_PATTERN"] = 1] = "ORIGINALLY_SINGLE_PATTERN";
/**
* The resource has one pattern, but the API owner expects to add more
* later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
* that from being necessary once there are multiple patterns.)
*/
History[History["FUTURE_MULTI_PATTERN"] = 2] = "FUTURE_MULTI_PATTERN";
})(History = ResourceDescriptor.History || (ResourceDescriptor.History = {}));
(function (History) {
History.name = 'google.api.ResourceDescriptor.History';
})(History = ResourceDescriptor.History || (ResourceDescriptor.History = {}));
/** A flag representing a specific style that a resource claims to conform to. */
var Style;
(function (Style) {
/** The unspecified value. Do not use. */
Style[Style["STYLE_UNSPECIFIED"] = 0] = "STYLE_UNSPECIFIED";
/**
* This resource is intended to be "declarative-friendly".
*
* Declarative-friendly resources must be more strictly consistent, and
* setting this to true communicates to tools that this resource should
* adhere to declarative-friendly expectations.
*
* Note: This is used by the API linter (linter.aip.dev) to enable
* additional checks.
*/
Style[Style["DECLARATIVE_FRIENDLY"] = 1] = "DECLARATIVE_FRIENDLY";
})(Style = ResourceDescriptor.Style || (ResourceDescriptor.Style = {}));
(function (Style) {
Style.name = 'google.api.ResourceDescriptor.Style';
})(Style = ResourceDescriptor.Style || (ResourceDescriptor.Style = {}));
})(ResourceDescriptor || (exports.ResourceDescriptor = ResourceDescriptor = {}));
var ResourceReference;
(function (ResourceReference) {
ResourceReference.name = 'google.api.ResourceReference';
})(ResourceReference || (exports.ResourceReference = ResourceReference = {}));
//# sourceMappingURL=resource.js.map