public interface ProclaimRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LeaderKey |
getLeader()
leader is the leadership hold on the election.
|
LeaderKeyOrBuilder |
getLeaderOrBuilder()
leader is the leadership hold on the election.
|
com.google.protobuf.ByteString |
getValue()
value is an update meant to overwrite the leader's current value.
|
boolean |
hasLeader()
leader is the leadership hold on the election.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLeader()
leader is the leadership hold on the election.
.v3electionpb.LeaderKey leader = 1;LeaderKey getLeader()
leader is the leadership hold on the election.
.v3electionpb.LeaderKey leader = 1;LeaderKeyOrBuilder getLeaderOrBuilder()
leader is the leadership hold on the election.
.v3electionpb.LeaderKey leader = 1;com.google.protobuf.ByteString getValue()
value is an update meant to overwrite the leader's current value.
bytes value = 2;Copyright © 2021. All rights reserved.