Uses of Interface
com.google.devtools.artifactregistry.v1beta2.HashOrBuilder
-
Packages that use HashOrBuilder Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of HashOrBuilder in com.google.devtools.artifactregistry.v1beta2
Classes in com.google.devtools.artifactregistry.v1beta2 that implement HashOrBuilder Modifier and Type Class Description class
Hash
A hash of file content.static class
Hash.Builder
A hash of file content.Methods in com.google.devtools.artifactregistry.v1beta2 that return HashOrBuilder Modifier and Type Method Description HashOrBuilder
File.Builder. getHashesOrBuilder(int index)
The hashes of the file content.HashOrBuilder
File. getHashesOrBuilder(int index)
The hashes of the file content.HashOrBuilder
FileOrBuilder. getHashesOrBuilder(int index)
The hashes of the file content.Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type HashOrBuilder Modifier and Type Method Description List<? extends HashOrBuilder>
File.Builder. getHashesOrBuilderList()
The hashes of the file content.List<? extends HashOrBuilder>
File. getHashesOrBuilderList()
The hashes of the file content.List<? extends HashOrBuilder>
FileOrBuilder. getHashesOrBuilderList()
The hashes of the file content.
-