Uses of Class
com.google.devtools.artifactregistry.v1beta2.ImportAptArtifactsErrorInfo
-
Packages that use ImportAptArtifactsErrorInfo Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of ImportAptArtifactsErrorInfo in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return ImportAptArtifactsErrorInfo Modifier and Type Method Description ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo.Builder. build()
ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo.Builder. buildPartial()
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. getDefaultInstance()
ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo.Builder. getDefaultInstanceForType()
ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. getDefaultInstanceForType()
ImportAptArtifactsErrorInfo
ImportAptArtifactsResponse.Builder. getErrors(int index)
Detailed error info for artifacts that were not imported.ImportAptArtifactsErrorInfo
ImportAptArtifactsResponse. getErrors(int index)
Detailed error info for artifacts that were not imported.ImportAptArtifactsErrorInfo
ImportAptArtifactsResponseOrBuilder. getErrors(int index)
Detailed error info for artifacts that were not imported.static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseDelimitedFrom(InputStream input)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(byte[] data)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(com.google.protobuf.ByteString data)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(InputStream input)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(ByteBuffer data)
static ImportAptArtifactsErrorInfo
ImportAptArtifactsErrorInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type ImportAptArtifactsErrorInfo Modifier and Type Method Description List<ImportAptArtifactsErrorInfo>
ImportAptArtifactsResponse.Builder. getErrorsList()
Detailed error info for artifacts that were not imported.List<ImportAptArtifactsErrorInfo>
ImportAptArtifactsResponse. getErrorsList()
Detailed error info for artifacts that were not imported.List<ImportAptArtifactsErrorInfo>
ImportAptArtifactsResponseOrBuilder. getErrorsList()
Detailed error info for artifacts that were not imported.com.google.protobuf.Parser<ImportAptArtifactsErrorInfo>
ImportAptArtifactsErrorInfo. getParserForType()
static com.google.protobuf.Parser<ImportAptArtifactsErrorInfo>
ImportAptArtifactsErrorInfo. parser()
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type ImportAptArtifactsErrorInfo Modifier and Type Method Description ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addErrors(int index, ImportAptArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addErrors(ImportAptArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.ImportAptArtifactsErrorInfo.Builder
ImportAptArtifactsErrorInfo.Builder. mergeFrom(ImportAptArtifactsErrorInfo other)
static ImportAptArtifactsErrorInfo.Builder
ImportAptArtifactsErrorInfo. newBuilder(ImportAptArtifactsErrorInfo prototype)
ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. setErrors(int index, ImportAptArtifactsErrorInfo value)
Detailed error info for artifacts that were not imported.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type ImportAptArtifactsErrorInfo Modifier and Type Method Description ImportAptArtifactsResponse.Builder
ImportAptArtifactsResponse.Builder. addAllErrors(Iterable<? extends ImportAptArtifactsErrorInfo> values)
Detailed error info for artifacts that were not imported.
-