Interface ImportYumArtifactsResponseOrBuilder (1.40.0)

public interface ImportYumArtifactsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors(int index)

public abstract ImportYumArtifactsErrorInfo getErrors(int index)

Detailed error info for packages that were not imported.

repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ImportYumArtifactsErrorInfo

getErrorsCount()

public abstract int getErrorsCount()

Detailed error info for packages that were not imported.

repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;

Returns
TypeDescription
int

getErrorsList()

public abstract List<ImportYumArtifactsErrorInfo> getErrorsList()

Detailed error info for packages that were not imported.

repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;

Returns
TypeDescription
List<ImportYumArtifactsErrorInfo>

getErrorsOrBuilder(int index)

public abstract ImportYumArtifactsErrorInfoOrBuilder getErrorsOrBuilder(int index)

Detailed error info for packages that were not imported.

repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ImportYumArtifactsErrorInfoOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends ImportYumArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()

Detailed error info for packages that were not imported.

repeated .google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfo errors = 2;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.ImportYumArtifactsErrorInfoOrBuilder>

getYumArtifacts(int index)

public abstract YumArtifact getYumArtifacts(int index)

The yum artifacts imported.

repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
YumArtifact

getYumArtifactsCount()

public abstract int getYumArtifactsCount()

The yum artifacts imported.

repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;

Returns
TypeDescription
int

getYumArtifactsList()

public abstract List<YumArtifact> getYumArtifactsList()

The yum artifacts imported.

repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;

Returns
TypeDescription
List<YumArtifact>

getYumArtifactsOrBuilder(int index)

public abstract YumArtifactOrBuilder getYumArtifactsOrBuilder(int index)

The yum artifacts imported.

repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
YumArtifactOrBuilder

getYumArtifactsOrBuilderList()

public abstract List<? extends YumArtifactOrBuilder> getYumArtifactsOrBuilderList()

The yum artifacts imported.

repeated .google.devtools.artifactregistry.v1.YumArtifact yum_artifacts = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.YumArtifactOrBuilder>