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