Uses of Class
com.yoti.api.client.spi.remote.proto.AttrProto.Anchor
Packages that use AttrProto.Anchor
-
Uses of AttrProto.Anchor in com.yoti.api.client.spi.remote.proto
Methods in com.yoti.api.client.spi.remote.proto that return AttrProto.AnchorModifier and TypeMethodDescriptionAttrProto.Anchor.Builder.build()AttrProto.Anchor.Builder.buildPartial()AttrProto.Attribute.Builder.getAnchors(int index) repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.Attribute.getAnchors(int index) repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.AttributeOrBuilder.getAnchors(int index) repeated .attrpubapi_v1.Anchor anchors = 4;static AttrProto.AnchorAttrProto.Anchor.getDefaultInstance()AttrProto.Anchor.Builder.getDefaultInstanceForType()AttrProto.Anchor.getDefaultInstanceForType()static AttrProto.AnchorAttrProto.Anchor.parseDelimitedFrom(InputStream input) static AttrProto.AnchorAttrProto.Anchor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.AnchorAttrProto.Anchor.parseFrom(byte[] data) static AttrProto.AnchorAttrProto.Anchor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.AnchorAttrProto.Anchor.parseFrom(com.google.protobuf.ByteString data) static AttrProto.AnchorAttrProto.Anchor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.AnchorAttrProto.Anchor.parseFrom(com.google.protobuf.CodedInputStream input) static AttrProto.AnchorAttrProto.Anchor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.AnchorAttrProto.Anchor.parseFrom(InputStream input) static AttrProto.AnchorAttrProto.Anchor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AttrProto.AnchorAttrProto.Anchor.parseFrom(ByteBuffer data) static AttrProto.AnchorAttrProto.Anchor.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.AnchorModifier and TypeMethodDescriptionAttrProto.Attribute.Builder.getAnchorsList()repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.Attribute.getAnchorsList()repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.AttributeOrBuilder.getAnchorsList()repeated .attrpubapi_v1.Anchor anchors = 4;com.google.protobuf.Parser<AttrProto.Anchor>AttrProto.Anchor.getParserForType()static com.google.protobuf.Parser<AttrProto.Anchor>AttrProto.Anchor.parser()Methods in com.yoti.api.client.spi.remote.proto with parameters of type AttrProto.AnchorModifier and TypeMethodDescriptionAttrProto.Attribute.Builder.addAnchors(int index, AttrProto.Anchor value) repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.Attribute.Builder.addAnchors(AttrProto.Anchor value) repeated .attrpubapi_v1.Anchor anchors = 4;AttrProto.Anchor.Builder.mergeFrom(AttrProto.Anchor other) static AttrProto.Anchor.BuilderAttrProto.Anchor.newBuilder(AttrProto.Anchor prototype) AttrProto.Attribute.Builder.setAnchors(int index, AttrProto.Anchor value) repeated .attrpubapi_v1.Anchor anchors = 4;Method parameters in com.yoti.api.client.spi.remote.proto with type arguments of type AttrProto.AnchorModifier and TypeMethodDescriptionAttrProto.Attribute.Builder.addAllAnchors(Iterable<? extends AttrProto.Anchor> values) repeated .attrpubapi_v1.Anchor anchors = 4;