Interface QualifiedValueProto.BasicQualifiedValuePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QualifiedValueProto.BasicQualifiedValuePB
,QualifiedValueProto.BasicQualifiedValuePB.Builder
- Enclosing class:
- QualifiedValueProto
public static interface QualifiedValueProto.BasicQualifiedValuePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
The fields are set to optional in case the BasicQualifiedValue's value is nullThe fields are set to optional in case the BasicQualifiedValue's value is nullboolean
hasValue()
The fields are set to optional in case the BasicQualifiedValue's value is nullMethods 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
-
hasValue
boolean hasValue()The fields are set to optional in case the BasicQualifiedValue's value is null
optional .common.protobuf.AnyObjectPB value = 1;
- Returns:
- Whether the value field is set.
-
getValue
AnyObjectProto.AnyObjectPB getValue()The fields are set to optional in case the BasicQualifiedValue's value is null
optional .common.protobuf.AnyObjectPB value = 1;
- Returns:
- The value.
-
getValueOrBuilder
AnyObjectProto.AnyObjectPBOrBuilder getValueOrBuilder()The fields are set to optional in case the BasicQualifiedValue's value is null
optional .common.protobuf.AnyObjectPB value = 1;
-