OrganizationsSecurityFeedbackResource class

Constructors

OrganizationsSecurityFeedbackResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudApigeeV1SecurityFeedback request, String parent, {String? securityFeedbackId, String? $fields}) Future<GoogleCloudApigeeV1SecurityFeedback>
Creates a new report containing customer feedback.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a specific feedback report.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1SecurityFeedback>
Gets a specific customer feedback report.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListSecurityFeedbackResponse>
Lists all feedback reports which have already been submitted.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudApigeeV1SecurityFeedback request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudApigeeV1SecurityFeedback>
Updates a specific feedback report.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited