Interface BoundPropertySetDiffProto.BoundPropertySetDiffProtoPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BoundPropertySetDiffProto.BoundPropertySetDiffProtoPB,BoundPropertySetDiffProto.BoundPropertySetDiffProtoPB.Builder
- Enclosing class:
- BoundPropertySetDiffProto
public static interface BoundPropertySetDiffProto.BoundPropertySetDiffProtoPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocal().common.protobuf.BasicBoundPropertySetPB local = 1;.common.protobuf.BasicBoundPropertySetPB local = 1;.common.protobuf.BasicBoundPropertySetPB modified = 2;.common.protobuf.BasicBoundPropertySetPB modified = 2;getRemoved(int index) List of property names that were removedcom.google.protobuf.ByteStringgetRemovedBytes(int index) List of property names that were removedintList of property names that were removedList of property names that were removedbooleanhasLocal().common.protobuf.BasicBoundPropertySetPB local = 1;boolean.common.protobuf.BasicBoundPropertySetPB modified = 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; -
hasModified
boolean hasModified().common.protobuf.BasicBoundPropertySetPB modified = 2;- Returns:
- Whether the modified field is set.
-
getModified
BasicBoundPropertySetProto.BasicBoundPropertySetPB getModified().common.protobuf.BasicBoundPropertySetPB modified = 2;- Returns:
- The modified.
-
getModifiedOrBuilder
BasicBoundPropertySetProto.BasicBoundPropertySetPBOrBuilder getModifiedOrBuilder().common.protobuf.BasicBoundPropertySetPB modified = 2; -
getRemovedList
List of property names that were removed
repeated string removed = 3;- Returns:
- A list containing the removed.
-
getRemovedCount
int getRemovedCount()List of property names that were removed
repeated string removed = 3;- Returns:
- The count of removed.
-
getRemoved
List of property names that were removed
repeated string removed = 3;- Parameters:
index- The index of the element to return.- Returns:
- The removed at the given index.
-
getRemovedBytes
com.google.protobuf.ByteString getRemovedBytes(int index) List of property names that were removed
repeated string removed = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the removed at the given index.
-