Uses of Class
ai.promoted.proto.event.IndexPath.Builder
-
Packages that use IndexPath.Builder Package Description ai.promoted.proto.event -
-
Uses of IndexPath.Builder in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return IndexPath.Builder Modifier and Type Method Description IndexPath.BuilderIndexPath.Builder. addAllIndex(Iterable<? extends Integer> values)repeated int32 index = 1 [json_name = "index"];IndexPath.BuilderIndexPath.Builder. addIndex(int value)repeated int32 index = 1 [json_name = "index"];IndexPath.BuilderIndexPath.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IndexPath.BuilderIndexPath.Builder. clear()IndexPath.BuilderIndexPath.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)IndexPath.BuilderIndexPath.Builder. clearIndex()repeated int32 index = 1 [json_name = "index"];IndexPath.BuilderIndexPath.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)IndexPath.BuilderIndexPath.Builder. clone()IndexPath.BuilderAction.Builder. getClientPositionBuilder().event.IndexPath client_position = 24 [json_name = "clientPosition"];IndexPath.BuilderImpression.Builder. getClientPositionBuilder().event.IndexPath client_position = 16 [json_name = "clientPosition"];IndexPath.BuilderIndexPath.Builder. mergeFrom(IndexPath other)IndexPath.BuilderIndexPath.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)IndexPath.BuilderIndexPath.Builder. mergeFrom(com.google.protobuf.Message other)IndexPath.BuilderIndexPath.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static IndexPath.BuilderIndexPath. newBuilder()static IndexPath.BuilderIndexPath. newBuilder(IndexPath prototype)IndexPath.BuilderIndexPath. newBuilderForType()protected IndexPath.BuilderIndexPath. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)IndexPath.BuilderIndexPath.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)IndexPath.BuilderIndexPath.Builder. setIndex(int index, int value)repeated int32 index = 1 [json_name = "index"];IndexPath.BuilderIndexPath.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)IndexPath.BuilderIndexPath.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)IndexPath.BuilderIndexPath. toBuilder()Methods in ai.promoted.proto.event with parameters of type IndexPath.Builder Modifier and Type Method Description Action.BuilderAction.Builder. setClientPosition(IndexPath.Builder builderForValue).event.IndexPath client_position = 24 [json_name = "clientPosition"];Impression.BuilderImpression.Builder. setClientPosition(IndexPath.Builder builderForValue).event.IndexPath client_position = 16 [json_name = "clientPosition"];
-