Skip to content

Commit bdb05bf

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.securityFeedback.methods.create (Total Keys: 14) - resources.organizations.resources.securityFeedback.methods.delete (Total Keys: 11) - resources.organizations.resources.securityFeedback.methods.get (Total Keys: 11) - resources.organizations.resources.securityFeedback.methods.list (Total Keys: 16) - resources.organizations.resources.securityFeedback.methods.patch (Total Keys: 15) - schemas.GoogleCloudApigeeV1ListSecurityFeedbackResponse (Total Keys: 5) - schemas.GoogleCloudApigeeV1SecurityFeedback (Total Keys: 21)
1 parent b34a325 commit bdb05bf

6 files changed

+612
-12
lines changed

docs/dyn/apigee_v1.organizations.developers.balance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494
The object takes the form of:
9595

9696
{ # Request for AdjustDeveloperBalance.
97-
&quot;adjustment&quot;: { # Represents an amount of money with its currency type. # * A positive value of `adjustment` means that that the API provider wants to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease. * A negative value of `adjustment` means that that the API provider wants to adjust the balance for an over-charged developer i.e. the balance of the developer will increase.
97+
&quot;adjustment&quot;: { # Represents an amount of money with its currency type. # * A positive value of `adjustment` means that that the API provider wants to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease. * A negative value of `adjustment` means that that the API provider wants to adjust the balance for an over-charged developer i.e. the balance of the developer will increase. NOTE: An adjustment cannot increase the balance of the developer beyond the balance as of the most recent credit. For example, if a developer&#x27;s balance is updated to be $100, and they spend $10, a negative adjustment can only increase the balance of the developer to $100.
9898
&quot;currencyCode&quot;: &quot;A String&quot;, # The three-letter currency code defined in ISO 4217.
9999
&quot;nanos&quot;: 42, # Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
100100
&quot;units&quot;: &quot;A String&quot;, # The whole units of the amount. For example if `currencyCode` is `&quot;USD&quot;`, then 1 unit is one US dollar.

docs/dyn/apigee_v1.organizations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ <h2>Instance Methods</h2>
179179
</p>
180180
<p class="firstline">Returns the securityAssessmentResults Resource.</p>
181181

182+
<p class="toc_element">
183+
<code><a href="apigee_v1.organizations.securityFeedback.html">securityFeedback()</a></code>
184+
</p>
185+
<p class="firstline">Returns the securityFeedback Resource.</p>
186+
182187
<p class="toc_element">
183188
<code><a href="apigee_v1.organizations.securityMonitoringConditions.html">securityMonitoringConditions()</a></code>
184189
</p>

docs/dyn/apigee_v1.organizations.securityAssessmentResults.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107
&quot;pageSize&quot;: 42, # Optional. The maximum number of results to return. The service may return fewer than this value. If unspecified, at most 50 results will be returned.
108108
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. A page token, received from a previous `BatchComputeSecurityAssessmentResults` call. Provide this to retrieve the subsequent page.
109109
&quot;profile&quot;: &quot;A String&quot;, # Required. Name of the profile that is used for computation.
110-
&quot;scope&quot;: &quot;A String&quot;, # Required. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.
110+
&quot;scope&quot;: &quot;A String&quot;, # Optional. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.
111111
}
112112

113113
x__xgafv: string, V1 error format.
Lines changed: 319 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.securityFeedback.html">securityFeedback</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#create">create(parent, body=None, securityFeedbackId=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Creates a new report containing customer feedback.</p>
83+
<p class="toc_element">
84+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Deletes a specific feedback report. Used for "undo" of a feedback submission.</p>
86+
<p class="toc_element">
87+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Gets a specific customer feedback report.</p>
89+
<p class="toc_element">
90+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Lists all feedback reports which have already been submitted.</p>
92+
<p class="toc_element">
93+
<code><a href="#list_next">list_next()</a></code></p>
94+
<p class="firstline">Retrieves the next page of results.</p>
95+
<p class="toc_element">
96+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Updates a specific feedback report.</p>
98+
<h3>Method Details</h3>
99+
<div class="method">
100+
<code class="details" id="close">close()</code>
101+
<pre>Close httplib2 connections.</pre>
102+
</div>
103+
104+
<div class="method">
105+
<code class="details" id="create">create(parent, body=None, securityFeedbackId=None, x__xgafv=None)</code>
106+
<pre>Creates a new report containing customer feedback.
107+
108+
Args:
109+
parent: string, Required. Name of the organization. Use the following structure in your request: `organizations/{org}`. (required)
110+
body: object, The request body.
111+
The object takes the form of:
112+
113+
{ # Represents a feedback report from an Advanced API Security customer.
114+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
115+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
116+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
117+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
118+
{ # FeedbackContext captures the intent of the submitted feedback.
119+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
120+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
121+
&quot;A String&quot;,
122+
],
123+
},
124+
],
125+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
126+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
127+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
128+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
129+
}
130+
131+
securityFeedbackId: string, Optional. The id for this feedback report. If not provided, it will be set to a system-generated UUID.
132+
x__xgafv: string, V1 error format.
133+
Allowed values
134+
1 - v1 error format
135+
2 - v2 error format
136+
137+
Returns:
138+
An object of the form:
139+
140+
{ # Represents a feedback report from an Advanced API Security customer.
141+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
142+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
143+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
144+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
145+
{ # FeedbackContext captures the intent of the submitted feedback.
146+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
147+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
148+
&quot;A String&quot;,
149+
],
150+
},
151+
],
152+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
153+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
154+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
155+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
156+
}</pre>
157+
</div>
158+
159+
<div class="method">
160+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
161+
<pre>Deletes a specific feedback report. Used for &quot;undo&quot; of a feedback submission.
162+
163+
Args:
164+
name: string, Required. Name of the SecurityFeedback to delete. Use the following structure in your request: `organizations/{org}/securityFeedback/{feedback_id}` (required)
165+
x__xgafv: string, V1 error format.
166+
Allowed values
167+
1 - v1 error format
168+
2 - v2 error format
169+
170+
Returns:
171+
An object of the form:
172+
173+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
174+
}</pre>
175+
</div>
176+
177+
<div class="method">
178+
<code class="details" id="get">get(name, x__xgafv=None)</code>
179+
<pre>Gets a specific customer feedback report.
180+
181+
Args:
182+
name: string, Required. Name of the SecurityFeedback. Format: `organizations/{org}/securityFeedback/{feedback_id}` Example: organizations/apigee-organization-name/securityFeedback/feedback-id (required)
183+
x__xgafv: string, V1 error format.
184+
Allowed values
185+
1 - v1 error format
186+
2 - v2 error format
187+
188+
Returns:
189+
An object of the form:
190+
191+
{ # Represents a feedback report from an Advanced API Security customer.
192+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
193+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
194+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
195+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
196+
{ # FeedbackContext captures the intent of the submitted feedback.
197+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
198+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
199+
&quot;A String&quot;,
200+
],
201+
},
202+
],
203+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
204+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
205+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
206+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
207+
}</pre>
208+
</div>
209+
210+
<div class="method">
211+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
212+
<pre>Lists all feedback reports which have already been submitted.
213+
214+
Args:
215+
parent: string, Required. Name of the organization. Format: `organizations/{org}`. Example: organizations/apigee-organization-name/securityFeedback (required)
216+
pageSize: integer, Optional. The maximum number of feedback reports to return. The service may return fewer than this value. LINT.IfChange(documented_page_size_limits) If unspecified, at most 10 feedback reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. LINT.ThenChange( //depot/google3/edge/sense/boq/service/v1/securityfeedback/securityfeedback_rpc.go:page_size_limits )
217+
pageToken: string, Optional. A page token, received from a previous `ListSecurityFeedback` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSecurityFeedback` must match the call that provided the page token.
218+
x__xgafv: string, V1 error format.
219+
Allowed values
220+
1 - v1 error format
221+
2 - v2 error format
222+
223+
Returns:
224+
An object of the form:
225+
226+
{ # Response for ListSecurityFeedback
227+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token that can be sent as `page_token` in `ListSecurityFeedbackRequest` to retrieve the next page. If this field is omitted, there are no subsequent pages.
228+
&quot;securityFeedback&quot;: [ # List of SecurityFeedback reports.
229+
{ # Represents a feedback report from an Advanced API Security customer.
230+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
231+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
232+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
233+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
234+
{ # FeedbackContext captures the intent of the submitted feedback.
235+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
236+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
237+
&quot;A String&quot;,
238+
],
239+
},
240+
],
241+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
242+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
243+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
244+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
245+
},
246+
],
247+
}</pre>
248+
</div>
249+
250+
<div class="method">
251+
<code class="details" id="list_next">list_next()</code>
252+
<pre>Retrieves the next page of results.
253+
254+
Args:
255+
previous_request: The request for the previous page. (required)
256+
previous_response: The response from the request for the previous page. (required)
257+
258+
Returns:
259+
A request object that you can call &#x27;execute()&#x27; on to request the next
260+
page. Returns None if there are no more items in the collection.
261+
</pre>
262+
</div>
263+
264+
<div class="method">
265+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
266+
<pre>Updates a specific feedback report.
267+
268+
Args:
269+
name: string, Output only. Identifier. The feedback name is intended to be a system-generated uuid. (required)
270+
body: object, The request body.
271+
The object takes the form of:
272+
273+
{ # Represents a feedback report from an Advanced API Security customer.
274+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
275+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
276+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
277+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
278+
{ # FeedbackContext captures the intent of the submitted feedback.
279+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
280+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
281+
&quot;A String&quot;,
282+
],
283+
},
284+
],
285+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
286+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
287+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
288+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
289+
}
290+
291+
updateMask: string, Optional. The list of fields to update.
292+
x__xgafv: string, V1 error format.
293+
Allowed values
294+
1 - v1 error format
295+
2 - v2 error format
296+
297+
Returns:
298+
An object of the form:
299+
300+
{ # Represents a feedback report from an Advanced API Security customer.
301+
&quot;comment&quot;: &quot;A String&quot;, # Optional. Optional text the user can provide for additional, unstructured context.
302+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was created.
303+
&quot;displayName&quot;: &quot;A String&quot;, # Optional. The display name of the feedback.
304+
&quot;feedbackContexts&quot;: [ # Required. One or more attribute/value pairs for constraining the feedback.
305+
{ # FeedbackContext captures the intent of the submitted feedback.
306+
&quot;attribute&quot;: &quot;A String&quot;, # Required. The attribute the user is providing feedback about.
307+
&quot;values&quot;: [ # Required. The values of the attribute the user is providing feedback about.
308+
&quot;A String&quot;,
309+
],
310+
},
311+
],
312+
&quot;feedbackType&quot;: &quot;A String&quot;, # Required. The type of feedback being submitted.
313+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
314+
&quot;reason&quot;: &quot;A String&quot;, # Optional. The reason for the feedback.
315+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when this specific feedback id was updated.
316+
}</pre>
317+
</div>
318+
319+
</body></html>

0 commit comments

Comments
 (0)