public static interface Ola.PatchPortRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Ola.PatchAction |
getAction()
required .ola.proto.PatchAction action = 4; |
int |
getDeviceAlias()
required int32 device_alias = 2; |
boolean |
getIsOutput()
required bool is_output = 5; |
int |
getPortId()
required int32 port_id = 3; |
int |
getUniverse()
required int32 universe = 1; |
boolean |
hasAction()
required .ola.proto.PatchAction action = 4; |
boolean |
hasDeviceAlias()
required int32 device_alias = 2; |
boolean |
hasIsOutput()
required bool is_output = 5; |
boolean |
hasPortId()
required int32 port_id = 3; |
boolean |
hasUniverse()
required int32 universe = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUniverse()
required int32 universe = 1;
int getUniverse()
required int32 universe = 1;
boolean hasDeviceAlias()
required int32 device_alias = 2;
int getDeviceAlias()
required int32 device_alias = 2;
boolean hasPortId()
required int32 port_id = 3;
int getPortId()
required int32 port_id = 3;
boolean hasAction()
required .ola.proto.PatchAction action = 4;
Ola.PatchAction getAction()
required .ola.proto.PatchAction action = 4;
boolean hasIsOutput()
required bool is_output = 5;
boolean getIsOutput()
required bool is_output = 5;
Copyright © 2016. All rights reserved.