OrganizationsDatacollectorsResource 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
-
create(GoogleCloudApigeeV1DataCollector request, String parent, {String? dataCollectorId, String? $fields})
→ Future<GoogleCloudApigeeV1DataCollector>
-
Creates a new data collector.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a data collector.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1DataCollector>
-
Gets a data collector.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApigeeV1ListDataCollectorsResponse>
-
Lists all data collectors.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudApigeeV1DataCollector request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudApigeeV1DataCollector>
-
Updates a data collector.
-
toString()
→ String
-
A string representation of this object.
inherited