Uses of Class
ai.promoted.proto.event.IndexPath
-
Packages that use IndexPath Package Description ai.promoted.proto.event -
-
Uses of IndexPath in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return IndexPath Modifier and Type Method Description IndexPathIndexPath.Builder. build()IndexPathIndexPath.Builder. buildPartial()IndexPathAction.Builder. getClientPosition().event.IndexPath client_position = 24 [json_name = "clientPosition"];IndexPathAction. getClientPosition().event.IndexPath client_position = 24 [json_name = "clientPosition"];IndexPathActionOrBuilder. getClientPosition().event.IndexPath client_position = 24 [json_name = "clientPosition"];IndexPathImpression.Builder. getClientPosition().event.IndexPath client_position = 16 [json_name = "clientPosition"];IndexPathImpression. getClientPosition().event.IndexPath client_position = 16 [json_name = "clientPosition"];IndexPathImpressionOrBuilder. getClientPosition().event.IndexPath client_position = 16 [json_name = "clientPosition"];static IndexPathIndexPath. getDefaultInstance()IndexPathIndexPath.Builder. getDefaultInstanceForType()IndexPathIndexPath. getDefaultInstanceForType()static IndexPathIndexPath. parseDelimitedFrom(InputStream input)static IndexPathIndexPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexPathIndexPath. parseFrom(byte[] data)static IndexPathIndexPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexPathIndexPath. parseFrom(com.google.protobuf.ByteString data)static IndexPathIndexPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexPathIndexPath. parseFrom(com.google.protobuf.CodedInputStream input)static IndexPathIndexPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexPathIndexPath. parseFrom(InputStream input)static IndexPathIndexPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexPathIndexPath. parseFrom(ByteBuffer data)static IndexPathIndexPath. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.event that return types with arguments of type IndexPath Modifier and Type Method Description com.google.protobuf.Parser<IndexPath>IndexPath. getParserForType()static com.google.protobuf.Parser<IndexPath>IndexPath. parser()Methods in ai.promoted.proto.event with parameters of type IndexPath Modifier and Type Method Description Action.BuilderAction.Builder. mergeClientPosition(IndexPath value).event.IndexPath client_position = 24 [json_name = "clientPosition"];Impression.BuilderImpression.Builder. mergeClientPosition(IndexPath value).event.IndexPath client_position = 16 [json_name = "clientPosition"];IndexPath.BuilderIndexPath.Builder. mergeFrom(IndexPath other)static IndexPath.BuilderIndexPath. newBuilder(IndexPath prototype)Action.BuilderAction.Builder. setClientPosition(IndexPath value).event.IndexPath client_position = 24 [json_name = "clientPosition"];Impression.BuilderImpression.Builder. setClientPosition(IndexPath value).event.IndexPath client_position = 16 [json_name = "clientPosition"];
-