public interface BinauthzStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVersion()
public abstract BinauthzVersion getVersion()The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
| Returns | |
|---|---|
| Type | Description |
BinauthzVersion |
The version. |
getVersionOrBuilder()
public abstract BinauthzVersionOrBuilder getVersionOrBuilder()The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
| Returns | |
|---|---|
| Type | Description |
BinauthzVersionOrBuilder |
|
getWebhook()
public abstract DeploymentState getWebhook()The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState webhook = 1;
| Returns | |
|---|---|
| Type | Description |
DeploymentState |
The webhook. |
getWebhookValue()
public abstract int getWebhookValue()The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1beta.DeploymentState webhook = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for webhook. |
hasVersion()
public abstract boolean hasVersion()The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the version field is set. |