Uses of Interface
com.google.protobuf.ValueOrBuilder
Packages that use ValueOrBuilder
-
Uses of ValueOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement ValueOrBuilderModifier and TypeClassDescriptionfinal class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.static final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Fields in com.google.protobuf with type parameters of type ValueOrBuilderMethods in com.google.protobuf that return ValueOrBuilderModifier and TypeMethodDescriptionListValue.Builder.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.ListValue.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.ListValueOrBuilder.getValuesOrBuilder
(int index) Repeated field of dynamically typed values.Methods in com.google.protobuf that return types with arguments of type ValueOrBuilderModifier and TypeMethodDescriptionListValue.Builder.getValuesFieldBuilder()
List
<? extends ValueOrBuilder> ListValue.Builder.getValuesOrBuilderList()
Repeated field of dynamically typed values.List
<? extends ValueOrBuilder> ListValue.getValuesOrBuilderList()
Repeated field of dynamically typed values.List
<? extends ValueOrBuilder> ListValueOrBuilder.getValuesOrBuilderList()
Repeated field of dynamically typed values.