Skip to content

Commit 1cbb09b

Browse files
fixing lint issues
1 parent 6b37520 commit 1cbb09b

File tree

1 file changed

+105
-105
lines changed

1 file changed

+105
-105
lines changed

mmv1/products/chronicle/ReferenceList.yaml

+105-105
Original file line numberDiff line numberDiff line change
@@ -24,121 +24,121 @@ self_link: projects/{{project}}/locations/{{location}}/instances/{{instance}}/re
2424
create_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists?referenceListId={{reference_list_id}}
2525
id_format: projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
2626
import_format:
27-
- projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
27+
- projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
2828
update_verb: PATCH
2929
update_mask: true
3030
exclude_delete: true
3131

3232
examples:
33-
- name: 'chronicle_referencelist_basic'
34-
primary_resource_id: 'example'
35-
min_version: 'beta'
36-
vars:
37-
reference_list_id: reference_list_id
38-
description: referencelist-description
39-
reference_list_entry_value: "referencelist-entry-value"
40-
test_env_vars:
41-
chronicle_id: 'CHRONICLE_ID'
33+
- name: 'chronicle_referencelist_basic'
34+
primary_resource_id: 'example'
35+
min_version: 'beta'
36+
vars:
37+
reference_list_id: reference_list_id
38+
description: referencelist-description
39+
reference_list_entry_value: "referencelist-entry-value"
40+
test_env_vars:
41+
chronicle_id: 'CHRONICLE_ID'
4242

4343
parameters:
44-
- name: location
45-
type: String
46-
description: The location of the resource. This is the geographical region where the Chronicle instance resides, such as "us" or "europe-west2".
47-
immutable: true
48-
url_param_only: true
49-
required: true
50-
- name: instance
51-
type: String
52-
description: The unique identifier for the Chronicle instance, which is the same as the customer ID.
53-
immutable: true
54-
url_param_only: true
55-
required: true
56-
- name: referenceListId
57-
type: String
58-
description: |-
59-
Required. The ID to use for the reference list. This is also the display name for
60-
the reference list. It must satisfy the following requirements:
61-
- Starts with letter.
62-
- Contains only letters, numbers and underscore.
63-
- Has length < 256.
64-
- Must be unique.
65-
immutable: true
66-
url_param_only: true
67-
required: true
44+
- name: location
45+
type: String
46+
description: The location of the resource. This is the geographical region where the Chronicle instance resides, such as "us" or "europe-west2".
47+
immutable: true
48+
url_param_only: true
49+
required: true
50+
- name: instance
51+
type: String
52+
description: The unique identifier for the Chronicle instance, which is the same as the customer ID.
53+
immutable: true
54+
url_param_only: true
55+
required: true
56+
- name: referenceListId
57+
type: String
58+
description: |-
59+
Required. The ID to use for the reference list. This is also the display name for
60+
the reference list. It must satisfy the following requirements:
61+
- Starts with letter.
62+
- Contains only letters, numbers and underscore.
63+
- Has length < 256.
64+
- Must be unique.
65+
immutable: true
66+
url_param_only: true
67+
required: true
6868
properties:
69-
- name: name
70-
type: String
71-
description: |-
72-
Output only. The resource name of the reference list.
73-
Format:
74-
projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
75-
output: true
76-
- name: description
77-
type: String
78-
description: Required. A user-provided description of the reference list.
79-
required: true
80-
- name: entries
81-
type: Array
82-
description: |-
83-
Required. The entries of the reference list.
84-
When listed, they are returned in the order that was specified at creation
85-
or update. The combined size of the values of the reference list may not
86-
exceed 6MB.
87-
This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
88-
required: true
89-
item_type:
69+
- name: name
70+
type: String
71+
description: |-
72+
Output only. The resource name of the reference list.
73+
Format:
74+
projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
75+
output: true
76+
- name: description
77+
type: String
78+
description: Required. A user-provided description of the reference list.
79+
required: true
80+
- name: entries
81+
type: Array
82+
description: |-
83+
Required. The entries of the reference list.
84+
When listed, they are returned in the order that was specified at creation
85+
or update. The combined size of the values of the reference list may not
86+
exceed 6MB.
87+
This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
88+
required: true
89+
item_type:
90+
type: NestedObject
91+
properties:
92+
- name: value
93+
type: String
94+
description: Required. The value of the entry. Maximum length is 512 characters.
95+
required: true
96+
- name: scopeInfo
9097
type: NestedObject
98+
output: true
99+
description: ScopeInfo specifies the scope info of the reference list.
91100
properties:
92-
- name: value
101+
- name: referenceListScope
102+
type: NestedObject
103+
description: ReferenceListScope specifies the list of scope names of the reference list.
104+
required: true
105+
properties:
106+
- name: scopeNames
107+
type: Array
108+
description: |-
109+
Optional. The list of scope names of the reference list. The scope names should be
110+
full resource names and should be of the format:
111+
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
112+
item_type:
113+
type: String
114+
- name: displayName
115+
type: String
116+
description: Output only. The unique display name of the reference list.
117+
output: true
118+
- name: revisionCreateTime
119+
type: String
120+
description: Output only. The timestamp when the reference list was last updated.
121+
output: true
122+
- name: rules
123+
type: Array
124+
description: |-
125+
Output only. The resource names for the associated self-authored Rules that use this
126+
reference list.
127+
This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
128+
output: true
129+
item_type:
93130
type: String
94-
description: Required. The value of the entry. Maximum length is 512 characters.
95-
required: true
96-
- name: scopeInfo
97-
type: NestedObject
98-
output: true
99-
description: ScopeInfo specifies the scope info of the reference list.
100-
properties:
101-
- name: referenceListScope
102-
type: NestedObject
103-
description: ReferenceListScope specifies the list of scope names of the reference list.
104-
required: true
105-
properties:
106-
- name: scopeNames
107-
type: Array
108-
description: |-
109-
Optional. The list of scope names of the reference list. The scope names should be
110-
full resource names and should be of the format:
111-
"projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{scope_name}".
112-
item_type:
113-
type: String
114-
- name: displayName
115-
type: String
116-
description: Output only. The unique display name of the reference list.
117-
output: true
118-
- name: revisionCreateTime
119-
type: String
120-
description: Output only. The timestamp when the reference list was last updated.
121-
output: true
122-
- name: rules
123-
type: Array
124-
description: |-
125-
Output only. The resource names for the associated self-authored Rules that use this
126-
reference list.
127-
This is returned only when the view is REFERENCE_LIST_VIEW_FULL.
128-
output: true
129-
item_type:
131+
- name: syntaxType
130132
type: String
131-
- name: syntaxType
132-
type: String
133-
description: |2-
133+
description: |2-
134134
135-
Possible values:
136-
REFERENCE_LIST_SYNTAX_TYPE_UNSPECIFIED
137-
REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING
138-
REFERENCE_LIST_SYNTAX_TYPE_REGEX
139-
REFERENCE_LIST_SYNTAX_TYPE_CIDR
140-
required: true
141-
- name: ruleAssociationsCount
142-
type: Integer
143-
description: Output only. The count of self-authored rules using the reference list.
144-
output: true
135+
Possible values:
136+
REFERENCE_LIST_SYNTAX_TYPE_UNSPECIFIED
137+
REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING
138+
REFERENCE_LIST_SYNTAX_TYPE_REGEX
139+
REFERENCE_LIST_SYNTAX_TYPE_CIDR
140+
required: true
141+
- name: ruleAssociationsCount
142+
type: Integer
143+
description: Output only. The count of self-authored rules using the reference list.
144+
output: true

0 commit comments

Comments
 (0)