ProjectsLocationsCollectorsResource class

Constructors

ProjectsLocationsCollectorsResource(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(Collector request, String parent, {String? collectorId, String? requestId, String? $fields}) Future<Operation>
Create a Collector to manage the on-prem appliance which collects information about Customer assets.
delete(String name, {String? requestId, String? $fields}) Future<Operation>
Deletes a single Collector - changes state of collector to "Deleting".
get(String name, {String? $fields}) Future<Collector>
Gets details of a single Collector.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListCollectorsResponse>
Lists Collectors in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Collector request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the parameters of a single Collector.
pause(PauseCollectorRequest request, String name, {String? $fields}) Future<Operation>
Pauses the given collector.
register(RegisterCollectorRequest request, String name, {String? $fields}) Future<Operation>
Registers the given collector.
resume(ResumeCollectorRequest request, String name, {String? $fields}) Future<Operation>
Resumes the given collector.
toString() String
A string representation of this object.
inherited

Operators

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