public interface BuildVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRevision()
the git revision at the time of building the worker
|
com.google.protobuf.ByteString |
getRevisionBytes()
the git revision at the time of building the worker
|
String |
getVersion()
the project version of the worker
|
com.google.protobuf.ByteString |
getVersionBytes()
the project version of the worker
|
boolean |
hasRevision()
the git revision at the time of building the worker
|
boolean |
hasVersion()
the project version of the worker
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVersion()
the project version of the worker
optional string version = 1;
String getVersion()
the project version of the worker
optional string version = 1;
com.google.protobuf.ByteString getVersionBytes()
the project version of the worker
optional string version = 1;
boolean hasRevision()
the git revision at the time of building the worker
optional string revision = 2;
String getRevision()
the git revision at the time of building the worker
optional string revision = 2;
com.google.protobuf.ByteString getRevisionBytes()
the git revision at the time of building the worker
optional string revision = 2;
Copyright © 2023. All Rights Reserved.