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 AttestorName
AttestorName.Builder. build()
static AttestorName
AttestorName. of(String project, String attestor)
static AttestorName
AttestorName. 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 void
BinauthzManagementServiceV1Beta1Client. deleteAttestor(AttestorName name)
Deletes an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].Attestor
BinauthzManagementServiceV1Beta1Client. 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)
-