@@ -24,121 +24,121 @@ self_link: projects/{{project}}/locations/{{location}}/instances/{{instance}}/re
24
24
create_url : projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists?referenceListId={{reference_list_id}}
25
25
id_format : projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
26
26
import_format :
27
- - projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
27
+ - projects/{{project}}/locations/{{location}}/instances/{{instance}}/referenceLists/{{reference_list_id}}
28
28
update_verb : PATCH
29
29
update_mask : true
30
30
exclude_delete : true
31
31
32
32
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'
42
42
43
43
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
68
68
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
90
97
type : NestedObject
98
+ output : true
99
+ description : ScopeInfo specifies the scope info of the reference list.
91
100
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 :
93
130
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
130
132
type : String
131
- - name : syntaxType
132
- type : String
133
- description : |2-
133
+ description : |2-
134
134
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