public interface ExportArtifactResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExportedVersion()
public abstract Version getExportedVersion()The exported version. Should be the same as the request version with fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
| Returns | |
|---|---|
| Type | Description |
Version |
The exportedVersion. |
getExportedVersionOrBuilder()
public abstract VersionOrBuilder getExportedVersionOrBuilder()The exported version. Should be the same as the request version with fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
| Returns | |
|---|---|
| Type | Description |
VersionOrBuilder |
|
hasExportedVersion()
public abstract boolean hasExportedVersion()The exported version. Should be the same as the request version with fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportedVersion field is set. |