UpdateArtifactRequest class final

Request message for MetadataService.UpdateArtifact.

Inheritance
  • Object
  • ProtoMessage
  • UpdateArtifactRequest

Constructors

UpdateArtifactRequest({required Artifact? artifact, FieldMask? updateMask, bool allowMissing = false})
UpdateArtifactRequest.fromJson(Object? j)
factory

Properties

allowMissing bool
If set to true, and the Artifact is not found, a new Artifact is created.
final
artifact Artifact?
Required. The Artifact containing updates. The Artifact's Artifact.name field 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.Duration or google.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