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 AptArtifact
getAptArtifacts(int index)
The Apt artifacts imported.int
getAptArtifactsCount()
The Apt artifacts imported.List<AptArtifact>
getAptArtifactsList()
The Apt artifacts imported.AptArtifactOrBuilder
getAptArtifactsOrBuilder(int index)
The Apt artifacts imported.List<? extends AptArtifactOrBuilder>
getAptArtifactsOrBuilderList()
The Apt artifacts imported.ImportAptArtifactsErrorInfo
getErrors(int index)
Detailed error info for artifacts that were not imported.int
getErrorsCount()
Detailed error info for artifacts that were not imported.List<ImportAptArtifactsErrorInfo>
getErrorsList()
Detailed error info for artifacts that were not imported.ImportAptArtifactsErrorInfoOrBuilder
getErrorsOrBuilder(int index)
Detailed error info for artifacts that were not imported.List<? extends ImportAptArtifactsErrorInfoOrBuilder>
getErrorsOrBuilderList()
Detailed error info for artifacts 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.v1beta2.AptArtifact apt_artifacts = 1;
-
getAptArtifacts
AptArtifact getAptArtifacts(int index)
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
-
getAptArtifactsCount
int getAptArtifactsCount()
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
-
getAptArtifactsOrBuilderList
List<? extends AptArtifactOrBuilder> getAptArtifactsOrBuilderList()
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
-
getAptArtifactsOrBuilder
AptArtifactOrBuilder getAptArtifactsOrBuilder(int index)
The Apt artifacts imported.
repeated .google.devtools.artifactregistry.v1beta2.AptArtifact apt_artifacts = 1;
-
getErrorsList
List<ImportAptArtifactsErrorInfo> getErrorsList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
-
getErrors
ImportAptArtifactsErrorInfo getErrors(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsCount
int getErrorsCount()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilderList
List<? extends ImportAptArtifactsErrorInfoOrBuilder> getErrorsOrBuilderList()
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
-
getErrorsOrBuilder
ImportAptArtifactsErrorInfoOrBuilder getErrorsOrBuilder(int index)
Detailed error info for artifacts that were not imported.
repeated .google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo errors = 2;
-
-