GlobalForwardingRulesResource class
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
-
delete(String project, String forwardingRule, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified GlobalForwardingRule resource.
-
get(String project, String forwardingRule, {String? $fields})
→ Future<ForwardingRule>
-
Returns the specified GlobalForwardingRule resource.
-
insert(ForwardingRule request, String project, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a GlobalForwardingRule resource in the specified project using the
data included in the request.
-
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<ForwardingRuleList>
-
Retrieves a list of GlobalForwardingRule resources available to the
specified project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ForwardingRule request, String project, String forwardingRule, {String? requestId, String? $fields})
→ Future<Operation>
-
Updates the specified forwarding rule with the data included in the
request.
-
setLabels(GlobalSetLabelsRequest request, String project, String resource, {String? $fields})
→ Future<Operation>
-
Sets the labels on the specified resource.
-
setTarget(TargetReference request, String project, String forwardingRule, {String? requestId, String? $fields})
→ Future<Operation>
-
Changes target URL for the GlobalForwardingRule resource.
-
toString()
→ String
-
A string representation of this object.
inherited