Interface ImportAptArtifactsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportAptArtifactsResponse,ImportAptArtifactsResponse.Builder
public interface ImportAptArtifactsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AptArtifactgetAptArtifacts(int index)The Apt artifacts imported.intgetAptArtifactsCount()The Apt artifacts imported.List<AptArtifact>getAptArtifactsList()The Apt artifacts imported.AptArtifactOrBuildergetAptArtifactsOrBuilder(int index)The Apt artifacts imported.List<? extends AptArtifactOrBuilder>getAptArtifactsOrBuilderList()The Apt artifacts imported.ImportAptArtifactsErrorInfogetErrors(int index)Detailed error info for packages that were not imported.intgetErrorsCount()Detailed error info for packages that were not imported.List<ImportAptArtifactsErrorInfo>getErrorsList()Detailed error info for packages that were not imported.ImportAptArtifactsErrorInfoOrBuildergetErrorsOrBuilder(int index)Detailed error info for packages that were not imported.List<? extends ImportAptArtifactsErrorInfoOrBuilder>getErrorsOrBuilderList()Detailed error info for packages that were not imported.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAptArtifactsList
List<AptArtifact> getAptArtifactsList()
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1.AptArtifact apt_artifacts = 1;
-
getAptArtifacts
AptArtifact getAptArtifacts(int index)
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1.AptArtifact apt_artifacts = 1;
-
getAptArtifactsCount
int getAptArtifactsCount()
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1.AptArtifact apt_artifacts = 1;
-
getAptArtifactsOrBuilderList
List<? extends AptArtifactOrBuilder> getAptArtifactsOrBuilderList()
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1.AptArtifact apt_artifacts = 1;
-
getAptArtifactsOrBuilder
AptArtifactOrBuilder getAptArtifactsOrBuilder(int index)
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1.AptArtifact apt_artifacts = 1;
-
getErrorsList
List<ImportAptArtifactsErrorInfo> getErrorsList()
Detailed error info for packages that were not imported.
repeated .google.devtools.artifactregistry.v1.ImportAptArtifactsErrorInfo errors = 2;
-
getErrors
ImportAptArtifactsErrorInfo getErrors(int index)
Detailed error info for packages that were not imported.
repeated .google.devtools.artifactregistry.v1.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsCount
int getErrorsCount()
Detailed error info for packages that were not imported.
repeated .google.devtools.artifactregistry.v1.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilderList
List<? extends ImportAptArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
Detailed error info for packages that were not imported.
repeated .google.devtools.artifactregistry.v1.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilder
ImportAptArtifactsErrorInfoOrBuilder getErrorsOrBuilder(int index)
Detailed error info for packages that were not imported.
repeated .google.devtools.artifactregistry.v1.ImportAptArtifactsErrorInfo errors = 2;
-
-