Interface BinauthzStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BinauthzState,BinauthzState.Builder
public interface BinauthzStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinauthzVersiongetVersion()The version of binauthz that is installed.BinauthzVersionOrBuildergetVersionOrBuilder()The version of binauthz that is installed.DeploymentStategetWebhook()The state of the binauthz webhook.intgetWebhookValue()The state of the binauthz webhook.booleanhasVersion()The version of binauthz that is installed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWebhookValue
int getWebhookValue()
The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState webhook = 1;- Returns:
- The enum numeric value on the wire for webhook.
-
getWebhook
DeploymentState getWebhook()
The state of the binauthz webhook.
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState webhook = 1;- Returns:
- The webhook.
-
hasVersion
boolean hasVersion()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;- Returns:
- Whether the version field is set.
-
getVersion
BinauthzVersion getVersion()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;- Returns:
- The version.
-
getVersionOrBuilder
BinauthzVersionOrBuilder getVersionOrBuilder()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzVersion version = 2;
-
-