Skip to content

Commit 87f54cb

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update field behaviour for instance and dataAccessLabel
docs: Update API summary PiperOrigin-RevId: 750861766
1 parent 567bb94 commit 87f54cb

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

google/cloud/chronicle/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ load(
346346

347347
csharp_proto_library(
348348
name = "chronicle_csharp_proto",
349+
extra_opts = [],
349350
deps = [":chronicle_proto"],
350351
)
351352

google/cloud/chronicle/v1/chronicle_v1.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ apis:
1212
- name: google.longrunning.Operations
1313

1414
documentation:
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
1720
http:
1821
rules:

google/cloud/chronicle/v1/data_access_control.proto

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

google/cloud/chronicle/v1/instance.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)