Skip to content

Commit 4d78f32

Browse files
Google APIscopybara-github
authored andcommitted
docs!: mark PanelInfo.panel_id as required
PiperOrigin-RevId: 480718581
1 parent 7090dbe commit 4d78f32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/discoveryengine/v1beta/user_event.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ message DocumentInfo {
409409

410410
// Detailed panel information associated with a user event.
411411
message PanelInfo {
412-
// The panel ID.
413-
string panel_id = 2;
412+
// Required. The panel ID.
413+
string panel_id = 2 [(google.api.field_behavior) = REQUIRED];
414414

415415
// The display name of the panel.
416416
string display_name = 3;

0 commit comments

Comments
 (0)