ProjectsLocationsProcessesRunsLineageEventsResource class
Constructors
- ProjectsLocationsProcessesRunsLineageEventsResource(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(
GoogleCloudDatacatalogLineageV1LineageEvent request, String parent, {String? requestId, String? $fields}) → Future< GoogleCloudDatacatalogLineageV1LineageEvent> - Creates a new lineage event.
-
delete(
String name, {bool? allowMissing, String? $fields}) → Future< GoogleProtobufEmpty> - Deletes the lineage event with the specified name.
-
get(
String name, {String? $fields}) → Future< GoogleCloudDatacatalogLineageV1LineageEvent> - Gets details of a specified lineage event.
-
list(
String parent, {int? pageSize, String? pageToken, String? $fields}) → Future< GoogleCloudDatacatalogLineageV1ListLineageEventsResponse> - Lists lineage events in the given project and location.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited