public static final class ExportArtifactMetadata.Builder extends GeneratedMessage.Builder<ExportArtifactMetadata.Builder> implements ExportArtifactMetadataOrBuilder
The LRO metadata for exporting an artifact.
Protobuf type google.devtools.artifactregistry.v1.ExportArtifactMetadata
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 ExportArtifactMetadata.Builder addAllExportedFiles(Iterable<? extends ExportArtifactMetadata.ExportedFile> values)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile>
|
public ExportArtifactMetadata.Builder addExportedFiles(ExportArtifactMetadata.ExportedFile value)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.Builder addExportedFiles(ExportArtifactMetadata.ExportedFile.Builder builderForValue)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.Builder addExportedFiles(int index, ExportArtifactMetadata.ExportedFile value)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.Builder addExportedFiles(int index, ExportArtifactMetadata.ExportedFile.Builder builderForValue)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.ExportedFile.Builder addExportedFilesBuilder()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.ExportedFile.Builder addExportedFilesBuilder(int index)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ExportArtifactMetadata build()
public ExportArtifactMetadata buildPartial()
public ExportArtifactMetadata.Builder clear()
Overrides
public ExportArtifactMetadata.Builder clearExportedFiles()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public ExportArtifactMetadata.ExportedFile getExportedFiles(int index)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ExportArtifactMetadata.ExportedFile.Builder getExportedFilesBuilder(int index)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<ExportArtifactMetadata.ExportedFile.Builder> getExportedFilesBuilderList()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public int getExportedFilesCount()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Returns |
| Type |
Description |
int |
|
public List<ExportArtifactMetadata.ExportedFile> getExportedFilesList()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.ExportedFileOrBuilder getExportedFilesOrBuilder(int index)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends ExportArtifactMetadata.ExportedFileOrBuilder> getExportedFilesOrBuilderList()
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Returns |
| Type |
Description |
List<? extends com.google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFileOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExportArtifactMetadata.Builder mergeFrom(ExportArtifactMetadata other)
public ExportArtifactMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExportArtifactMetadata.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ExportArtifactMetadata.Builder removeExportedFiles(int index)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
| Parameter |
| Name |
Description |
index |
int
|
public ExportArtifactMetadata.Builder setExportedFiles(int index, ExportArtifactMetadata.ExportedFile value)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;
public ExportArtifactMetadata.Builder setExportedFiles(int index, ExportArtifactMetadata.ExportedFile.Builder builderForValue)
The exported artifact files.
repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;