Interface DocumentElementProto.DocumentElementPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DocumentElementProto.DocumentElementPB, DocumentElementProto.DocumentElementPB.Builder
Enclosing class:
DocumentElementProto

public static interface DocumentElementProto.DocumentElementPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Value
    For document tags, we will just set the document contents to a google.protobuf.Value
    com.google.protobuf.ValueOrBuilder
    For document tags, we will just set the document contents to a google.protobuf.Value
    boolean
    For document tags, we will just set the document contents to a google.protobuf.Value

    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

    • hasAsValue

      boolean hasAsValue()
       For document tags, we will just set the document contents to a google.protobuf.Value
       
      .google.protobuf.Value asValue = 1;
      Returns:
      Whether the asValue field is set.
    • getAsValue

      com.google.protobuf.Value getAsValue()
       For document tags, we will just set the document contents to a google.protobuf.Value
       
      .google.protobuf.Value asValue = 1;
      Returns:
      The asValue.
    • getAsValueOrBuilder

      com.google.protobuf.ValueOrBuilder getAsValueOrBuilder()
       For document tags, we will just set the document contents to a google.protobuf.Value
       
      .google.protobuf.Value asValue = 1;