Package dev.enola.thing.proto
Interface ValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Value,Value.Builder
-
Method Summary
Modifier and TypeMethodDescriptionTODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...TODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...getLink()string link = 1;com.google.protobuf.ByteStringstring link = 1;getList()List of Values.List of Values..dev.enola.thing.Value.Literal literal = 3;.dev.enola.thing.Value.Literal literal = 3;string string = 2;com.google.protobuf.ByteStringstring string = 2;Sub-structure (contained) Thing.Sub-structure (contained) Thing.booleanTODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...booleanhasLink()string link = 1;booleanhasList()List of Values.boolean.dev.enola.thing.Value.Literal literal = 3;booleanstring string = 2;booleanSub-structure (contained) Thing.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
-
hasLink
boolean hasLink()string link = 1;- Returns:
- Whether the link field is set.
-
getLink
string link = 1;- Returns:
- The link.
-
getLinkBytes
com.google.protobuf.ByteString getLinkBytes()string link = 1;- Returns:
- The bytes for link.
-
hasString
boolean hasString()string string = 2;- Returns:
- Whether the string field is set.
-
getString
string string = 2;- Returns:
- The string.
-
getStringBytes
com.google.protobuf.ByteString getStringBytes()string string = 2;- Returns:
- The bytes for string.
-
hasLiteral
boolean hasLiteral().dev.enola.thing.Value.Literal literal = 3;- Returns:
- Whether the literal field is set.
-
getLiteral
.dev.enola.thing.Value.Literal literal = 3;- Returns:
- The literal.
-
getLiteralOrBuilder
.dev.enola.thing.Value.Literal literal = 3; -
hasLangString
boolean hasLangString()TODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...
.dev.enola.thing.Value.LangString lang_string = 4;- Returns:
- Whether the langString field is set.
-
getLangString
TODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...
.dev.enola.thing.Value.LangString lang_string = 4;- Returns:
- The langString.
-
getLangStringOrBuilder
TODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...
.dev.enola.thing.Value.LangString lang_string = 4; -
hasStruct
boolean hasStruct()Sub-structure (contained) Thing.
.dev.enola.thing.Thing struct = 5;- Returns:
- Whether the struct field is set.
-
getStruct
Sub-structure (contained) Thing.
.dev.enola.thing.Thing struct = 5;- Returns:
- The struct.
-
getStructOrBuilder
Sub-structure (contained) Thing.
.dev.enola.thing.Thing struct = 5; -
hasList
boolean hasList()List of Values.
.dev.enola.thing.Value.List list = 6;- Returns:
- Whether the list field is set.
-
getList
List of Values.
.dev.enola.thing.Value.List list = 6;- Returns:
- The list.
-
getListOrBuilder
List of Values.
.dev.enola.thing.Value.List list = 6; -
getKindCase
-