Interface BoundExtendedPropertySetProto.BoundExtendedPropertySetPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BoundExtendedPropertySetProto.BoundExtendedPropertySetPB,BoundExtendedPropertySetProto.BoundExtendedPropertySetPB.Builder
- Enclosing class:
- BoundExtendedPropertySetProto
public static interface BoundExtendedPropertySetProto.BoundExtendedPropertySetPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocal().common.protobuf.BasicBoundPropertySetPB local = 1;.common.protobuf.BasicBoundPropertySetPB local = 1;optional .common.protobuf.BoundExtendedPropertySetPB parent = 2;optional .common.protobuf.BoundExtendedPropertySetPB parent = 2;booleanhasLocal().common.protobuf.BasicBoundPropertySetPB local = 1;booleanoptional .common.protobuf.BoundExtendedPropertySetPB parent = 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
-
hasLocal
boolean hasLocal().common.protobuf.BasicBoundPropertySetPB local = 1;- Returns:
- Whether the local field is set.
-
getLocal
.common.protobuf.BasicBoundPropertySetPB local = 1;- Returns:
- The local.
-
getLocalOrBuilder
BasicBoundPropertySetProto.BasicBoundPropertySetPBOrBuilder getLocalOrBuilder().common.protobuf.BasicBoundPropertySetPB local = 1; -
hasParent
boolean hasParent()optional .common.protobuf.BoundExtendedPropertySetPB parent = 2;- Returns:
- Whether the parent field is set.
-
getParent
optional .common.protobuf.BoundExtendedPropertySetPB parent = 2;- Returns:
- The parent.
-
getParentOrBuilder
BoundExtendedPropertySetProto.BoundExtendedPropertySetPBOrBuilder getParentOrBuilder()optional .common.protobuf.BoundExtendedPropertySetPB parent = 2;
-