Interface BasicBoundPropertySetProto.BoundPropertyValuePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicBoundPropertySetProto.BoundPropertyValuePB,BasicBoundPropertySetProto.BoundPropertyValuePB.Builder
- Enclosing class:
- BasicBoundPropertySetProto
public static interface BasicBoundPropertySetProto.BoundPropertyValuePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.BoundValuePB boundValue = 2;.common.protobuf.BoundValuePB boundValue = 2;.common.protobuf.BasicPropertyPB property = 1;.common.protobuf.BasicPropertyPB property = 1;boolean.common.protobuf.BoundValuePB boundValue = 2;boolean.common.protobuf.BasicPropertyPB property = 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
-
hasProperty
boolean hasProperty().common.protobuf.BasicPropertyPB property = 1;- Returns:
- Whether the property field is set.
-
getProperty
BasicPropertyProto.BasicPropertyPB getProperty().common.protobuf.BasicPropertyPB property = 1;- Returns:
- The property.
-
getPropertyOrBuilder
BasicPropertyProto.BasicPropertyPBOrBuilder getPropertyOrBuilder().common.protobuf.BasicPropertyPB property = 1; -
hasBoundValue
boolean hasBoundValue().common.protobuf.BoundValuePB boundValue = 2;- Returns:
- Whether the boundValue field is set.
-
getBoundValue
BasicBoundPropertySetProto.BoundValuePB getBoundValue().common.protobuf.BoundValuePB boundValue = 2;- Returns:
- The boundValue.
-
getBoundValueOrBuilder
BasicBoundPropertySetProto.BoundValuePBOrBuilder getBoundValueOrBuilder().common.protobuf.BoundValuePB boundValue = 2;
-