public interface IdleTimeoutNotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TableEntry |
getTableEntry(int index)
Only "key" fields are required to be set in each TableEntry: table_id,
match and priority.
|
int |
getTableEntryCount()
Only "key" fields are required to be set in each TableEntry: table_id,
match and priority.
|
List<TableEntry> |
getTableEntryList()
Only "key" fields are required to be set in each TableEntry: table_id,
match and priority.
|
TableEntryOrBuilder |
getTableEntryOrBuilder(int index)
Only "key" fields are required to be set in each TableEntry: table_id,
match and priority.
|
List<? extends TableEntryOrBuilder> |
getTableEntryOrBuilderList()
Only "key" fields are required to be set in each TableEntry: table_id,
match and priority.
|
long |
getTimestamp()
Timestamp at which the server generated the message (in nanoseconds since
Epoch)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<TableEntry> getTableEntryList()
Only "key" fields are required to be set in each TableEntry: table_id, match and priority.
repeated .p4.v1.TableEntry table_entry = 1;
TableEntry getTableEntry(int index)
Only "key" fields are required to be set in each TableEntry: table_id, match and priority.
repeated .p4.v1.TableEntry table_entry = 1;
int getTableEntryCount()
Only "key" fields are required to be set in each TableEntry: table_id, match and priority.
repeated .p4.v1.TableEntry table_entry = 1;
List<? extends TableEntryOrBuilder> getTableEntryOrBuilderList()
Only "key" fields are required to be set in each TableEntry: table_id, match and priority.
repeated .p4.v1.TableEntry table_entry = 1;
TableEntryOrBuilder getTableEntryOrBuilder(int index)
Only "key" fields are required to be set in each TableEntry: table_id, match and priority.
repeated .p4.v1.TableEntry table_entry = 1;
long getTimestamp()
Timestamp at which the server generated the message (in nanoseconds since Epoch)
int64 timestamp = 2;
Copyright © 2018 OpenDaylight. All rights reserved.