Uses of Class
ai.promoted.proto.event.View
-
Packages that use View Package Description ai.promoted.proto.event -
-
Uses of View in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return View Modifier and Type Method Description ViewView.Builder. build()ViewView.Builder. buildPartial()static ViewView. getDefaultInstance()ViewView.Builder. getDefaultInstanceForType()ViewView. getDefaultInstanceForType()ViewLogRequest.Builder. getView(int index)repeated .event.View view = 11 [json_name = "view"];ViewLogRequest. getView(int index)repeated .event.View view = 11 [json_name = "view"];ViewLogRequestOrBuilder. getView(int index)repeated .event.View view = 11 [json_name = "view"];ViewAncestorIdHistoryItem.Builder. getViewEvent().event.View view_event = 4 [json_name = "viewEvent"];ViewAncestorIdHistoryItem. getViewEvent().event.View view_event = 4 [json_name = "viewEvent"];ViewAncestorIdHistoryItemOrBuilder. getViewEvent().event.View view_event = 4 [json_name = "viewEvent"];static ViewView. parseDelimitedFrom(InputStream input)static ViewView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ViewView. parseFrom(byte[] data)static ViewView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ViewView. parseFrom(com.google.protobuf.ByteString data)static ViewView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ViewView. parseFrom(com.google.protobuf.CodedInputStream input)static ViewView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ViewView. parseFrom(InputStream input)static ViewView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ViewView. parseFrom(ByteBuffer data)static ViewView. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.event that return types with arguments of type View Modifier and Type Method Description com.google.protobuf.Parser<View>View. getParserForType()List<View>LogRequest.Builder. getViewList()repeated .event.View view = 11 [json_name = "view"];List<View>LogRequest. getViewList()repeated .event.View view = 11 [json_name = "view"];List<View>LogRequestOrBuilder. getViewList()repeated .event.View view = 11 [json_name = "view"];static com.google.protobuf.Parser<View>View. parser()Methods in ai.promoted.proto.event with parameters of type View Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addView(int index, View value)repeated .event.View view = 11 [json_name = "view"];LogRequest.BuilderLogRequest.Builder. addView(View value)repeated .event.View view = 11 [json_name = "view"];View.BuilderView.Builder. mergeFrom(View other)AncestorIdHistoryItem.BuilderAncestorIdHistoryItem.Builder. mergeViewEvent(View value).event.View view_event = 4 [json_name = "viewEvent"];static View.BuilderView. newBuilder(View prototype)LogRequest.BuilderLogRequest.Builder. setView(int index, View value)repeated .event.View view = 11 [json_name = "view"];AncestorIdHistoryItem.BuilderAncestorIdHistoryItem.Builder. setViewEvent(View value).event.View view_event = 4 [json_name = "viewEvent"];Method parameters in ai.promoted.proto.event with type arguments of type View Modifier and Type Method Description LogRequest.BuilderLogRequest.Builder. addAllView(Iterable<? extends View> values)repeated .event.View view = 11 [json_name = "view"];
-