UrlMapsResource class

Constructors

UrlMapsResource(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

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<UrlMapsAggregatedList>
Retrieves the list of all UrlMap resources, regional and global, available to the specified project.
delete(String project, String urlMap, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified UrlMap resource.
get(String project, String urlMap, {String? $fields}) Future<UrlMap>
Returns the specified UrlMap resource.
insert(UrlMap request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates a UrlMap resource in the specified project using the data included in the request.
invalidateCache(CacheInvalidationRule request, String project, String urlMap, {String? requestId, String? $fields}) Future<Operation>
Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<UrlMapList>
Retrieves the list of UrlMap resources available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(UrlMap request, String project, String urlMap, {String? requestId, String? $fields}) Future<Operation>
Patches the specified UrlMap resource with the data included in the request.
toString() String
A string representation of this object.
inherited
update(UrlMap request, String project, String urlMap, {String? requestId, String? $fields}) Future<Operation>
Updates the specified UrlMap resource with the data included in the request.
validate(UrlMapsValidateRequest request, String project, String urlMap, {String? $fields}) Future<UrlMapsValidateResponse>
Runs static validation for the UrlMap.

Operators

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