ProjectsRulesetsResource class
Constructors
- ProjectsRulesetsResource(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(
Ruleset request, String name, {String? $fields}) → Future< Ruleset> -
Create a
Ruleset
fromSource
. -
delete(
String name, {String? $fields}) → Future< Empty> -
Delete a
Ruleset
by resource name. -
get(
String name, {String? $fields}) → Future< Ruleset> -
Get a
Ruleset
by name including the fullSource
contents. -
list(
String name, {String? filter, int? pageSize, String? pageToken, String? $fields}) → Future< ListRulesetsResponse> -
List
Ruleset
metadata only and optionally filter the results byRuleset
name. -
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