You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.developers.balance.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
The object takes the form of:
95
95
96
96
{ # Request for AdjustDeveloperBalance.
97
-
"adjustment": { # 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
+
"adjustment": { # 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's balance is updated to be $100, and they spend $10, a negative adjustment can only increase the balance of the developer to $100.
98
98
"currencyCode": "A String", # The three-letter currency code defined in ISO 4217.
99
99
"nanos": 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.
100
100
"units": "A String", # The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.securityAssessmentResults.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107
107
"pageSize": 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.
108
108
"pageToken": "A String", # Optional. A page token, received from a previous `BatchComputeSecurityAssessmentResults` call. Provide this to retrieve the subsequent page.
109
109
"profile": "A String", # Required. Name of the profile that is used for computation.
110
-
"scope": "A String", # Required. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.
110
+
"scope": "A String", # Optional. Scope of the resources for the computation. For Apigee, the environment is the scope of the resources.
<pre>Deletes a specific feedback report. Used for "undo" 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); }
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
+
"comment": "A String", # Optional. Optional text the user can provide for additional, unstructured context.
193
+
"createTime": "A String", # Output only. The time when this specific feedback id was created.
194
+
"displayName": "A String", # Optional. The display name of the feedback.
195
+
"feedbackContexts": [ # Required. One or more attribute/value pairs for constraining the feedback.
196
+
{ # FeedbackContext captures the intent of the submitted feedback.
197
+
"attribute": "A String", # Required. The attribute the user is providing feedback about.
198
+
"values": [ # Required. The values of the attribute the user is providing feedback about.
199
+
"A String",
200
+
],
201
+
},
202
+
],
203
+
"feedbackType": "A String", # Required. The type of feedback being submitted.
204
+
"name": "A String", # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
205
+
"reason": "A String", # Optional. The reason for the feedback.
206
+
"updateTime": "A String", # Output only. The time when this specific feedback id was updated.
<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
+
"nextPageToken": "A String", # 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
+
"securityFeedback": [ # List of SecurityFeedback reports.
229
+
{ # Represents a feedback report from an Advanced API Security customer.
230
+
"comment": "A String", # Optional. Optional text the user can provide for additional, unstructured context.
231
+
"createTime": "A String", # Output only. The time when this specific feedback id was created.
232
+
"displayName": "A String", # Optional. The display name of the feedback.
233
+
"feedbackContexts": [ # Required. One or more attribute/value pairs for constraining the feedback.
234
+
{ # FeedbackContext captures the intent of the submitted feedback.
235
+
"attribute": "A String", # Required. The attribute the user is providing feedback about.
236
+
"values": [ # Required. The values of the attribute the user is providing feedback about.
237
+
"A String",
238
+
],
239
+
},
240
+
],
241
+
"feedbackType": "A String", # Required. The type of feedback being submitted.
242
+
"name": "A String", # Output only. Identifier. The feedback name is intended to be a system-generated uuid.
243
+
"reason": "A String", # Optional. The reason for the feedback.
244
+
"updateTime": "A String", # Output only. The time when this specific feedback id was updated.
0 commit comments