Uses of Class
com.yoti.api.client.spi.remote.proto.AttrProto.MultiValue.Value
Packages that use AttrProto.MultiValue.Value
-
Uses of AttrProto.MultiValue.Value in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return AttrProto.MultiValue.ValueModifier and TypeMethodDescriptionAttrProto.MultiValue.Value.Builder.build()AttrProto.MultiValue.Value.Builder.buildPartial()static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.getDefaultInstance()AttrProto.MultiValue.Value.Builder.getDefaultInstanceForType()AttrProto.MultiValue.Value.getDefaultInstanceForType()AttrProto.MultiValue.Builder.getValues(int index) repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValue.getValues(int index) repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValueOrBuilder.getValues(int index) repeated .attrpubapi_v1.MultiValue.Value values = 1;static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseDelimitedFrom(InputStream input) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(byte[] data) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(com.google.protobuf.ByteString data) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(com.google.protobuf.CodedInputStream input) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(InputStream input) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(ByteBuffer data) static AttrProto.MultiValue.ValueAttrProto.MultiValue.Value.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.yoti.api.client.spi.remote.proto that return types with arguments of type AttrProto.MultiValue.ValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AttrProto.MultiValue.Value>AttrProto.MultiValue.Value.getParserForType()AttrProto.MultiValue.Builder.getValuesList()repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValue.getValuesList()repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValueOrBuilder.getValuesList()repeated .attrpubapi_v1.MultiValue.Value values = 1;static com.google.protobuf.Parser<AttrProto.MultiValue.Value>AttrProto.MultiValue.Value.parser()Methods in com.yoti.api.client.spi.remote.proto with parameters of type AttrProto.MultiValue.ValueModifier and TypeMethodDescriptionAttrProto.MultiValue.Builder.addValues(int index, AttrProto.MultiValue.Value value) repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValue.Builder.addValues(AttrProto.MultiValue.Value value) repeated .attrpubapi_v1.MultiValue.Value values = 1;AttrProto.MultiValue.Value.Builder.mergeFrom(AttrProto.MultiValue.Value other) AttrProto.MultiValue.Value.newBuilder(AttrProto.MultiValue.Value prototype) AttrProto.MultiValue.Builder.setValues(int index, AttrProto.MultiValue.Value value) repeated .attrpubapi_v1.MultiValue.Value values = 1;Method parameters in com.yoti.api.client.spi.remote.proto with type arguments of type AttrProto.MultiValue.ValueModifier and TypeMethodDescriptionAttrProto.MultiValue.Builder.addAllValues(Iterable<? extends AttrProto.MultiValue.Value> values) repeated .attrpubapi_v1.MultiValue.Value values = 1;