Uses of Class
ai.promoted.proto.delivery.Insertion
-
Packages that use Insertion Package Description ai.promoted.proto.delivery ai.promoted.proto.event -
-
Uses of Insertion in ai.promoted.proto.delivery
Methods in ai.promoted.proto.delivery that return Insertion Modifier and Type Method Description InsertionInsertion.Builder. build()InsertionInsertion.Builder. buildPartial()static InsertionInsertion. getDefaultInstance()InsertionInsertion.Builder. getDefaultInstanceForType()InsertionInsertion. getDefaultInstanceForType()InsertionRequest.Builder. getInsertion(int index)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];InsertionRequest. getInsertion(int index)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];InsertionRequestOrBuilder. getInsertion(int index)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];InsertionResponse.Builder. getInsertion(int index)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];InsertionResponse. getInsertion(int index)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];InsertionResponseOrBuilder. getInsertion(int index)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];static InsertionInsertion. parseDelimitedFrom(InputStream input)static InsertionInsertion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertionInsertion. parseFrom(byte[] data)static InsertionInsertion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertionInsertion. parseFrom(com.google.protobuf.ByteString data)static InsertionInsertion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertionInsertion. parseFrom(com.google.protobuf.CodedInputStream input)static InsertionInsertion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertionInsertion. parseFrom(InputStream input)static InsertionInsertion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertionInsertion. parseFrom(ByteBuffer data)static InsertionInsertion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.delivery that return types with arguments of type Insertion Modifier and Type Method Description List<Insertion>Request.Builder. getInsertionList()repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];List<Insertion>Request. getInsertionList()repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];List<Insertion>RequestOrBuilder. getInsertionList()repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];List<Insertion>Response.Builder. getInsertionList()repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];List<Insertion>Response. getInsertionList()repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];List<Insertion>ResponseOrBuilder. getInsertionList()repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];com.google.protobuf.Parser<Insertion>Insertion. getParserForType()static com.google.protobuf.Parser<Insertion>Insertion. parser()Methods in ai.promoted.proto.delivery with parameters of type Insertion Modifier and Type Method Description Request.BuilderRequest.Builder. addInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];Request.BuilderRequest.Builder. addInsertion(Insertion value)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];Response.BuilderResponse.Builder. addInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];Response.BuilderResponse.Builder. addInsertion(Insertion value)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];Insertion.BuilderInsertion.Builder. mergeFrom(Insertion other)static Insertion.BuilderInsertion. newBuilder(Insertion prototype)Request.BuilderRequest.Builder. setInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];Response.BuilderResponse.Builder. setInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];Method parameters in ai.promoted.proto.delivery with type arguments of type Insertion Modifier and Type Method Description Request.BuilderRequest.Builder. addAllInsertion(Iterable<? extends Insertion> values)repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];Response.BuilderResponse.Builder. addAllInsertion(Iterable<? extends Insertion> values)repeated .delivery.Insertion insertion = 2 [json_name = "insertion"]; -
Uses of Insertion in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Insertion Modifier and Type Method Description InsertionLogRequest.Builder. getInsertion(int index)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];InsertionLogRequest. getInsertion(int index)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];InsertionLogRequestOrBuilder. getInsertion(int index)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];Methods in ai.promoted.proto.event that return types with arguments of type Insertion Modifier and Type Method Description List<Insertion>LogRequest.Builder. getInsertionList()repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];List<Insertion>LogRequest. getInsertionList()repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];List<Insertion>LogRequestOrBuilder. getInsertionList()repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];Methods in ai.promoted.proto.event with parameters of type Insertion Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];LogRequest.BuilderLogRequest.Builder. addInsertion(Insertion value)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];LogRequest.BuilderLogRequest.Builder. setInsertion(int index, Insertion value)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];Method parameters in ai.promoted.proto.event with type arguments of type Insertion Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAllInsertion(Iterable<? extends Insertion> values)repeated .delivery.Insertion insertion = 13 [json_name = "insertion"];
-