Interface ExportArtifactMetadataOrBuilder (1.80.0)

public interface ExportArtifactMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportedFiles(int index)

public abstract ExportArtifactMetadata.ExportedFile getExportedFiles(int index)

The exported artifact files.

repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;

Parameter
Name Description
index int
Returns
Type Description
ExportArtifactMetadata.ExportedFile

getExportedFilesCount()

public abstract int getExportedFilesCount()

The exported artifact files.

repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;

Returns
Type Description
int

getExportedFilesList()

public abstract List<ExportArtifactMetadata.ExportedFile> getExportedFilesList()

The exported artifact files.

repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;

Returns
Type Description
List<ExportedFile>

getExportedFilesOrBuilder(int index)

public abstract ExportArtifactMetadata.ExportedFileOrBuilder getExportedFilesOrBuilder(int index)

The exported artifact files.

repeated .google.devtools.artifactregistry.v1.ExportArtifactMetadata.ExportedFile exported_files = 1;

Parameter
Name Description
index int
Returns
Type Description
ExportArtifactMetadata.ExportedFileOrBuilder

getExportedFilesOrBuilderList()

public abstract 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>