Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 7cebebe

Browse files
fix: Fix description of an interpreter field, validate if the field is 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: https://github.com/googleapis/googleapis-gen/commit/bda75679063f2194c06af55a01c94104eafc2998 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>
1 parent 3df499c commit 7cebebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protos/google/cloud/osconfig/v1/os_policy.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ message OSPolicy {
354354
message Exec {
355355
// The interpreter to use.
356356
enum Interpreter {
357-
// Defaults to NONE.
357+
// Invalid value, the request will return validation error.
358358
INTERPRETER_UNSPECIFIED = 0;
359359

360360
// If an interpreter is not specified, the

0 commit comments

Comments
 (0)