Uses of Class
com.google.devtools.artifactregistry.v1.Repository.Format
-
Packages that use Repository.Format Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of Repository.Format in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return Repository.Format Modifier and Type Method Description static Repository.Format
Repository.Format. forNumber(int value)
Repository.Format
Repository.Builder. getFormat()
The format of packages that are stored in the repository.Repository.Format
Repository. getFormat()
The format of packages that are stored in the repository.Repository.Format
RepositoryOrBuilder. getFormat()
The format of packages that are stored in the repository.static Repository.Format
Repository.Format. valueOf(int value)
Deprecated.static Repository.Format
Repository.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Repository.Format
Repository.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Repository.Format[]
Repository.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type Repository.Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Repository.Format>
Repository.Format. internalGetValueMap()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type Repository.Format Modifier and Type Method Description Repository.Builder
Repository.Builder. setFormat(Repository.Format value)
The format of packages that are stored in the repository.
-