Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
RepeatedFieldBuilderV3<MType,BType,IType> |
RepeatedFieldBuilderV3.addAllMessages(java.lang.Iterable<? extends MType> values)
Appends all of the messages in the specified collection to the end of this list, in the order
that they are returned by the specified collection's iterator.
|
RepeatedFieldBuilderV3<MType,BType,IType> |
RepeatedFieldBuilderV3.addMessage(int index,
MType message)
Inserts the specified message at the specified position in this list.
|
RepeatedFieldBuilderV3<MType,BType,IType> |
RepeatedFieldBuilderV3.addMessage(MType message)
Appends the specified element to the end of this list.
|
RepeatedFieldBuilderV3<MType,BType,IType> |
RepeatedFieldBuilderV3.setMessage(int index,
MType message)
Sets a message at the specified index replacing the existing item at that index.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.