AddressesResource class
Constructors
- AddressesResource(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< AddressAggregatedList> - Retrieves an aggregated list of addresses.
-
delete(
String project, String region, String address, {String? requestId, String? $fields}) → Future< Operation> - Deletes the specified address resource.
-
get(
String project, String region, String address, {String? $fields}) → Future< Address> - Returns the specified address resource.
-
insert(
Address request, String project, String region, {String? requestId, String? $fields}) → Future< Operation> - Creates an address resource in the specified project by using the data included in the request.
-
list(
String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) → Future< AddressList> - Retrieves a list of addresses contained within the specified region.
-
move(
RegionAddressesMoveRequest request, String project, String region, String address, {String? requestId, String? $fields}) → Future< Operation> - Moves the specified address resource.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLabels(
RegionSetLabelsRequest request, String project, String region, String resource, {String? requestId, String? $fields}) → Future< Operation> - Sets the labels on an Address.
-
testIamPermissions(
TestPermissionsRequest request, String project, String region, String resource, {String? $fields}) → Future< TestPermissionsResponse> - Returns permissions that a caller has on the specified resource.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited