UserActionReference class final

References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

Inheritance
  • Object
  • ProtoMessage
  • UserActionReference

Constructors

UserActionReference({String? operation, String? dataLabelingJob, String method = ''})
UserActionReference.fromJson(Object? j)
factory

Properties

dataLabelingJob String?
For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
final
hashCode int
The hash code for this object.
no setterinherited
method String
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
final
operation String?
For API calls that return a long running operation. Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

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

Constants

fullyQualifiedName → const String