UpdateArtifactRequest class final
Request message for
MetadataService.UpdateArtifact.
- Inheritance
-
- Object
- ProtoMessage
- UpdateArtifactRequest
Constructors
- UpdateArtifactRequest({required Artifact? artifact, FieldMask? updateMask, bool allowMissing = false})
-
UpdateArtifactRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allowMissing → bool
-
If set to true, and the
Artifactis not found, a newArtifactis created.final - artifact → Artifact?
-
Required. The Artifact containing updates.
The Artifact's
Artifact.namefield is used to identify the Artifact to be updated. Format:projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}final - hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMask → FieldMask?
-
Optional. A FieldMask indicating which fields should be updated.
final
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