ProjectsLocationsInternalRangesResource class

Constructors

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

create(InternalRange request, String parent, {String? internalRangeId, String? requestId, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new internal range in a given project and location.
delete(String name, {String? requestId, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a single internal range.
get(String name, {String? $fields}) Future<InternalRange>
Gets details of a single internal range.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListInternalRangesResponse>
Lists internal ranges in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(InternalRange request, String name, {String? requestId, String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates the parameters of a single internal range.
toString() String
A string representation of this object.
inherited

Operators

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