GoogleCloudDatacatalogLineageV1SearchLinksRequest class
Request message for SearchLinks.
Constructors
- GoogleCloudDatacatalogLineageV1SearchLinksRequest({int? pageSize, String? pageToken, GoogleCloudDatacatalogLineageV1EntityReference? source, GoogleCloudDatacatalogLineageV1EntityReference? target})
 - GoogleCloudDatacatalogLineageV1SearchLinksRequest.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - pageSize ↔ int?
 - 
  The maximum number of links to return in a single page of the response.
  getter/setter pair
 - pageToken ↔ String?
 - 
  The page token received from a previous 
SearchLinksRequestcall.getter/setter pair - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - source ↔ GoogleCloudDatacatalogLineageV1EntityReference?
 - 
  Send asset information in the source field to retrieve all links that
lead from the specified asset to downstream assets.
  getter/setter pair
 - target ↔ GoogleCloudDatacatalogLineageV1EntityReference?
 - 
  Send asset information in the target field to retrieve all links that
lead from upstream assets to the specified asset.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited