Class ExportArtifactResponse.Builder (1.90.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class ExportArtifactResponse.Builder extends GeneratedMessage.Builder<ExportArtifactResponse.Builder> implements ExportArtifactResponseOrBuilder
The response for exporting an artifact to a destination.
Protobuf type google.devtools.artifactregistry.v1.ExportArtifactResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ExportArtifactResponse build()
public ExportArtifactResponse buildPartial()
public ExportArtifactResponse.Builder clear()
Overrides
public ExportArtifactResponse.Builder clearExportedVersion()
The exported version. Should be the same as the request version with
fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
public ExportArtifactResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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.
|
public Version.Builder getExportedVersionBuilder()
The exported version. Should be the same as the request version with
fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
public 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;
public 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.
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExportArtifactResponse.Builder mergeExportedVersion(Version value)
The exported version. Should be the same as the request version with
fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
| Parameter |
| Name |
Description |
value |
Version
|
public ExportArtifactResponse.Builder mergeFrom(ExportArtifactResponse other)
public ExportArtifactResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExportArtifactResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ExportArtifactResponse.Builder setExportedVersion(Version value)
The exported version. Should be the same as the request version with
fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
| Parameter |
| Name |
Description |
value |
Version
|
public ExportArtifactResponse.Builder setExportedVersion(Version.Builder builderForValue)
The exported version. Should be the same as the request version with
fingerprint resource name.
.google.devtools.artifactregistry.v1.Version exported_version = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-25 UTC.
[null,null,["Last updated 2026-04-25 UTC."],[],[]]