Interface TagPathProto.PropertyAlteredTagPathPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TagPathProto.PropertyAlteredTagPathPB
,TagPathProto.PropertyAlteredTagPathPB.Builder
- Enclosing class:
- TagPathProto
public static interface TagPathProto.PropertyAlteredTagPathPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.TagPathPB internalPath = 1;
.common.protobuf.TagPathPB internalPath = 1;
optional .common.protobuf.BasicPropertyPB property = 2;
optional .common.protobuf.BasicPropertyPB property = 2;
boolean
.common.protobuf.TagPathPB internalPath = 1;
boolean
optional .common.protobuf.BasicPropertyPB property = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInternalPath
boolean hasInternalPath().common.protobuf.TagPathPB internalPath = 1;
- Returns:
- Whether the internalPath field is set.
-
getInternalPath
TagPathProto.TagPathPB getInternalPath().common.protobuf.TagPathPB internalPath = 1;
- Returns:
- The internalPath.
-
getInternalPathOrBuilder
TagPathProto.TagPathPBOrBuilder getInternalPathOrBuilder().common.protobuf.TagPathPB internalPath = 1;
-
hasProperty
boolean hasProperty()optional .common.protobuf.BasicPropertyPB property = 2;
- Returns:
- Whether the property field is set.
-
getProperty
BasicPropertyProto.BasicPropertyPB getProperty()optional .common.protobuf.BasicPropertyPB property = 2;
- Returns:
- The property.
-
getPropertyOrBuilder
BasicPropertyProto.BasicPropertyPBOrBuilder getPropertyOrBuilder()optional .common.protobuf.BasicPropertyPB property = 2;
-