Skip to content

Commit

Permalink
fix: Fix description of an interpreter field, validate if the field i…
Browse files Browse the repository at this point in the history
…s not unspecified (#604)

* fix: Fix description of an interpreter field, validate if the field is not unspecified

PiperOrigin-RevId: 427987153

Source-Link: googleapis/googleapis@a1b62c1

Source-Link: googleapis/googleapis-gen@bda7567
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmRhNzU2NzkwNjNmMjE5NGMwNmFmNTVhMDFjOTQxMDRlYWZjMjk5OCJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 11, 2022
1 parent 4cdedcb commit f63f0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ message OSPolicy {
message Exec {
// The interpreter to use.
enum Interpreter {
// Defaults to NONE.
// Invalid value, the request will return validation error.
INTERPRETER_UNSPECIFIED = 0;

// If an interpreter is not specified, the
Expand Down

0 comments on commit f63f0fe

Please sign in to comment.