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 Type
    Method
    Description
    The fields are set to optional in case the BasicQualifiedValue's value is null
    The fields are set to optional in case the BasicQualifiedValue's value is null
    boolean
    The fields are set to optional in case the BasicQualifiedValue's value is null

    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

    • 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

       The fields are set to optional in case the BasicQualifiedValue's value is null
       
      optional .common.protobuf.AnyObjectPB value = 1;
      Returns:
      The value.
    • getValueOrBuilder

       The fields are set to optional in case the BasicQualifiedValue's value is null
       
      optional .common.protobuf.AnyObjectPB value = 1;