public interface UpdateArtifactRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()If set to true, and the Artifact is not found, a new Artifact is created.
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowMissing. |
getArtifact()
public abstract Artifact getArtifact() 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}
.google.cloud.aiplatform.v1beta1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Artifact |
The artifact. |
getArtifactOrBuilder()
public abstract ArtifactOrBuilder getArtifactOrBuilder() 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}
.google.cloud.aiplatform.v1beta1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ArtifactOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasArtifact()
public abstract boolean hasArtifact() 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}
.google.cloud.aiplatform.v1beta1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the artifact field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |