Uses of Class
com.google.cloud.binaryauthorization.v1beta1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization API -
-
Uses of ProjectName in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type ProjectName Modifier and Type Method Description Attestor
BinauthzManagementServiceV1Beta1Client. createAttestor(ProjectName parent, String attestorId, Attestor attestor)
Creates an [attestor][google.cloud.binaryauthorization.v1beta1.Attestor], and returns a copy of the new [attestor][google.cloud.binaryauthorization.v1beta1.Attestor].BinauthzManagementServiceV1Beta1Client.ListAttestorsPagedResponse
BinauthzManagementServiceV1Beta1Client. listAttestors(ProjectName parent)
Lists [attestors][google.cloud.binaryauthorization.v1beta1.Attestor].Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-