Interface GnmiExt.MasterArbitrationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GnmiExt.MasterArbitration
,GnmiExt.MasterArbitration.Builder
- Enclosing class:
- GnmiExt
public static interface GnmiExt.MasterArbitrationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GnmiExt.Uint128
getElectionId()
.gnmi_ext.Uint128 election_id = 2;
GnmiExt.Uint128OrBuilder
getElectionIdOrBuilder()
.gnmi_ext.Uint128 election_id = 2;
GnmiExt.Role
getRole()
.gnmi_ext.Role role = 1;
GnmiExt.RoleOrBuilder
getRoleOrBuilder()
.gnmi_ext.Role role = 1;
boolean
hasElectionId()
.gnmi_ext.Uint128 election_id = 2;
boolean
hasRole()
.gnmi_ext.Role role = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRole
boolean hasRole()
.gnmi_ext.Role role = 1;
-
getRole
GnmiExt.Role getRole()
.gnmi_ext.Role role = 1;
-
getRoleOrBuilder
GnmiExt.RoleOrBuilder getRoleOrBuilder()
.gnmi_ext.Role role = 1;
-
hasElectionId
boolean hasElectionId()
.gnmi_ext.Uint128 election_id = 2;
-
getElectionId
GnmiExt.Uint128 getElectionId()
.gnmi_ext.Uint128 election_id = 2;
-
getElectionIdOrBuilder
GnmiExt.Uint128OrBuilder getElectionIdOrBuilder()
.gnmi_ext.Uint128 election_id = 2;
-
-