Interface ReplaceArtifactRequestOrBuilder (0.3.1)

public interface ReplaceArtifactRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifact()

public abstract Artifact getArtifact()

Required. The artifact to replace. The name field is used to identify the artifact to replace. Format: {parent}/artifacts/*

.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Artifact

The artifact.

getArtifactOrBuilder()

public abstract ArtifactOrBuilder getArtifactOrBuilder()

Required. The artifact to replace. The name field is used to identify the artifact to replace. Format: {parent}/artifacts/*

.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ArtifactOrBuilder

hasArtifact()

public abstract boolean hasArtifact()

Required. The artifact to replace. The name field is used to identify the artifact to replace. Format: {parent}/artifacts/*

.google.cloud.apigeeregistry.v1.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the artifact field is set.