protodoc.io
Project v2fly/v2ray-core
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
google.protobuf
v2ray.app.restfulapi
v2ray.core
v2ray.core.app.browserforwarder
v2ray.core.app.commander
v2ray.core.app.commander.webcommander
v2ray.core.app.dispatcher
v2ray.core.app.dns
v2ray.core.app.dns.fakedns
v2ray.core.app.instman
v2ray.core.app.instman.command
v2ray.core.app.log
v2ray.core.app.log.command
v2ray.core.app.observatory
v2ray.core.app.observatory.burst
v2ray.core.app.observatory.command
v2ray.core.app.observatory.multiobservatory
v2ray.core.app.persistentstorage.filesystemstorage
v2ray.core.app.policy
v2ray.core.app.proxyman
v2ray.core.app.proxyman.command
v2ray.core.app.reverse
v2ray.core.app.router
v2ray.core.app.router.command
v2ray.core.app.router.routercommon
v2ray.core.app.stats
v2ray.core.app.stats.command
v2ray.core.app.subscription
v2ray.core.app.subscription.specs
v2ray.core.app.subscription.subscriptionmanager.command
v2ray.core.app.tun
v2ray.core.common.log
v2ray.core.common.net
v2ray.core.common.protocol
v2ray.core.common.protoext
v2ray.core.common.protoext.testing
v2ray.core.common.taggedfeatures
v2ray.core.net.packetaddr
v2ray.core.proxy.blackhole
v2ray.core.proxy.dns
v2ray.core.proxy.dokodemo
v2ray.core.proxy.freedom
v2ray.core.proxy.http
v2ray.core.proxy.http.simplified
v2ray.core.proxy.hysteria2
v2ray.core.proxy.loopback
v2ray.core.proxy.shadowsocks
v2ray.core.proxy.shadowsocks.simplified
v2ray.core.proxy.shadowsocks2022
v2ray.core.proxy.socks
v2ray.core.proxy.socks.simplified
v2ray.core.proxy.trojan
v2ray.core.proxy.trojan.simplified
v2ray.core.proxy.vless
v2ray.core.proxy.vless.encoding
v2ray.core.proxy.vless.inbound
v2ray.core.proxy.vless.outbound
v2ray.core.proxy.vlite.inbound
v2ray.core.proxy.vlite.outbound
v2ray.core.proxy.vmess
v2ray.core.proxy.vmess.inbound
v2ray.core.proxy.vmess.outbound
v2ray.core.transport
v2ray.core.transport.internet
v2ray.core.transport.internet.domainsocket
v2ray.core.transport.internet.dtls
v2ray.core.transport.internet.grpc.encoding
v2ray.core.transport.internet.headers.http
v2ray.core.transport.internet.headers.noop
v2ray.core.transport.internet.headers.srtp
v2ray.core.transport.internet.headers.tls
v2ray.core.transport.internet.headers.utp
v2ray.core.transport.internet.headers.wechat
v2ray.core.transport.internet.headers.wireguard
v2ray.core.transport.internet.http
v2ray.core.transport.internet.hysteria2
v2ray.core.transport.internet.kcp
v2ray.core.transport.internet.quic
v2ray.core.transport.internet.request.assembler.packetconn
v2ray.core.transport.internet.request.assembler.simple
v2ray.core.transport.internet.request.assembly
v2ray.core.transport.internet.request.httpupgrade
v2ray.core.transport.internet.request.roundtripper.httprt
v2ray.core.transport.internet.request.stereotype.meek
v2ray.core.transport.internet.request.stereotype.mekya
v2ray.core.transport.internet.tcp
v2ray.core.transport.internet.tls
v2ray.core.transport.internet.tls.utls
v2ray.core.transport.internet.udp
v2ray.core.transport.internet.websocket
v2ray.core.app.subscription.subscriptionmanager.command
SubscriptionManagerService
AddTrackedSubscription
GetTrackedSubscriptionStatus
ListTrackedSubscription
RemoveTrackedSubscription
UpdateTrackedSubscription
AddTrackedSubscriptionRequest
AddTrackedSubscriptionResponse
Config
GetTrackedSubscriptionStatusRequest
GetTrackedSubscriptionStatusResponse
ListTrackedSubscriptionRequest
ListTrackedSubscriptionResponse
RemoveTrackedSubscriptionRequest
RemoveTrackedSubscriptionResponse
UpdateTrackedSubscriptionRequest
UpdateTrackedSubscriptionResponse
package
v2ray.core.app.subscription.subscriptionmanager.command
Get desktop application:
View/edit binary Protocol Buffers messages
service
SubscriptionManagerService
command.proto:50
rpc
ListTrackedSubscription
(
ListTrackedSubscriptionRequest
,
ListTrackedSubscriptionResponse
)
command.proto:51
message
ListTrackedSubscriptionRequest
command.proto:13
(message has no fields)
message
ListTrackedSubscriptionResponse
command.proto:16
repeated
string
names
= 1
rpc
AddTrackedSubscription
(
AddTrackedSubscriptionRequest
,
AddTrackedSubscriptionResponse
)
command.proto:53
message
AddTrackedSubscriptionRequest
command.proto:20
optional
ImportSource
source
= 1
message
AddTrackedSubscriptionResponse
command.proto:23
(message has no fields)
rpc
RemoveTrackedSubscription
(
RemoveTrackedSubscriptionRequest
,
RemoveTrackedSubscriptionResponse
)
command.proto:55
message
RemoveTrackedSubscriptionRequest
command.proto:27
string
name
= 1
message
RemoveTrackedSubscriptionResponse
command.proto:30
(message has no fields)
rpc
GetTrackedSubscriptionStatus
(
GetTrackedSubscriptionStatusRequest
,
GetTrackedSubscriptionStatusResponse
)
command.proto:57
message
GetTrackedSubscriptionStatusRequest
command.proto:41
string
name
= 1
message
GetTrackedSubscriptionStatusResponse
command.proto:45
optional
TrackedSubscriptionStatus
status
= 1
rpc
UpdateTrackedSubscription
(
UpdateTrackedSubscriptionRequest
,
UpdateTrackedSubscriptionResponse
)
command.proto:59
message
UpdateTrackedSubscriptionRequest
command.proto:34
string
name
= 1
message
UpdateTrackedSubscriptionResponse
command.proto:37
(message has no fields)
message
Config
command.proto:64
(message has no fields)