Uses of Class
tech.skworks.tachyon.service.contracts.player.data.PushProfileRequest.Builder
Packages that use PushProfileRequest.Builder
-
Uses of PushProfileRequest.Builder in tech.skworks.tachyon.service.contracts.player.data
Subclasses with type arguments of type PushProfileRequest.Builder in tech.skworks.tachyon.service.contracts.player.dataModifier and TypeClassDescriptionstatic final classProtobuf typetech.skworks.tachyon.service.contracts.player.data.PushProfileRequestMethods in tech.skworks.tachyon.service.contracts.player.data that return PushProfileRequest.BuilderModifier and TypeMethodDescriptionPushProfileRequest.Builder.addAllComponentsToRemove(Iterable<String> values) repeated string components_to_remove = 3;PushProfileRequest.Builder.addAllComponentsToSave(Iterable<? extends com.google.protobuf.Any> values) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.addComponentsToRemove(String value) repeated string components_to_remove = 3;PushProfileRequest.Builder.addComponentsToRemoveBytes(com.google.protobuf.ByteString value) repeated string components_to_remove = 3;PushProfileRequest.Builder.addComponentsToSave(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.addComponentsToSave(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.addComponentsToSave(com.google.protobuf.Any value) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.addComponentsToSave(com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.clear()PushProfileRequest.Builder.clearComponentsToRemove()repeated string components_to_remove = 3;PushProfileRequest.Builder.clearComponentsToSave()repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.clearUuid()string uuid = 1;PushProfileRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PushProfileRequest.Builder.mergeFrom(com.google.protobuf.Message other) PushProfileRequest.Builder.mergeFrom(PushProfileRequest other) static PushProfileRequest.BuilderPushProfileRequest.newBuilder()static PushProfileRequest.BuilderPushProfileRequest.newBuilder(PushProfileRequest prototype) PushProfileRequest.newBuilderForType()protected PushProfileRequest.BuilderPushProfileRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) PushProfileRequest.Builder.removeComponentsToSave(int index) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.setComponentsToRemove(int index, String value) repeated string components_to_remove = 3;PushProfileRequest.Builder.setComponentsToSave(int index, com.google.protobuf.Any value) repeated .google.protobuf.Any components_to_save = 2;PushProfileRequest.Builder.setComponentsToSave(int index, com.google.protobuf.Any.Builder builderForValue) repeated .google.protobuf.Any components_to_save = 2;string uuid = 1;PushProfileRequest.Builder.setUuidBytes(com.google.protobuf.ByteString value) string uuid = 1;PushProfileRequest.toBuilder()