Uses of Class
com.google.cloud.binaryauthorization.v1beta1.PolicyName
-
Packages that use PolicyName Package Description com.google.cloud.binaryauthorization.v1beta1 A client to Binary Authorization API -
-
Uses of PolicyName in com.google.cloud.binaryauthorization.v1beta1
Methods in com.google.cloud.binaryauthorization.v1beta1 that return PolicyName Modifier and Type Method Description PolicyName
PolicyName.Builder. build()
PolicyName
PolicyName.LocationBuilder. build()
static PolicyName
PolicyName. of(String project)
static PolicyName
PolicyName. ofLocationName(String location)
static PolicyName
PolicyName. ofProjectName(String project)
static PolicyName
PolicyName. parse(String formattedString)
Methods in com.google.cloud.binaryauthorization.v1beta1 that return types with arguments of type PolicyName Modifier and Type Method Description static List<PolicyName>
PolicyName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.binaryauthorization.v1beta1 with parameters of type PolicyName Modifier and Type Method Description Policy
BinauthzManagementServiceV1Beta1Client. getPolicy(PolicyName name)
A [policy][google.cloud.binaryauthorization.v1beta1.Policy] specifies the [attestors][google.cloud.binaryauthorization.v1beta1.Attestor] that must attest to a container image, before the project is allowed to deploy that image.Policy
SystemPolicyV1Beta1Client. getSystemPolicy(PolicyName name)
Gets the current system policy in the specified location.Method parameters in com.google.cloud.binaryauthorization.v1beta1 with type arguments of type PolicyName Modifier and Type Method Description static List<String>
PolicyName. toStringList(List<PolicyName> values)
-