Uses of Class
tech.skworks.tachyon.service.contracts.player.data.PullProfileResponse.Builder
Packages that use PullProfileResponse.Builder
-
Uses of PullProfileResponse.Builder in tech.skworks.tachyon.service.contracts.player.data
Subclasses with type arguments of type PullProfileResponse.Builder in tech.skworks.tachyon.service.contracts.player.dataModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.player.data.PullProfileResponseMethods in tech.skworks.tachyon.service.contracts.player.data that return PullProfileResponse.BuilderModifier and TypeMethodDescriptionPullProfileResponse.Builder.addAllComponents(Iterable<? extends com.google.protobuf.Any> values) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.addComponents(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.addComponents(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.addComponents(com.google.protobuf.Any value) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.addComponents(com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.clear()PullProfileResponse.Builder.clearComponents()repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.clearUuid()string uuid = 1;PullProfileResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PullProfileResponse.Builder.mergeFrom(com.google.protobuf.Message other) PullProfileResponse.Builder.mergeFrom(PullProfileResponse other) static PullProfileResponse.BuilderPullProfileResponse.newBuilder()static PullProfileResponse.BuilderPullProfileResponse.newBuilder(PullProfileResponse prototype) PullProfileResponse.newBuilderForType()protected PullProfileResponse.BuilderPullProfileResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PullProfileResponse.Builder.removeComponents(int index) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.setComponents(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any components = 2;PullProfileResponse.Builder.setComponents(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components = 2;string uuid = 1;PullProfileResponse.Builder.setUuidBytes(com.google.protobuf.ByteString value) string uuid = 1;PullProfileResponse.toBuilder()