Interface UpdateArtifactRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateArtifactRequest, UpdateArtifactRequest.Builder

@Generated public interface UpdateArtifactRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to true, and the [Artifact][google.cloud.aiplatform.v1.Artifact] is not found, a new [Artifact][google.cloud.aiplatform.v1.Artifact] is created.
    Required.
    Required.
    com.google.protobuf.FieldMask
    Optional.
    com.google.protobuf.FieldMaskOrBuilder
    Optional.
    boolean
    Required.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasArtifact

      boolean hasArtifact()
       Required. The Artifact containing updates.
       The Artifact's [Artifact.name][google.cloud.aiplatform.v1.Artifact.name]
       field is used to identify the Artifact to be updated. Format:
       `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
       
      .google.cloud.aiplatform.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the artifact field is set.
    • getArtifact

      Artifact getArtifact()
       Required. The Artifact containing updates.
       The Artifact's [Artifact.name][google.cloud.aiplatform.v1.Artifact.name]
       field is used to identify the Artifact to be updated. Format:
       `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
       
      .google.cloud.aiplatform.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The artifact.
    • getArtifactOrBuilder

      ArtifactOrBuilder getArtifactOrBuilder()
       Required. The Artifact containing updates.
       The Artifact's [Artifact.name][google.cloud.aiplatform.v1.Artifact.name]
       field is used to identify the Artifact to be updated. Format:
       `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
       
      .google.cloud.aiplatform.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Optional. A FieldMask indicating which fields should be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Optional. A FieldMask indicating which fields should be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. A FieldMask indicating which fields should be updated.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getAllowMissing

      boolean getAllowMissing()
       If set to true, and the [Artifact][google.cloud.aiplatform.v1.Artifact] is
       not found, a new [Artifact][google.cloud.aiplatform.v1.Artifact] is
       created.
       
      bool allow_missing = 3;
      Returns:
      The allowMissing.