GlobalAddressesResource 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 address, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified address resource.
-
get(String project, String address, {String? $fields})
→ Future<Address>
-
Returns the specified address resource.
-
insert(Address request, String project, {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? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<AddressList>
-
Retrieves a list of global addresses.
-
move(GlobalAddressesMoveRequest request, String project, String address, {String? requestId, String? $fields})
→ Future<Operation>
-
Moves the specified address resource from one project to another project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setLabels(GlobalSetLabelsRequest request, String project, String resource, {String? $fields})
→ Future<Operation>
-
Sets the labels on a GlobalAddress.
-
toString()
→ String
-
A string representation of this object.
inherited