public interface WriteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getDeviceId()
uint64 device_id = 1; |
Uint128 |
getElectionId()
.p4.Uint128 election_id = 2; |
Uint128OrBuilder |
getElectionIdOrBuilder()
.p4.Uint128 election_id = 2; |
Update |
getUpdates(int index)
repeated .p4.Update updates = 3; |
int |
getUpdatesCount()
repeated .p4.Update updates = 3; |
List<Update> |
getUpdatesList()
repeated .p4.Update updates = 3; |
UpdateOrBuilder |
getUpdatesOrBuilder(int index)
repeated .p4.Update updates = 3; |
List<? extends UpdateOrBuilder> |
getUpdatesOrBuilderList()
repeated .p4.Update updates = 3; |
boolean |
hasElectionId()
.p4.Uint128 election_id = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getDeviceId()
uint64 device_id = 1;
boolean hasElectionId()
.p4.Uint128 election_id = 2;
Uint128 getElectionId()
.p4.Uint128 election_id = 2;
Uint128OrBuilder getElectionIdOrBuilder()
.p4.Uint128 election_id = 2;
Update getUpdates(int index)
repeated .p4.Update updates = 3;
int getUpdatesCount()
repeated .p4.Update updates = 3;
List<? extends UpdateOrBuilder> getUpdatesOrBuilderList()
repeated .p4.Update updates = 3;
UpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .p4.Update updates = 3;
Copyright © 2018 OpenDaylight. All rights reserved.