Uses of Class
com.google.protobuf.Value
Packages that use Value
-
Uses of Value in com.google.protobuf
Methods in com.google.protobuf that return ValueModifier and TypeMethodDescriptionValue.Builder.build()Value.Builder.buildPartial()static ValueValue.getDefaultInstance()Value.Builder.getDefaultInstanceForType()Value.getDefaultInstanceForType()Struct.Builder.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];StructOrBuilder.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.Builder.getFieldsOrThrow(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.getFieldsOrThrow(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];StructOrBuilder.getFieldsOrThrow(String key) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];ListValue.Builder.getValues(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];ListValue.getValues(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];ListValueOrBuilder.getValues(int index) repeated .google.protobuf.Value values = 1 [json_name = "values"];static ValueValue.parseDelimitedFrom(InputStream input) static ValueValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(byte[] data) static ValueValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(ByteString data) static ValueValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(CodedInputStream input) static ValueValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(InputStream input) static ValueValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ValueValue.parseFrom(ByteBuffer data) static ValueValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type ValueModifier and TypeMethodDescriptionStruct.Builder.getFields()Deprecated.Struct.getFields()Deprecated.StructOrBuilder.getFields()Deprecated.Struct.Builder.getFieldsMap()map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.getFieldsMap()map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];StructOrBuilder.getFieldsMap()map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.Builder.getMutableFields()Deprecated.Value.getParserForType()ListValue.Builder.getValuesList()repeated .google.protobuf.Value values = 1 [json_name = "values"];ListValue.getValuesList()repeated .google.protobuf.Value values = 1 [json_name = "values"];ListValueOrBuilder.getValuesList()repeated .google.protobuf.Value values = 1 [json_name = "values"];Value.parser()Methods in com.google.protobuf with parameters of type ValueModifier and TypeMethodDescriptionrepeated .google.protobuf.Value values = 1 [json_name = "values"];repeated .google.protobuf.Value values = 1 [json_name = "values"];Struct.Builder.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];Struct.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];StructOrBuilder.getFieldsOrDefault(String key, Value defaultValue) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];static Value.BuilderValue.newBuilder(Value prototype) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];repeated .google.protobuf.Value values = 1 [json_name = "values"];Method parameters in com.google.protobuf with type arguments of type ValueModifier and TypeMethodDescriptionListValue.Builder.addAllValues(Iterable<? extends Value> values) repeated .google.protobuf.Value values = 1 [json_name = "values"];Struct.Builder.putAllFields(Map<String, Value> values) map<string, .google.protobuf.Value> fields = 1 [json_name = "fields"];