PublicDelegatedPrefixesResource class

Constructors

PublicDelegatedPrefixesResource(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<PublicDelegatedPrefixAggregatedList>
Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
announce(String project, String region, String publicDelegatedPrefix, {String? requestId, String? $fields}) Future<Operation>
Announces the specified PublicDelegatedPrefix in the given region.
delete(String project, String region, String publicDelegatedPrefix, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified PublicDelegatedPrefix in the given region.
get(String project, String region, String publicDelegatedPrefix, {String? $fields}) Future<PublicDelegatedPrefix>
Returns the specified PublicDelegatedPrefix resource in the given region.
insert(PublicDelegatedPrefix request, String project, String region, {String? requestId, String? $fields}) Future<Operation>
Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<PublicDelegatedPrefixList>
Lists the PublicDelegatedPrefixes for a project in the given region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(PublicDelegatedPrefix request, String project, String region, String publicDelegatedPrefix, {String? requestId, String? $fields}) Future<Operation>
Patches the specified PublicDelegatedPrefix resource with the data included in the request.
toString() String
A string representation of this object.
inherited
withdraw(String project, String region, String publicDelegatedPrefix, {String? requestId, String? $fields}) Future<Operation>
Withdraws the specified PublicDelegatedPrefix in the given region.

Operators

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