public interface ReplaceArtifactRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the artifact field is set. |