File tree Expand file tree Collapse file tree
google/cloud/chronicle/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ load(
346346
347347csharp_proto_library (
348348 name = "chronicle_csharp_proto" ,
349+ extra_opts = [],
349350 deps = [":chronicle_proto" ],
350351)
351352
Original file line number Diff line number Diff line change 1212- name : google.longrunning.Operations
1313
1414documentation :
15- summary : The Chronicle API serves all customer endpoints.
15+ summary : |-
16+ The Google Cloud Security Operations API, popularly known as the Chronicle
17+ API, serves endpoints that enable security analysts to analyze and
18+ mitigate a security threat throughout its lifecycle
1619
1720http :
1821 rules :
Original file line number Diff line number Diff line change @@ -372,13 +372,10 @@ message DataAccessLabel {
372372 string udm_query = 3 ;
373373 }
374374
375- // Required. The unique resource name of the data access label.
376- string name = 1 [
377- (google.api.field_behavior ) = REQUIRED ,
378- (google.api.resource_reference ) = {
379- type : "chronicle.googleapis.com/DataAccessLabel"
380- }
381- ];
375+ // The unique resource name of the data access label.
376+ string name = 1 [(google.api.resource_reference ) = {
377+ type : "chronicle.googleapis.com/DataAccessLabel"
378+ }];
382379
383380 // Output only. The short name displayed for the label as it appears on event
384381 // data.
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ message Instance {
5353 singular : "instance"
5454 };
5555
56- // Output only . The resource name of this instance.
56+ // Identifier . The resource name of this instance.
5757 // Format: `projects/{project}/locations/{location}/instances/{instance}`
58- string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
58+ string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
5959}
6060
6161// Request to get a Instance.
You can’t perform that action at this time.
0 commit comments