public interface WorkerIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getIdentifier()
exactly how this byte sequence is interpreted depends on the version of its definition
|
int |
getVersion()
version of the definition of the opaque identifier
|
boolean |
hasIdentifier()
exactly how this byte sequence is interpreted depends on the version of its definition
|
boolean |
hasVersion()
version of the definition of the opaque identifier
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIdentifier()
exactly how this byte sequence is interpreted depends on the version of its definition
optional bytes identifier = 1;
com.google.protobuf.ByteString getIdentifier()
exactly how this byte sequence is interpreted depends on the version of its definition
optional bytes identifier = 1;
boolean hasVersion()
version of the definition of the opaque identifier
optional int32 version = 2;
int getVersion()
version of the definition of the opaque identifier
optional int32 version = 2;
Copyright © 2023. All Rights Reserved.