Uses of Class
com.google.devtools.artifactregistry.v1beta2.Repository.Format
-
Packages that use Repository.Format Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of Repository.Format in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return Repository.Format Modifier and Type Method Description static Repository.FormatRepository.Format. forNumber(int value)Repository.FormatRepository.Builder. getFormat()The format of packages that are stored in the repository.Repository.FormatRepository. getFormat()The format of packages that are stored in the repository.Repository.FormatRepositoryOrBuilder. getFormat()The format of packages that are stored in the repository.static Repository.FormatRepository.Format. valueOf(int value)Deprecated.static Repository.FormatRepository.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Repository.FormatRepository.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.v1beta2 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.v1beta2 with parameters of type Repository.Format Modifier and Type Method Description Repository.BuilderRepository.Builder. setFormat(Repository.Format value)The format of packages that are stored in the repository.
-