public interface GetForwardingPipelineConfigResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ForwardingPipelineConfig |
getConfigs(int index)
repeated .p4.ForwardingPipelineConfig configs = 1; |
int |
getConfigsCount()
repeated .p4.ForwardingPipelineConfig configs = 1; |
List<ForwardingPipelineConfig> |
getConfigsList()
repeated .p4.ForwardingPipelineConfig configs = 1; |
ForwardingPipelineConfigOrBuilder |
getConfigsOrBuilder(int index)
repeated .p4.ForwardingPipelineConfig configs = 1; |
List<? extends ForwardingPipelineConfigOrBuilder> |
getConfigsOrBuilderList()
repeated .p4.ForwardingPipelineConfig configs = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ForwardingPipelineConfig> getConfigsList()
repeated .p4.ForwardingPipelineConfig configs = 1;
ForwardingPipelineConfig getConfigs(int index)
repeated .p4.ForwardingPipelineConfig configs = 1;
int getConfigsCount()
repeated .p4.ForwardingPipelineConfig configs = 1;
List<? extends ForwardingPipelineConfigOrBuilder> getConfigsOrBuilderList()
repeated .p4.ForwardingPipelineConfig configs = 1;
ForwardingPipelineConfigOrBuilder getConfigsOrBuilder(int index)
repeated .p4.ForwardingPipelineConfig configs = 1;
Copyright © 2018 OpenDaylight. All rights reserved.