Uses of Class
ai.promoted.proto.event.Action
-
Packages that use Action Package Description ai.promoted.proto.event -
-
Uses of Action in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Action Modifier and Type Method Description ActionAction.Builder. build()ActionAction.Builder. buildPartial()ActionLogRequest.Builder. getAction(int index)repeated .event.Action action = 15 [json_name = "action"];ActionLogRequest. getAction(int index)repeated .event.Action action = 15 [json_name = "action"];ActionLogRequestOrBuilder. getAction(int index)repeated .event.Action action = 15 [json_name = "action"];static ActionAction. getDefaultInstance()ActionAction.Builder. getDefaultInstanceForType()ActionAction. getDefaultInstanceForType()static ActionAction. parseDelimitedFrom(InputStream input)static ActionAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(byte[] data)static ActionAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.ByteString data)static ActionAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(InputStream input)static ActionAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(ByteBuffer data)static ActionAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.event that return types with arguments of type Action Modifier and Type Method Description List<Action>LogRequest.Builder. getActionList()repeated .event.Action action = 15 [json_name = "action"];List<Action>LogRequest. getActionList()repeated .event.Action action = 15 [json_name = "action"];List<Action>LogRequestOrBuilder. getActionList()repeated .event.Action action = 15 [json_name = "action"];com.google.protobuf.Parser<Action>Action. getParserForType()static com.google.protobuf.Parser<Action>Action. parser()Methods in ai.promoted.proto.event with parameters of type Action Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAction(int index, Action value)repeated .event.Action action = 15 [json_name = "action"];LogRequest.BuilderLogRequest.Builder. addAction(Action value)repeated .event.Action action = 15 [json_name = "action"];Action.BuilderAction.Builder. mergeFrom(Action other)static Action.BuilderAction. newBuilder(Action prototype)LogRequest.BuilderLogRequest.Builder. setAction(int index, Action value)repeated .event.Action action = 15 [json_name = "action"];Method parameters in ai.promoted.proto.event with type arguments of type Action Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAllAction(Iterable<? extends Action> values)repeated .event.Action action = 15 [json_name = "action"];
-