OrganizationsLocationsAddressGroupsResource class

Constructors

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

addItems(AddAddressGroupItemsRequest request, String addressGroup, {String? $fields}) Future<Operation>
Adds items to an address group.
cloneItems(CloneAddressGroupItemsRequest request, String addressGroup, {String? $fields}) Future<Operation>
Clones items from one address group to another.
create(AddressGroup request, String parent, {String? addressGroupId, String? requestId, String? $fields}) Future<Operation>
Creates a new address group in a given project and location.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes an address group.
get(String name, {String? $fields}) Future<AddressGroup>
Gets details of a single address group.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAddressGroupsResponse>
Lists address groups in a given project and location.
listReferences(String addressGroup, {int? pageSize, String? pageToken, String? $fields}) Future<ListAddressGroupReferencesResponse>
Lists references of an address group.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AddressGroup request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates parameters of an address group.
removeItems(RemoveAddressGroupItemsRequest request, String addressGroup, {String? $fields}) Future<Operation>
Removes items from an address group.
toString() String
A string representation of this object.
inherited

Operators

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