OrganizationsLocationsCustomersWorkloadsViolationsResource class
Constructors
- OrganizationsLocationsCustomersWorkloadsViolationsResource(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
-
get(
String name, {String? $fields}) → Future< Violation> - Gets details of a single Violation.
-
list(
String parent, {String? filter, String? interval_endTime, String? interval_startTime, String? orderBy, int? pageSize, String? pageToken, String? $fields}) → Future< ListViolationsResponse> - Lists Violations for a workload Callers may also choose to read across multiple Customers or for a single customer as per [AIP-159](https://google.aip.dev/159) by using '-' (the hyphen or dash character) as a wildcard character instead of {customer} & {workload}.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited