Struct gapi_grpc::google::cloud::aiplatform::v1beta1::UpdateArtifactRequest[][src]

pub struct UpdateArtifactRequest {
    pub artifact: Option<Artifact>,
    pub update_mask: Option<FieldMask>,
    pub allow_missing: bool,
}

Request message for [MetadataService.UpdateArtifact][google.cloud.aiplatform.v1beta1.MetadataService.UpdateArtifact].

Fields

artifact: Option<Artifact>

Required. The Artifact containing updates. The Artifact’s [Artifact.name][google.cloud.aiplatform.v1beta1.Artifact.name] field is used to identify the Artifact to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

update_mask: Option<FieldMask>

Required. A FieldMask indicating which fields should be updated.

allow_missing: bool

If set to true, and the [Artifact][google.cloud.aiplatform.v1beta1.Artifact] is not found, a new [Artifact][google.cloud.aiplatform.v1beta1.Artifact] will be created. In this situation, update_mask is ignored.

Trait Implementations

impl Clone for UpdateArtifactRequest[src]

impl Debug for UpdateArtifactRequest[src]

impl Default for UpdateArtifactRequest[src]

impl Message for UpdateArtifactRequest[src]

impl PartialEq<UpdateArtifactRequest> for UpdateArtifactRequest[src]

impl StructuralPartialEq for UpdateArtifactRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateArtifactRequest

impl Send for UpdateArtifactRequest

impl Sync for UpdateArtifactRequest

impl Unpin for UpdateArtifactRequest

impl UnwindSafe for UpdateArtifactRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]