Uses of Class
ai.promoted.proto.event.AutoView
-
Packages that use AutoView Package Description ai.promoted.proto.event -
-
Uses of AutoView in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return AutoView Modifier and Type Method Description AutoViewAutoView.Builder. build()AutoViewAutoView.Builder. buildPartial()AutoViewLogRequest.Builder. getAutoView(int index)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];AutoViewLogRequest. getAutoView(int index)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];AutoViewLogRequestOrBuilder. getAutoView(int index)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];AutoViewAncestorIdHistoryItem.Builder. getAutoViewEvent().event.AutoView auto_view_event = 6 [json_name = "autoViewEvent"];AutoViewAncestorIdHistoryItem. getAutoViewEvent().event.AutoView auto_view_event = 6 [json_name = "autoViewEvent"];AutoViewAncestorIdHistoryItemOrBuilder. getAutoViewEvent().event.AutoView auto_view_event = 6 [json_name = "autoViewEvent"];static AutoViewAutoView. getDefaultInstance()AutoViewAutoView.Builder. getDefaultInstanceForType()AutoViewAutoView. getDefaultInstanceForType()static AutoViewAutoView. parseDelimitedFrom(InputStream input)static AutoViewAutoView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoViewAutoView. parseFrom(byte[] data)static AutoViewAutoView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoViewAutoView. parseFrom(com.google.protobuf.ByteString data)static AutoViewAutoView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoViewAutoView. parseFrom(com.google.protobuf.CodedInputStream input)static AutoViewAutoView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoViewAutoView. parseFrom(InputStream input)static AutoViewAutoView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoViewAutoView. parseFrom(ByteBuffer data)static AutoViewAutoView. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.event that return types with arguments of type AutoView Modifier and Type Method Description List<AutoView>LogRequest.Builder. getAutoViewList()repeated .event.AutoView auto_view = 25 [json_name = "autoView"];List<AutoView>LogRequest. getAutoViewList()repeated .event.AutoView auto_view = 25 [json_name = "autoView"];List<AutoView>LogRequestOrBuilder. getAutoViewList()repeated .event.AutoView auto_view = 25 [json_name = "autoView"];com.google.protobuf.Parser<AutoView>AutoView. getParserForType()static com.google.protobuf.Parser<AutoView>AutoView. parser()Methods in ai.promoted.proto.event with parameters of type AutoView Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAutoView(int index, AutoView value)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];LogRequest.BuilderLogRequest.Builder. addAutoView(AutoView value)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];AncestorIdHistoryItem.BuilderAncestorIdHistoryItem.Builder. mergeAutoViewEvent(AutoView value).event.AutoView auto_view_event = 6 [json_name = "autoViewEvent"];AutoView.BuilderAutoView.Builder. mergeFrom(AutoView other)static AutoView.BuilderAutoView. newBuilder(AutoView prototype)LogRequest.BuilderLogRequest.Builder. setAutoView(int index, AutoView value)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];AncestorIdHistoryItem.BuilderAncestorIdHistoryItem.Builder. setAutoViewEvent(AutoView value).event.AutoView auto_view_event = 6 [json_name = "autoViewEvent"];Method parameters in ai.promoted.proto.event with type arguments of type AutoView Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAllAutoView(Iterable<? extends AutoView> values)repeated .event.AutoView auto_view = 25 [json_name = "autoView"];
-