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 BinauthzVersion
getVersion()
The version of binauthz that is installed.BinauthzVersionOrBuilder
getVersionOrBuilder()
The version of binauthz that is installed.DeploymentState
getWebhook()
The state of the binauthz webhook.int
getWebhookValue()
The state of the binauthz webhook.boolean
hasVersion()
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.v1beta.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.v1beta.DeploymentState webhook = 1;
- Returns:
- The webhook.
-
hasVersion
boolean hasVersion()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
- Returns:
- Whether the version field is set.
-
getVersion
BinauthzVersion getVersion()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
- Returns:
- The version.
-
getVersionOrBuilder
BinauthzVersionOrBuilder getVersionOrBuilder()
The version of binauthz that is installed.
.google.cloud.gkehub.configmanagement.v1beta.BinauthzVersion version = 2;
-
-