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 TypeMethodDescriptioncom.google.protobuf.Value
For document tags, we will just set the document contents to a google.protobuf.Valuecom.google.protobuf.ValueOrBuilder
For document tags, we will just set the document contents to a google.protobuf.Valueboolean
For document tags, we will just set the document contents to a google.protobuf.ValueMethods 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;
-