public class Apigee.Organizations.SecurityFeedback extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.SecurityFeedback.Create |
class |
Apigee.Organizations.SecurityFeedback.Delete |
class |
Apigee.Organizations.SecurityFeedback.Get |
class |
Apigee.Organizations.SecurityFeedback.List |
class |
Apigee.Organizations.SecurityFeedback.Patch |
| Constructor and Description |
|---|
SecurityFeedback() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.SecurityFeedback.Create |
create(String parent,
GoogleCloudApigeeV1SecurityFeedback content)
Creates a new report containing customer feedback.
|
Apigee.Organizations.SecurityFeedback.Delete |
delete(String name)
Deletes a specific feedback report.
|
Apigee.Organizations.SecurityFeedback.Get |
get(String name)
Gets a specific customer feedback report.
|
Apigee.Organizations.SecurityFeedback.List |
list(String parent)
Lists all feedback reports which have already been submitted.
|
Apigee.Organizations.SecurityFeedback.Patch |
patch(String name,
GoogleCloudApigeeV1SecurityFeedback content)
Updates a specific feedback report.
|
public Apigee.Organizations.SecurityFeedback.Create create(String parent, GoogleCloudApigeeV1SecurityFeedback content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Use the following structure in your request:
`organizations/{org}`.content - the GoogleCloudApigeeV1SecurityFeedbackIOExceptionpublic Apigee.Organizations.SecurityFeedback.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the SecurityFeedback to delete. Use the following structure in your request:
`organizations/{org}/securityFeedback/{feedback_id}`IOExceptionpublic Apigee.Organizations.SecurityFeedback.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the SecurityFeedback. Format: `organizations/{org}/securityFeedback/{feedback_id}`
Example: organizations/apigee-organization-name/securityFeedback/feedback-idIOExceptionpublic Apigee.Organizations.SecurityFeedback.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Format: `organizations/{org}`. Example: organizations/apigee-
organization-name/securityFeedbackIOExceptionpublic Apigee.Organizations.SecurityFeedback.Patch patch(String name, GoogleCloudApigeeV1SecurityFeedback content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Identifier. The feedback name is intended to be a system-generated uuid.content - the GoogleCloudApigeeV1SecurityFeedbackIOExceptionCopyright © 2011–2025 Google. All rights reserved.