Interface NodeAttributeProto.NodeAttributePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeAttributeProto.NodeAttributePB,NodeAttributeProto.NodeAttributePB.Builder
- Enclosing class:
- NodeAttributeProto
public static interface NodeAttributeProto.NodeAttributePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBasic()string basic = 1;com.google.protobuf.ByteStringstring basic = 1;.common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;.common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;.common.protobuf.TagColorAttributePB tagColor = 2;.common.protobuf.TagColorAttributePB tagColor = 2;booleanhasBasic()string basic = 1;boolean.common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;boolean.common.protobuf.TagColorAttributePB tagColor = 2;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
-
hasBasic
boolean hasBasic()string basic = 1;- Returns:
- Whether the basic field is set.
-
getBasic
String getBasic()string basic = 1;- Returns:
- The basic.
-
getBasicBytes
com.google.protobuf.ByteString getBasicBytes()string basic = 1;- Returns:
- The bytes for basic.
-
hasTagColor
boolean hasTagColor().common.protobuf.TagColorAttributePB tagColor = 2;- Returns:
- Whether the tagColor field is set.
-
getTagColor
NodeAttributeProto.TagColorAttributePB getTagColor().common.protobuf.TagColorAttributePB tagColor = 2;- Returns:
- The tagColor.
-
getTagColorOrBuilder
NodeAttributeProto.TagColorAttributePBOrBuilder getTagColorOrBuilder().common.protobuf.TagColorAttributePB tagColor = 2; -
hasExtendedInheritance
boolean hasExtendedInheritance().common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;- Returns:
- Whether the extendedInheritance field is set.
-
getExtendedInheritance
NodeAttributeProto.ExtendedInheritanceAttributePB getExtendedInheritance().common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3;- Returns:
- The extendedInheritance.
-
getExtendedInheritanceOrBuilder
NodeAttributeProto.ExtendedInheritanceAttributePBOrBuilder getExtendedInheritanceOrBuilder().common.protobuf.ExtendedInheritanceAttributePB extendedInheritance = 3; -
getAttributeCase
NodeAttributeProto.NodeAttributePB.AttributeCase getAttributeCase()
-