Interface OpcBrowseElementProto.OpcBrowseElementPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpcBrowseElementProto.OpcBrowseElementPB,OpcBrowseElementProto.OpcBrowseElementPB.Builder
- Enclosing class:
- OpcBrowseElementProto
public static interface OpcBrowseElementProto.OpcBrowseElementPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string browsePath = 2;com.google.protobuf.ByteStringoptional string browsePath = 2;booleanbool complete = 7;optional string itemId = 4;com.google.protobuf.ByteStringoptional string itemId = 4;optional string itemName = 3;com.google.protobuf.ByteStringoptional string itemName = 3;intint32 itemType = 5;getProperties(int index) repeated .common.protobuf.PropertyElementPB properties = 6;intrepeated .common.protobuf.PropertyElementPB properties = 6;repeated .common.protobuf.PropertyElementPB properties = 6;getPropertiesOrBuilder(int index) repeated .common.protobuf.PropertyElementPB properties = 6;repeated .common.protobuf.PropertyElementPB properties = 6;optional string server = 1;com.google.protobuf.ByteStringoptional string server = 1;booleanoptional string browsePath = 2;booleanoptional string itemId = 4;booleanoptional string itemName = 3;booleanoptional string server = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasServer
boolean hasServer()optional string server = 1;- Returns:
- Whether the server field is set.
-
getServer
String getServer()optional string server = 1;- Returns:
- The server.
-
getServerBytes
com.google.protobuf.ByteString getServerBytes()optional string server = 1;- Returns:
- The bytes for server.
-
hasBrowsePath
boolean hasBrowsePath()optional string browsePath = 2;- Returns:
- Whether the browsePath field is set.
-
getBrowsePath
String getBrowsePath()optional string browsePath = 2;- Returns:
- The browsePath.
-
getBrowsePathBytes
com.google.protobuf.ByteString getBrowsePathBytes()optional string browsePath = 2;- Returns:
- The bytes for browsePath.
-
hasItemName
boolean hasItemName()optional string itemName = 3;- Returns:
- Whether the itemName field is set.
-
getItemName
String getItemName()optional string itemName = 3;- Returns:
- The itemName.
-
getItemNameBytes
com.google.protobuf.ByteString getItemNameBytes()optional string itemName = 3;- Returns:
- The bytes for itemName.
-
hasItemId
boolean hasItemId()optional string itemId = 4;- Returns:
- Whether the itemId field is set.
-
getItemId
String getItemId()optional string itemId = 4;- Returns:
- The itemId.
-
getItemIdBytes
com.google.protobuf.ByteString getItemIdBytes()optional string itemId = 4;- Returns:
- The bytes for itemId.
-
getItemType
int getItemType()int32 itemType = 5;- Returns:
- The itemType.
-
getPropertiesList
List<OpcBrowseElementProto.PropertyElementPB> getPropertiesList()repeated .common.protobuf.PropertyElementPB properties = 6; -
getProperties
repeated .common.protobuf.PropertyElementPB properties = 6; -
getPropertiesCount
int getPropertiesCount()repeated .common.protobuf.PropertyElementPB properties = 6; -
getPropertiesOrBuilderList
List<? extends OpcBrowseElementProto.PropertyElementPBOrBuilder> getPropertiesOrBuilderList()repeated .common.protobuf.PropertyElementPB properties = 6; -
getPropertiesOrBuilder
repeated .common.protobuf.PropertyElementPB properties = 6; -
getComplete
boolean getComplete()bool complete = 7;- Returns:
- The complete.
-