Uses of Interface
com.google.protobuf.ValueOrBuilder
-
Packages that use ValueOrBuilder Package Description com.google.protobuf -
-
Uses of ValueOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement ValueOrBuilder Modifier and Type Class Description classValueProtobuf typegoogle.protobuf.Valuestatic classValue.BuilderProtobuf typegoogle.protobuf.ValueMethods in com.google.protobuf that return ValueOrBuilder Modifier and Type Method Description ValueOrBuilderListValue.Builder. getValuesOrBuilder(int index)repeated .google.protobuf.Value values = 1 [json_name = "values"];ValueOrBuilderListValue. getValuesOrBuilder(int index)repeated .google.protobuf.Value values = 1 [json_name = "values"];ValueOrBuilderListValueOrBuilder. getValuesOrBuilder(int index)repeated .google.protobuf.Value values = 1 [json_name = "values"];Methods in com.google.protobuf that return types with arguments of type ValueOrBuilder Modifier and Type Method Description java.util.List<? extends ValueOrBuilder>ListValue.Builder. getValuesOrBuilderList()repeated .google.protobuf.Value values = 1 [json_name = "values"];java.util.List<? extends ValueOrBuilder>ListValue. getValuesOrBuilderList()repeated .google.protobuf.Value values = 1 [json_name = "values"];java.util.List<? extends ValueOrBuilder>ListValueOrBuilder. getValuesOrBuilderList()repeated .google.protobuf.Value values = 1 [json_name = "values"];
-