public static interface BinaryAuthorization.PolicyBindingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The relative resource name of the binauthz platform policy to evaluate.
GKE platform policies have the following format:
projects/{project_number}/platforms/gke/policies/{policy_id}.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The relative resource name of the binauthz platform policy to evaluate.
GKE platform policies have the following format:
projects/{project_number}/platforms/gke/policies/{policy_id}.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasName()
public abstract boolean hasName() The relative resource name of the binauthz platform policy to evaluate.
GKE platform policies have the following format:
projects/{project_number}/platforms/gke/policies/{policy_id}.
optional string name = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |