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