Uses of Class
com.google.cloud.binaryauthorization.v1beta1.AttestorName
-
Packages that use AttestorName Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization API -
-
Uses of AttestorName in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return AttestorName Modifier and Type Method Description AttestorNameAttestorName.Builder. build()static AttestorNameAttestorName. of(String project, String attestor)static AttestorNameAttestorName. parse(String formattedString)Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type AttestorName Modifier and Type Method Description static List<AttestorName>AttestorName. parseList(List<String> formattedStrings)Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type AttestorName Modifier and Type Method Description voidBinauthzManagementServiceV1Beta1Client. deleteAttestor(AttestorName name)Deletes an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].AttestorBinauthzManagementServiceV1Beta1Client. getAttestor(AttestorName name)Gets an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type AttestorName Modifier and Type Method Description static List<String>AttestorName. toStringList(List<AttestorName> values)
-