Interface BinauthzVersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BinauthzVersion
,BinauthzVersion.Builder
public interface BinauthzVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getWebhookVersion()
The version of the binauthz webhook.com.google.protobuf.ByteString
getWebhookVersionBytes()
The version of the binauthz webhook.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWebhookVersion
String getWebhookVersion()
The version of the binauthz webhook.
string webhook_version = 1;
- Returns:
- The webhookVersion.
-
getWebhookVersionBytes
com.google.protobuf.ByteString getWebhookVersionBytes()
The version of the binauthz webhook.
string webhook_version = 1;
- Returns:
- The bytes for webhookVersion.
-
-