Interface PolicyControllerVersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyControllerVersion,PolicyControllerVersion.Builder
public interface PolicyControllerVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVersion()The gatekeeper image tag that is composed of ACM version, git tag, build number.com.google.protobuf.ByteStringgetVersionBytes()The gatekeeper image tag that is composed of ACM version, git tag, build number.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
String getVersion()
The gatekeeper image tag that is composed of ACM version, git tag, build number.
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
The gatekeeper image tag that is composed of ACM version, git tag, build number.
string version = 1;- Returns:
- The bytes for version.
-
-