@devvit/protos 0.11.4 → 0.11.5-next-2024-12-09-8401a61d8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/meta.min.json +7814 -0
- package/package.json +4 -4
- package/protos.min.js +2 -0
- package/protos.min.js.map +7 -0
- package/schema/.snootobuf/deps/buf/validate/expression.proto +92 -0
- package/schema/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
- package/schema/.snootobuf/deps/buf/validate/validate.proto +4130 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +72 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +54 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +46 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +72 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +54 -0
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +773 -0
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +100 -0
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
- package/schema/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
- package/schema/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
- package/schema/.snootobuf/deps/devvit/options/options.proto +98 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +29 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +53 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +107 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +41 -0
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
- package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
- package/schema/.snootobuf/deps/enum/account_gender_category.proto +14 -0
- package/schema/.snootobuf/deps/enum/approval_status.proto +15 -0
- package/schema/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
- package/schema/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
- package/schema/.snootobuf/deps/enum/ban_info_action.proto +12 -0
- package/schema/.snootobuf/deps/enum/block_relation_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/comment_sort.proto +18 -0
- package/schema/.snootobuf/deps/enum/comment_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
- package/schema/.snootobuf/deps/enum/discussion_type.proto +10 -0
- package/schema/.snootobuf/deps/enum/distinguish_type.proto +14 -0
- package/schema/.snootobuf/deps/enum/flair_position.proto +11 -0
- package/schema/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
- package/schema/.snootobuf/deps/enum/link_content_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/link_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/link_visibility.proto +11 -0
- package/schema/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/promo_layout.proto +11 -0
- package/schema/.snootobuf/deps/enum/removed_by_type.proto +18 -0
- package/schema/.snootobuf/deps/enum/spam_level.proto +11 -0
- package/schema/.snootobuf/deps/enum/subreddit_type.proto +16 -0
- package/schema/.snootobuf/deps/enum/verdict.proto +14 -0
- package/schema/.snootobuf/deps/enum/vote.proto +12 -0
- package/schema/.snootobuf/deps/enum/whitelist_status.proto +17 -0
- package/schema/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
- package/schema/.snootobuf/deps/evaluator/evaluator.proto +203 -0
- package/schema/.snootobuf/deps/google/api/annotations.proto +31 -0
- package/schema/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +288 -0
- package/schema/.snootobuf/deps/google/api/apikeys/v2/resources.proto +175 -0
- package/schema/.snootobuf/deps/google/api/auth.proto +237 -0
- package/schema/.snootobuf/deps/google/api/backend.proto +185 -0
- package/schema/.snootobuf/deps/google/api/billing.proto +77 -0
- package/schema/.snootobuf/deps/google/api/client.proto +431 -0
- package/schema/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +322 -0
- package/schema/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +315 -0
- package/schema/.snootobuf/deps/google/api/config_change.proto +84 -0
- package/schema/.snootobuf/deps/google/api/consumer.proto +82 -0
- package/schema/.snootobuf/deps/google/api/context.proto +92 -0
- package/schema/.snootobuf/deps/google/api/control.proto +41 -0
- package/schema/.snootobuf/deps/google/api/distribution.proto +213 -0
- package/schema/.snootobuf/deps/google/api/documentation.proto +168 -0
- package/schema/.snootobuf/deps/google/api/endpoint.proto +69 -0
- package/schema/.snootobuf/deps/google/api/error_reason.proto +589 -0
- package/schema/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +183 -0
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
- package/schema/.snootobuf/deps/google/api/field_behavior.proto +104 -0
- package/schema/.snootobuf/deps/google/api/field_info.proto +106 -0
- package/schema/.snootobuf/deps/google/api/http.proto +371 -0
- package/schema/.snootobuf/deps/google/api/httpbody.proto +81 -0
- package/schema/.snootobuf/deps/google/api/label.proto +48 -0
- package/schema/.snootobuf/deps/google/api/launch_stage.proto +72 -0
- package/schema/.snootobuf/deps/google/api/log.proto +54 -0
- package/schema/.snootobuf/deps/google/api/logging.proto +81 -0
- package/schema/.snootobuf/deps/google/api/metric.proto +268 -0
- package/schema/.snootobuf/deps/google/api/monitored_resource.proto +130 -0
- package/schema/.snootobuf/deps/google/api/monitoring.proto +107 -0
- package/schema/.snootobuf/deps/google/api/policy.proto +85 -0
- package/schema/.snootobuf/deps/google/api/quota.proto +184 -0
- package/schema/.snootobuf/deps/google/api/resource.proto +243 -0
- package/schema/.snootobuf/deps/google/api/routing.proto +461 -0
- package/schema/.snootobuf/deps/google/api/service.proto +191 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
- package/schema/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
- package/schema/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
- package/schema/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +508 -0
- package/schema/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
- package/schema/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +305 -0
- package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
- package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +793 -0
- package/schema/.snootobuf/deps/google/api/source_info.proto +31 -0
- package/schema/.snootobuf/deps/google/api/system_parameter.proto +96 -0
- package/schema/.snootobuf/deps/google/api/usage.proto +96 -0
- package/schema/.snootobuf/deps/google/api/visibility.proto +113 -0
- package/schema/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
- package/schema/.snootobuf/deps/google/iam/admin/v1/iam.proto +1087 -0
- package/schema/.snootobuf/deps/google/iam/v1/iam_policy.proto +145 -0
- package/schema/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
- package/schema/.snootobuf/deps/google/iam/v1/options.proto +41 -0
- package/schema/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
- package/schema/.snootobuf/deps/google/logging/type/http_request.proto +92 -0
- package/schema/.snootobuf/deps/google/logging/type/log_severity.proto +72 -0
- package/schema/.snootobuf/deps/google/longrunning/operations.proto +247 -0
- package/schema/.snootobuf/deps/google/protobuf/any.proto +158 -0
- package/schema/.snootobuf/deps/google/protobuf/api.proto +208 -0
- package/schema/.snootobuf/deps/google/protobuf/compiler/plugin.proto +183 -0
- package/schema/.snootobuf/deps/google/protobuf/descriptor.proto +921 -0
- package/schema/.snootobuf/deps/google/protobuf/duration.proto +116 -0
- package/schema/.snootobuf/deps/google/protobuf/empty.proto +51 -0
- package/schema/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
- package/schema/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
- package/schema/.snootobuf/deps/google/protobuf/struct.proto +95 -0
- package/schema/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
- package/schema/.snootobuf/deps/google/protobuf/type.proto +187 -0
- package/schema/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
- package/schema/.snootobuf/deps/google/rpc/code.proto +186 -0
- package/schema/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
- package/schema/.snootobuf/deps/google/rpc/error_details.proto +246 -0
- package/schema/.snootobuf/deps/google/rpc/status.proto +47 -0
- package/schema/.snootobuf/deps/google/type/calendar_period.proto +57 -0
- package/schema/.snootobuf/deps/google/type/color.proto +170 -0
- package/schema/.snootobuf/deps/google/type/date.proto +50 -0
- package/schema/.snootobuf/deps/google/type/datetime.proto +97 -0
- package/schema/.snootobuf/deps/google/type/dayofweek.proto +51 -0
- package/schema/.snootobuf/deps/google/type/expr.proto +51 -0
- package/schema/.snootobuf/deps/google/type/fraction.proto +34 -0
- package/schema/.snootobuf/deps/google/type/latlng.proto +37 -0
- package/schema/.snootobuf/deps/google/type/money.proto +43 -0
- package/schema/.snootobuf/deps/google/type/month.proto +66 -0
- package/schema/.snootobuf/deps/google/type/postal_address.proto +135 -0
- package/schema/.snootobuf/deps/google/type/quaternion.proto +95 -0
- package/schema/.snootobuf/deps/google/type/timeofday.proto +44 -0
- package/schema/.snootobuf/deps/openapi/helper.proto +20 -0
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +118 -0
- package/schema/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +579 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +417 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +798 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/custom_post.proto +15 -0
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/service.proto +11 -0
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/context_action.proto +48 -0
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +70 -0
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +11 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +89 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +322 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +14 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +48 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +31 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +15 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +52 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +23 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +49 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +20 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +158 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +195 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +200 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +210 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +135 -0
- package/schema/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
- package/schema/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
- package/schema/.snootobuf/deps/validate/validate.proto +862 -0
- package/schema/devvit/dev_portal/app/app.proto +3 -0
- package/schema/devvit/dev_portal/app/info/app_info.proto +13 -1
- package/schema/devvit/dev_portal/dev_portal.proto +9 -0
- package/schema/devvit/dev_portal/payments/payments_verification.proto +31 -0
- package/schema/devvit/ui/block_kit/v1beta/ui.proto +1 -1
- package/schema/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +7 -1
- package/schema/snootobuf.devenv.lock +1227 -662
- package/schema/snootobuf.lock +1228 -662
- package/schema/snootobuf.redditapi.lock +1226 -662
- package/schema/snootobuf.ts.lock +1227 -662
- package/types/devvit/dev_portal/app/app.d.ts +2 -0
- package/types/devvit/dev_portal/app/app.d.ts.map +1 -1
- package/types/devvit/dev_portal/app/app.js +17 -0
- package/types/devvit/dev_portal/app/info/app_info.d.ts +13 -0
- package/types/devvit/dev_portal/app/info/app_info.d.ts.map +1 -1
- package/types/devvit/dev_portal/app/info/app_info.js +17 -0
- package/types/devvit/dev_portal/dev_portal.d.ts +113 -3
- package/types/devvit/dev_portal/dev_portal.d.ts.map +1 -1
- package/types/devvit/dev_portal/dev_portal.js +32 -0
- package/types/devvit/dev_portal/dev_portal.twirp-client.d.ts +17 -0
- package/types/devvit/dev_portal/dev_portal.twirp-client.d.ts.map +1 -1
- package/types/devvit/dev_portal/dev_portal.twirp-client.js +23 -0
- package/types/devvit/dev_portal/dev_portal.twirp.d.ts +9 -0
- package/types/devvit/dev_portal/dev_portal.twirp.d.ts.map +1 -1
- package/types/devvit/dev_portal/dev_portal.twirp.js +89 -0
- package/types/devvit/dev_portal/payments/payments_verification.d.ts +59 -0
- package/types/devvit/dev_portal/payments/payments_verification.d.ts.map +1 -0
- package/types/devvit/dev_portal/payments/payments_verification.js +163 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts +4 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.d.ts +8 -1
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js +15 -1
@@ -0,0 +1,3292 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package v2_event;
|
4
|
+
|
5
|
+
option go_package = "github.snooguts.net/reddit/snooron-types/v2/snooron_sources/v2_event;v2_event";
|
6
|
+
|
7
|
+
message AFDSecond {
|
8
|
+
int32 round_id = 1;
|
9
|
+
int64 round_start_timestamp = 2;
|
10
|
+
int64 round_end_timestamp = 3;
|
11
|
+
repeated int32 image_ids = 4;
|
12
|
+
repeated string image_names = 5;
|
13
|
+
repeated int32 vote_counts = 6;
|
14
|
+
int32 image_id = 7;
|
15
|
+
string image_name = 8;
|
16
|
+
repeated int32 image_ranks = 9;
|
17
|
+
int32 winning_image_id = 10;
|
18
|
+
string winning_image_name = 11;
|
19
|
+
string image_set_name = 12;
|
20
|
+
int32 image_set_id = 13;
|
21
|
+
}
|
22
|
+
|
23
|
+
message ATC {
|
24
|
+
string decision_value = 1;
|
25
|
+
string decision_reason = 2;
|
26
|
+
string decision_reason_detail = 3;
|
27
|
+
string decision_channel = 4;
|
28
|
+
string notification_group = 5;
|
29
|
+
int64 budget_remaining = 6;
|
30
|
+
int64 pn_index = 7;
|
31
|
+
}
|
32
|
+
|
33
|
+
message AccessAudit {
|
34
|
+
string target_user_id = 1;
|
35
|
+
repeated string fields = 2;
|
36
|
+
string on_behalf_of_user_id = 3;
|
37
|
+
string service_name = 4;
|
38
|
+
string access_type = 5;
|
39
|
+
}
|
40
|
+
|
41
|
+
message AccountLabel {
|
42
|
+
string id = 1;
|
43
|
+
string type = 2;
|
44
|
+
string name = 3;
|
45
|
+
}
|
46
|
+
|
47
|
+
message AclCheck {
|
48
|
+
string subject_type = 1;
|
49
|
+
string subject_id = 2;
|
50
|
+
string action = 3;
|
51
|
+
string object = 4;
|
52
|
+
bool result = 5;
|
53
|
+
string source_client_type = 6;
|
54
|
+
string service_name = 7;
|
55
|
+
}
|
56
|
+
|
57
|
+
message ActionInfo {
|
58
|
+
string page_type = 1;
|
59
|
+
string pane_name = 2;
|
60
|
+
int64 position = 3;
|
61
|
+
bool success = 4;
|
62
|
+
int64 count = 5;
|
63
|
+
bool retried = 6;
|
64
|
+
string reason = 7;
|
65
|
+
string setting_value = 8;
|
66
|
+
string type = 9;
|
67
|
+
int64 relative_position = 10;
|
68
|
+
string referral_id = 11;
|
69
|
+
string pane_section = 12;
|
70
|
+
string source_name = 13;
|
71
|
+
string entity_type = 14;
|
72
|
+
int32 http_code = 15;
|
73
|
+
bool foregrounding_action = 16;
|
74
|
+
string trigger_type = 17;
|
75
|
+
}
|
76
|
+
|
77
|
+
message Ad {
|
78
|
+
string id = 1;
|
79
|
+
string name = 2;
|
80
|
+
string click_url = 3;
|
81
|
+
repeated string third_party_trackers = 4;
|
82
|
+
string configured_status = 5;
|
83
|
+
string effective_status = 6;
|
84
|
+
string admin_approval = 7;
|
85
|
+
repeated string click_trackers = 8;
|
86
|
+
repeated string classifications = 9;
|
87
|
+
string rejection_reason = 10;
|
88
|
+
int64 preview_expiry_timestamp = 11;
|
89
|
+
string post_type = 12;
|
90
|
+
}
|
91
|
+
|
92
|
+
message AdBrandSafety {
|
93
|
+
string tier = 1;
|
94
|
+
bool tier_reason_rall = 2;
|
95
|
+
bool tier_reason_sort = 3;
|
96
|
+
bool tier_reason_whitelist = 4;
|
97
|
+
repeated string tiers = 5;
|
98
|
+
}
|
99
|
+
|
100
|
+
message AdCampaign {
|
101
|
+
string id = 1;
|
102
|
+
string name = 2;
|
103
|
+
string objective = 3;
|
104
|
+
string configured_status = 4;
|
105
|
+
string effective_status = 5;
|
106
|
+
}
|
107
|
+
|
108
|
+
message AdClassification {
|
109
|
+
string component_id = 1;
|
110
|
+
string component_type = 2;
|
111
|
+
string ad_format = 3;
|
112
|
+
string media_url = 4;
|
113
|
+
}
|
114
|
+
|
115
|
+
message AdClick {
|
116
|
+
int32 landing_page_duration = 1;
|
117
|
+
string location = 2;
|
118
|
+
string destination = 3;
|
119
|
+
}
|
120
|
+
|
121
|
+
message AdDecision {
|
122
|
+
bool hide_gold = 1;
|
123
|
+
bool hide_mod = 2;
|
124
|
+
bool hide_news = 3;
|
125
|
+
bool hide_whitelist = 4;
|
126
|
+
bool hide_sort = 5;
|
127
|
+
bool hide_experiment = 6;
|
128
|
+
bool hide_other = 7;
|
129
|
+
bool hide_source_post = 8;
|
130
|
+
bool hide_bad_keywords = 9;
|
131
|
+
bool hide_full_bleed = 10;
|
132
|
+
bool hide_nsfw = 11;
|
133
|
+
bool hide_adload_filter = 12;
|
134
|
+
bool hide_ad_block = 13;
|
135
|
+
bool hide_brand_unsafe = 14;
|
136
|
+
}
|
137
|
+
|
138
|
+
message AdEntity {
|
139
|
+
string id = 1;
|
140
|
+
string connector = 2;
|
141
|
+
repeated string field = 3;
|
142
|
+
int64 modified_timestamp = 4;
|
143
|
+
}
|
144
|
+
|
145
|
+
message AdGroup {
|
146
|
+
string id = 1;
|
147
|
+
int64 start_timestamp = 2;
|
148
|
+
int64 end_timestamp = 3;
|
149
|
+
string priority = 4;
|
150
|
+
string bid_type = 5;
|
151
|
+
int64 bid_value = 6;
|
152
|
+
string goal_type = 7;
|
153
|
+
int64 goal_value = 8;
|
154
|
+
repeated string schedule_json = 9;
|
155
|
+
string cap_type = 10;
|
156
|
+
int64 lifetime_cap_value = 11;
|
157
|
+
int64 daily_cap_value = 12;
|
158
|
+
repeated string frequeny_caps_json = 13;
|
159
|
+
bool use_default_frequency_cap = 14;
|
160
|
+
string configured_status = 15;
|
161
|
+
string effective_status = 16;
|
162
|
+
string name = 17;
|
163
|
+
int64 recommended_bid = 18;
|
164
|
+
int64 reach = 19;
|
165
|
+
int64 frequency = 20;
|
166
|
+
int64 min_recommended_bid = 21;
|
167
|
+
int64 max_recommended_bid = 22;
|
168
|
+
repeated string devices = 23;
|
169
|
+
string supported_views = 24;
|
170
|
+
string placements = 25;
|
171
|
+
}
|
172
|
+
|
173
|
+
message AdMetadata {
|
174
|
+
string impression_id = 1;
|
175
|
+
}
|
176
|
+
|
177
|
+
message AdNotification {
|
178
|
+
string notification_id = 1;
|
179
|
+
bool notification_center_view = 2;
|
180
|
+
}
|
181
|
+
|
182
|
+
message AdPixel {
|
183
|
+
int64 event_timestamp = 1;
|
184
|
+
bool deferred = 2;
|
185
|
+
int32 tracking_type = 3;
|
186
|
+
}
|
187
|
+
|
188
|
+
message AdPreview {
|
189
|
+
string view_mode = 1;
|
190
|
+
string platform = 2;
|
191
|
+
}
|
192
|
+
|
193
|
+
message AdPush {
|
194
|
+
bool push_whitelist = 1;
|
195
|
+
bool push_nsfw = 2;
|
196
|
+
string push_keyword = 3;
|
197
|
+
bool push_other = 4;
|
198
|
+
string direction = 5;
|
199
|
+
bool first_ad = 6;
|
200
|
+
bool push_brand_unsafe = 7;
|
201
|
+
}
|
202
|
+
|
203
|
+
message AdRequest {
|
204
|
+
int64 number_min_distance = 1;
|
205
|
+
bool first_chunk = 2;
|
206
|
+
repeated string post_links = 3;
|
207
|
+
string placement = 4;
|
208
|
+
string platform = 5;
|
209
|
+
repeated string slots = 6;
|
210
|
+
repeated string post_links_above = 7;
|
211
|
+
repeated string post_links_below = 8;
|
212
|
+
string top_comment_id = 9;
|
213
|
+
string view_layout = 10;
|
214
|
+
}
|
215
|
+
|
216
|
+
message AdResponse {
|
217
|
+
repeated int64 impression_ids = 1;
|
218
|
+
}
|
219
|
+
|
220
|
+
message AdTargeting {
|
221
|
+
repeated string geolocations = 1;
|
222
|
+
repeated string excluded_geolocations = 2;
|
223
|
+
repeated string excluded_keywords = 3;
|
224
|
+
repeated string interests = 4;
|
225
|
+
repeated string excluded_interests = 5;
|
226
|
+
repeated string communities = 6;
|
227
|
+
repeated string excluded_communities = 7;
|
228
|
+
repeated string devices_json = 8;
|
229
|
+
repeated string placements_json = 9;
|
230
|
+
string advanced = 10;
|
231
|
+
repeated string custom_audience_ids = 11;
|
232
|
+
repeated string excluded_custom_audience_ids = 12;
|
233
|
+
bool expand_targeting = 13;
|
234
|
+
}
|
235
|
+
|
236
|
+
message Adblock {
|
237
|
+
bool enabled = 1;
|
238
|
+
bool acceptable_ads = 2;
|
239
|
+
}
|
240
|
+
|
241
|
+
message Admin {
|
242
|
+
string id = 1;
|
243
|
+
string name = 2;
|
244
|
+
}
|
245
|
+
|
246
|
+
message AdminAction {
|
247
|
+
string password_dump_id = 1;
|
248
|
+
int32 number_password_dump_credentials = 2;
|
249
|
+
string takedown_id = 3;
|
250
|
+
string removal_type = 4;
|
251
|
+
bool removal_is_restorable = 5;
|
252
|
+
string notes = 6;
|
253
|
+
string process_notes = 7;
|
254
|
+
int32 timeout_duration = 8;
|
255
|
+
string template_type = 9;
|
256
|
+
int32 target_team_id = 10;
|
257
|
+
string removal_job_id = 11;
|
258
|
+
string restoration_job_id = 12;
|
259
|
+
string context = 13;
|
260
|
+
string reason = 14;
|
261
|
+
string source = 15;
|
262
|
+
string correlation_id = 16;
|
263
|
+
string user_id = 17;
|
264
|
+
string service_name = 18;
|
265
|
+
bool is_redundant = 19;
|
266
|
+
bool is_decision_appealable = 20;
|
267
|
+
string message_text = 21;
|
268
|
+
string decision_id = 22;
|
269
|
+
int64 expiration_timestamp = 23;
|
270
|
+
}
|
271
|
+
|
272
|
+
message AdminTeam {
|
273
|
+
int32 id = 7;
|
274
|
+
string name = 8;
|
275
|
+
string access_type = 9;
|
276
|
+
}
|
277
|
+
|
278
|
+
message AdsApi {
|
279
|
+
string client_id = 1;
|
280
|
+
int32 service_response_code = 2;
|
281
|
+
int32 payload_size = 3;
|
282
|
+
string oauth_user_id = 4;
|
283
|
+
string advertiser_account_id = 5;
|
284
|
+
string session = 6;
|
285
|
+
string client_name = 7;
|
286
|
+
string entity_id = 8;
|
287
|
+
string entity_type = 9;
|
288
|
+
}
|
289
|
+
|
290
|
+
message AdsPlatformError {
|
291
|
+
string copy = 1;
|
292
|
+
}
|
293
|
+
|
294
|
+
message Alt {
|
295
|
+
string id = 1;
|
296
|
+
string match_type = 2;
|
297
|
+
string signal_value = 3;
|
298
|
+
string event_source = 4;
|
299
|
+
bool found = 5;
|
300
|
+
bool removed = 6;
|
301
|
+
}
|
302
|
+
|
303
|
+
message AndroidMemoryEventInfo {
|
304
|
+
string event_type = 1;
|
305
|
+
string trim_level = 2;
|
306
|
+
}
|
307
|
+
|
308
|
+
message AndroidStorage {
|
309
|
+
int64 app_bytes = 1;
|
310
|
+
int64 cache_bytes = 2;
|
311
|
+
int64 data_bytes = 3;
|
312
|
+
int64 external_cache_bytes = 4;
|
313
|
+
}
|
314
|
+
|
315
|
+
message Announcement {
|
316
|
+
string id = 1;
|
317
|
+
string title = 2;
|
318
|
+
string body = 3;
|
319
|
+
}
|
320
|
+
|
321
|
+
message Api {
|
322
|
+
string name = 1;
|
323
|
+
string address = 2;
|
324
|
+
string endpoint = 3;
|
325
|
+
}
|
326
|
+
|
327
|
+
message ApiResponse {
|
328
|
+
int32 response_code = 1;
|
329
|
+
string error_name = 2;
|
330
|
+
string error = 3;
|
331
|
+
string content = 4;
|
332
|
+
}
|
333
|
+
|
334
|
+
message App {
|
335
|
+
string version = 1;
|
336
|
+
string name = 2;
|
337
|
+
int64 install_timestamp = 3;
|
338
|
+
int32 build_number = 4;
|
339
|
+
int64 build_timestamp = 5;
|
340
|
+
string relevant_locale = 6;
|
341
|
+
}
|
342
|
+
|
343
|
+
message AppIcon {
|
344
|
+
string id = 1;
|
345
|
+
string name = 2;
|
346
|
+
bool is_premium = 3;
|
347
|
+
string prev_icon_id = 4;
|
348
|
+
}
|
349
|
+
|
350
|
+
message AppSession {
|
351
|
+
string id = 1;
|
352
|
+
}
|
353
|
+
|
354
|
+
message Appeal {
|
355
|
+
string target_fullname = 1;
|
356
|
+
string decision_external_id = 2;
|
357
|
+
string submission_error = 3;
|
358
|
+
string plea = 4;
|
359
|
+
}
|
360
|
+
|
361
|
+
message AssistiveTechnology {
|
362
|
+
bool screen_reader_on = 1;
|
363
|
+
}
|
364
|
+
|
365
|
+
message Audit {
|
366
|
+
string encoded_ip_address = 1;
|
367
|
+
}
|
368
|
+
|
369
|
+
message Automoderator {
|
370
|
+
string rule_yaml = 1;
|
371
|
+
string rule_hash_id = 2;
|
372
|
+
bool automod_post_guidance = 3;
|
373
|
+
repeated string automod_post_guidance_ids = 4;
|
374
|
+
repeated string automod_post_guidance_names = 5;
|
375
|
+
}
|
376
|
+
|
377
|
+
message Award {
|
378
|
+
string id = 1;
|
379
|
+
string codename = 2;
|
380
|
+
string title = 3;
|
381
|
+
string award_type = 4;
|
382
|
+
bool api_ok = 5;
|
383
|
+
}
|
384
|
+
|
385
|
+
message BanEvasionEvaluation {
|
386
|
+
string version = 1;
|
387
|
+
bool decision_conf_high_and_low_recency_past_few_weeks = 2;
|
388
|
+
bool decision_conf_high_and_low_recency_past_few_months = 3;
|
389
|
+
bool decision_conf_high_and_low_recency_within_this_year = 4;
|
390
|
+
bool decision_conf_high_recency_past_few_weeks = 5;
|
391
|
+
bool decision_conf_high_recency_past_few_months = 6;
|
392
|
+
bool decision_conf_high_recency_within_this_year = 7;
|
393
|
+
string feature_email = 8;
|
394
|
+
bool feature_email_is_verified = 9;
|
395
|
+
bool feature_email_is_matched = 10;
|
396
|
+
bool feature_device_id_is_matched = 12;
|
397
|
+
bool feature_ip_address_is_matched = 14;
|
398
|
+
bool feature_alt_user_id_is_matched = 16;
|
399
|
+
bool feature_is_moderator = 17;
|
400
|
+
string feature_confidence = 18;
|
401
|
+
string feature_recency = 19;
|
402
|
+
string feature_device_id_string = 20;
|
403
|
+
string feature_ip_address_string = 21;
|
404
|
+
string feature_alt_user_id_string = 22;
|
405
|
+
}
|
406
|
+
|
407
|
+
message Banner {
|
408
|
+
string id = 1;
|
409
|
+
string button_text = 2;
|
410
|
+
}
|
411
|
+
|
412
|
+
message BillingInfo {
|
413
|
+
int64 balance = 1;
|
414
|
+
int64 billing_threshold = 2;
|
415
|
+
int64 credit = 3;
|
416
|
+
int64 max_billing_threshold = 4;
|
417
|
+
int64 total_refund_pennies = 5;
|
418
|
+
int64 available_freebies = 6;
|
419
|
+
int64 spent_freebies = 7;
|
420
|
+
}
|
421
|
+
|
422
|
+
message Block {
|
423
|
+
int64 number = 10;
|
424
|
+
}
|
425
|
+
|
426
|
+
message BotDetection {
|
427
|
+
string provider = 1;
|
428
|
+
string website_action = 2;
|
429
|
+
double recaptcha_score = 3;
|
430
|
+
repeated string recaptcha_reasons = 4;
|
431
|
+
string recaptcha_assessment_id = 5;
|
432
|
+
}
|
433
|
+
|
434
|
+
message Brand {
|
435
|
+
string id = 1;
|
436
|
+
string status = 2;
|
437
|
+
int64 created_timestamp = 3;
|
438
|
+
string click_attribution_window = 4;
|
439
|
+
string view_attribution_window = 5;
|
440
|
+
string attribution_type = 6;
|
441
|
+
string default_payment_profile_id = 7;
|
442
|
+
repeated string payment_profile_ids = 8;
|
443
|
+
string admin_approval = 9;
|
444
|
+
string account_type = 10;
|
445
|
+
bool pay_by_invoice = 11;
|
446
|
+
repeated string feature_flags = 12;
|
447
|
+
}
|
448
|
+
|
449
|
+
message BrandSafetyRequest {
|
450
|
+
string caller = 1;
|
451
|
+
string placement = 2;
|
452
|
+
repeated string experiments = 3;
|
453
|
+
repeated string experiment_variants = 4;
|
454
|
+
string experiment_result = 5;
|
455
|
+
}
|
456
|
+
|
457
|
+
message Broadcast {
|
458
|
+
int64 unique_watchers = 1;
|
459
|
+
int64 max_concurrent_watchers = 2;
|
460
|
+
int64 duration_ms = 3;
|
461
|
+
int64 time_remaining_ms = 4;
|
462
|
+
int64 time_added_ms = 5;
|
463
|
+
string stream_state = 6;
|
464
|
+
int64 heartbeat_length_ms = 7;
|
465
|
+
int64 concurrent_user_count = 8;
|
466
|
+
int64 current_hard_limit = 9;
|
467
|
+
int64 user_karma = 10;
|
468
|
+
int64 current_karma_limit = 11;
|
469
|
+
int64 user_account_age = 12;
|
470
|
+
int64 current_age_limit = 13;
|
471
|
+
}
|
472
|
+
|
473
|
+
message BulkActionJob {
|
474
|
+
string id = 1;
|
475
|
+
string bigquery_job_id = 2;
|
476
|
+
string reason = 3;
|
477
|
+
repeated string actions = 4;
|
478
|
+
string target_type = 5;
|
479
|
+
int32 target_count = 6;
|
480
|
+
int32 target_limit = 7;
|
481
|
+
string status = 8;
|
482
|
+
bool requires_manual_review = 9;
|
483
|
+
string user_id = 10;
|
484
|
+
repeated string targets = 11;
|
485
|
+
}
|
486
|
+
|
487
|
+
message BulkMessenger {
|
488
|
+
string sender_id = 1;
|
489
|
+
string subject = 2;
|
490
|
+
string message_type = 3;
|
491
|
+
string message_body = 4;
|
492
|
+
bool repliable = 5;
|
493
|
+
bool distinguished = 6;
|
494
|
+
bool add_to_sent_box = 7;
|
495
|
+
bool add_admin_note = 8;
|
496
|
+
string admin_note = 9;
|
497
|
+
int32 give_coins = 10;
|
498
|
+
string recipient_type = 11;
|
499
|
+
int32 recipient_count = 12;
|
500
|
+
string job_id = 13;
|
501
|
+
string sender_name = 14;
|
502
|
+
int32 success_count = 15;
|
503
|
+
int32 failed_count = 16;
|
504
|
+
}
|
505
|
+
|
506
|
+
message BusinessInfo {
|
507
|
+
string name = 1;
|
508
|
+
string industry = 2;
|
509
|
+
string subvertical = 3;
|
510
|
+
string country = 4;
|
511
|
+
}
|
512
|
+
|
513
|
+
message CSAIContentReport {
|
514
|
+
string reported_url = 1;
|
515
|
+
string content_url = 2;
|
516
|
+
string target_id = 3;
|
517
|
+
string target_type = 4;
|
518
|
+
string tracking_id = 5;
|
519
|
+
string removed_by_user_type = 6;
|
520
|
+
string content_type = 7;
|
521
|
+
string removed_by_user_id = 8;
|
522
|
+
string subreddit_id = 9;
|
523
|
+
string original_queue_id = 10;
|
524
|
+
string dest_queue_id = 11;
|
525
|
+
bool confirmed_csai = 12;
|
526
|
+
int64 ncmec_report_number = 13;
|
527
|
+
string reporter_id = 14;
|
528
|
+
string permalink = 15;
|
529
|
+
}
|
530
|
+
|
531
|
+
message CSAIMedia {
|
532
|
+
string tracking_id = 1;
|
533
|
+
bool match = 2;
|
534
|
+
repeated string violation_types = 3;
|
535
|
+
string violation_source = 4;
|
536
|
+
string error_message = 5;
|
537
|
+
int32 error_code = 6;
|
538
|
+
string destination_queue_name = 7;
|
539
|
+
string origin_queue_name = 8;
|
540
|
+
string media_url = 9;
|
541
|
+
string retry_media_url = 10;
|
542
|
+
}
|
543
|
+
|
544
|
+
message CameraFeature {
|
545
|
+
bool flash = 1;
|
546
|
+
bool speed = 2;
|
547
|
+
bool timer = 3;
|
548
|
+
repeated string video_filter = 4;
|
549
|
+
string overlay_text_last = 5;
|
550
|
+
int32 overlay_text_count = 6;
|
551
|
+
bool overlay_draw = 7;
|
552
|
+
bool voiceover = 8;
|
553
|
+
int32 num_segments = 9;
|
554
|
+
int32 num_segments_recorded = 10;
|
555
|
+
int32 num_segments_uploaded = 11;
|
556
|
+
int32 num_photos = 12;
|
557
|
+
string crop = 13;
|
558
|
+
}
|
559
|
+
|
560
|
+
message Carousel {
|
561
|
+
string id = 1;
|
562
|
+
string type = 2;
|
563
|
+
}
|
564
|
+
|
565
|
+
message CategoryHeader {
|
566
|
+
string id = 1;
|
567
|
+
string name = 2;
|
568
|
+
repeated string subreddit_ids = 3;
|
569
|
+
repeated string subreddit_names = 4;
|
570
|
+
}
|
571
|
+
|
572
|
+
message Chain {
|
573
|
+
string id = 10;
|
574
|
+
}
|
575
|
+
|
576
|
+
message ChannelManagement {
|
577
|
+
string channel_id = 1;
|
578
|
+
string channel_name = 2;
|
579
|
+
string privacy_type = 3;
|
580
|
+
string error = 4;
|
581
|
+
int32 num_channels = 5;
|
582
|
+
}
|
583
|
+
|
584
|
+
message ChannelNav {
|
585
|
+
string channel_id = 1;
|
586
|
+
string channel_name = 2;
|
587
|
+
string channel_type = 3;
|
588
|
+
int32 channel_index = 4;
|
589
|
+
bool has_unread = 5;
|
590
|
+
string state = 6;
|
591
|
+
bool has_badges = 7;
|
592
|
+
int32 badge_count = 8;
|
593
|
+
int32 num_channels = 9;
|
594
|
+
string arrived_by = 10;
|
595
|
+
string swipe_direction = 11;
|
596
|
+
string type = 12;
|
597
|
+
string ui_variant = 13;
|
598
|
+
string version = 14;
|
599
|
+
}
|
600
|
+
|
601
|
+
message Chat {
|
602
|
+
string blocked_user_id = 1;
|
603
|
+
string id = 2;
|
604
|
+
string type = 3;
|
605
|
+
bool existing_channel = 4;
|
606
|
+
string image_upload_method = 5;
|
607
|
+
string user_added_method = 6;
|
608
|
+
string invitation_id = 7;
|
609
|
+
string invitation_type = 8;
|
610
|
+
repeated string members = 9;
|
611
|
+
string invitation_preview_type = 10;
|
612
|
+
string message_type = 11;
|
613
|
+
int64 number_channels = 12;
|
614
|
+
int64 number_pending_invites = 13;
|
615
|
+
int64 number_members = 14;
|
616
|
+
int64 number_unreads = 15;
|
617
|
+
string reported_user_id = 16;
|
618
|
+
string sender_user_id = 17;
|
619
|
+
int64 invitation_timestamp = 18;
|
620
|
+
int64 message_length = 19;
|
621
|
+
string recipient_user_id = 20;
|
622
|
+
int64 number_blocked_users = 21;
|
623
|
+
string request_name = 22;
|
624
|
+
bool is_member = 23;
|
625
|
+
bool shown_history = 24;
|
626
|
+
int64 message_id = 25;
|
627
|
+
string report_reason = 26;
|
628
|
+
string message_body = 27;
|
629
|
+
string channel_name = 28;
|
630
|
+
string platform = 29;
|
631
|
+
string event_id = 30;
|
632
|
+
int64 number_rooms = 31;
|
633
|
+
string mxc_id = 32;
|
634
|
+
bool unread_messages = 33;
|
635
|
+
string parent_event_id = 34;
|
636
|
+
int64 number_replies = 35;
|
637
|
+
int64 online_user_count = 36;
|
638
|
+
int64 latest_message_timestamp = 37;
|
639
|
+
string description = 38;
|
640
|
+
string discovery_phrase = 39;
|
641
|
+
repeated string tagged_subreddit_ids = 40;
|
642
|
+
bool user_is_mod = 41;
|
643
|
+
string notify_reason = 42;
|
644
|
+
string public_message_body = 43;
|
645
|
+
string public_channel_name = 44;
|
646
|
+
}
|
647
|
+
|
648
|
+
message ChatHomeFeedBoosting {
|
649
|
+
repeated string subreddit_ids = 1;
|
650
|
+
repeated string post_ids = 2;
|
651
|
+
repeated int32 positions = 3;
|
652
|
+
repeated int32 original_positions = 4;
|
653
|
+
}
|
654
|
+
|
655
|
+
message ClickTest {
|
656
|
+
int64 id = 1;
|
657
|
+
string name = 2;
|
658
|
+
string owner = 3;
|
659
|
+
string variant = 4;
|
660
|
+
string prompt = 5;
|
661
|
+
string response = 6;
|
662
|
+
string page_type = 7;
|
663
|
+
}
|
664
|
+
|
665
|
+
message ClientError {
|
666
|
+
repeated string error_domains = 1;
|
667
|
+
repeated int64 error_codes = 2;
|
668
|
+
}
|
669
|
+
|
670
|
+
message Comment {
|
671
|
+
string id = 1;
|
672
|
+
string post_id = 2;
|
673
|
+
string parent_id = 3;
|
674
|
+
string body_text = 4;
|
675
|
+
string author_id = 5;
|
676
|
+
int64 number_gildings = 6;
|
677
|
+
int64 score = 7;
|
678
|
+
double upvote_ratio = 8;
|
679
|
+
int64 created_timestamp = 9;
|
680
|
+
string type = 10;
|
681
|
+
int64 depth = 11;
|
682
|
+
string content_type = 12;
|
683
|
+
int64 last_edited_timestamp = 13;
|
684
|
+
repeated string media_ids = 14;
|
685
|
+
int64 position = 15;
|
686
|
+
string translation_language = 16;
|
687
|
+
bool translation_state = 17;
|
688
|
+
}
|
689
|
+
|
690
|
+
message CommentComposer {
|
691
|
+
string editor_mode = 1;
|
692
|
+
string text_type = 2;
|
693
|
+
string final_status = 3;
|
694
|
+
}
|
695
|
+
|
696
|
+
message CommentDraft {
|
697
|
+
string body_text = 1;
|
698
|
+
}
|
699
|
+
|
700
|
+
message CommentsLoad {
|
701
|
+
int64 fetch_millis = 1;
|
702
|
+
int64 fetch_truncated_millis = 2;
|
703
|
+
int64 viewable_millis = 3;
|
704
|
+
int64 viewable_truncated_millis = 4;
|
705
|
+
}
|
706
|
+
|
707
|
+
message Communities {
|
708
|
+
repeated string added_searched = 1;
|
709
|
+
repeated string added_suggested = 2;
|
710
|
+
repeated string removed = 3;
|
711
|
+
repeated string skipped_suggested = 4;
|
712
|
+
}
|
713
|
+
|
714
|
+
message CommunityRecommendationUnit {
|
715
|
+
string id = 1;
|
716
|
+
string model = 2;
|
717
|
+
string version = 3;
|
718
|
+
repeated string recommendation_ids = 4;
|
719
|
+
repeated string recommendation_sources = 5;
|
720
|
+
}
|
721
|
+
|
722
|
+
message ContentMetadata {
|
723
|
+
bool is_quarantined = 1;
|
724
|
+
bool is_nsfw = 2;
|
725
|
+
repeated string categories = 3;
|
726
|
+
}
|
727
|
+
|
728
|
+
message ContentTag {
|
729
|
+
repeated string mature_themes = 1;
|
730
|
+
repeated string survey_answers = 2;
|
731
|
+
string rating_version = 3;
|
732
|
+
string rating = 4;
|
733
|
+
}
|
734
|
+
|
735
|
+
message ContextBrandSafety {
|
736
|
+
string subreddit = 1;
|
737
|
+
string allowlist_status = 2;
|
738
|
+
string sort = 3;
|
739
|
+
bool nsfw = 4;
|
740
|
+
string bad_keyword = 5;
|
741
|
+
string feed_type = 6;
|
742
|
+
bool source_post_status = 7;
|
743
|
+
string violations = 8;
|
744
|
+
}
|
745
|
+
|
746
|
+
message Contract {
|
747
|
+
string address = 10;
|
748
|
+
}
|
749
|
+
|
750
|
+
message ConversionsOnboarding {
|
751
|
+
string campaign_goal_objective = 1;
|
752
|
+
string campaign_goal_cta = 2;
|
753
|
+
string advertiser_id = 3;
|
754
|
+
string help_article = 4;
|
755
|
+
string setup_step = 5;
|
756
|
+
string setup_option = 6;
|
757
|
+
bool pixel_cta = 7;
|
758
|
+
}
|
759
|
+
|
760
|
+
message CookieMonitor {
|
761
|
+
repeated string cookie_names = 1;
|
762
|
+
}
|
763
|
+
|
764
|
+
message Crawler {
|
765
|
+
string name = 1;
|
766
|
+
}
|
767
|
+
|
768
|
+
message CreditCardForm {
|
769
|
+
repeated string completed_fields = 1;
|
770
|
+
repeated string uncompleted_fields = 2;
|
771
|
+
bool submitted = 3;
|
772
|
+
bool success = 4;
|
773
|
+
string field_errors = 5;
|
774
|
+
string submission_error = 6;
|
775
|
+
}
|
776
|
+
|
777
|
+
message CrowdControl {
|
778
|
+
repeated string collapse_reasons = 1;
|
779
|
+
string rating_threshold = 2;
|
780
|
+
}
|
781
|
+
|
782
|
+
message CrowdControlEvaluation {
|
783
|
+
string version = 1;
|
784
|
+
bool decision_strict = 2;
|
785
|
+
bool decision_moderate = 3;
|
786
|
+
bool decision_lenient = 4;
|
787
|
+
bool feature_is_blocked_by_parent_comment = 5;
|
788
|
+
bool feature_is_blocked_by_parent_post = 6;
|
789
|
+
bool feature_is_submission_distinguished = 7;
|
790
|
+
bool feature_is_special_user = 8;
|
791
|
+
bool feature_subreddit_comment_karma_threshold_unmet = 9;
|
792
|
+
bool feature_account_age_threshold_unmet = 10;
|
793
|
+
bool feature_is_submission_marked_uncollapse = 11;
|
794
|
+
bool feature_is_submission_approved = 12;
|
795
|
+
bool feature_is_system_user = 13;
|
796
|
+
bool feature_is_author_of_comment_and_post = 14;
|
797
|
+
bool feature_is_author_subscribed = 15;
|
798
|
+
bool feature_is_author_an_employee = 16;
|
799
|
+
string feature_crowd_control_reputation_score = 17;
|
800
|
+
}
|
801
|
+
|
802
|
+
message CrowdSource {
|
803
|
+
string place_id = 1;
|
804
|
+
string geo_country = 2;
|
805
|
+
string geo_region = 3;
|
806
|
+
string geo_city = 4;
|
807
|
+
string old_place_id = 5;
|
808
|
+
string old_geo_country = 6;
|
809
|
+
string old_geo_region = 7;
|
810
|
+
string old_geo_city = 8;
|
811
|
+
}
|
812
|
+
|
813
|
+
message CustomFeed {
|
814
|
+
string id = 1;
|
815
|
+
string owner_id = 2;
|
816
|
+
int32 number_subreddits = 3;
|
817
|
+
int32 number_followers = 4;
|
818
|
+
bool is_nsfw = 5;
|
819
|
+
string cover_art_url = 6;
|
820
|
+
string visibility = 7;
|
821
|
+
}
|
822
|
+
|
823
|
+
message DOMTimers {
|
824
|
+
int64 request = 1;
|
825
|
+
int64 loading = 2;
|
826
|
+
int64 loaded = 3;
|
827
|
+
}
|
828
|
+
|
829
|
+
message DataApi {
|
830
|
+
string organization_id = 1;
|
831
|
+
string subscription_id = 2;
|
832
|
+
int32 messages_sent = 3;
|
833
|
+
}
|
834
|
+
|
835
|
+
message DetectedLanguage {
|
836
|
+
string code = 1;
|
837
|
+
string source = 2;
|
838
|
+
}
|
839
|
+
|
840
|
+
message DevPlatform {
|
841
|
+
string app_idea = 1;
|
842
|
+
string previous_apps_created = 2;
|
843
|
+
bool is_developer = 3;
|
844
|
+
bool is_mod = 4;
|
845
|
+
string app_id = 5;
|
846
|
+
string app_slug = 6;
|
847
|
+
string app_name = 7;
|
848
|
+
string app_version_id = 8;
|
849
|
+
string app_version_number = 9;
|
850
|
+
string installation_id = 10;
|
851
|
+
string installation_type = 11;
|
852
|
+
string installation_location = 12;
|
853
|
+
string actor_id = 13;
|
854
|
+
string actor_type = 14;
|
855
|
+
string runtime = 15;
|
856
|
+
string trigger_id = 16;
|
857
|
+
string automation_id = 17;
|
858
|
+
string instance_id = 18;
|
859
|
+
string app_account_id = 19;
|
860
|
+
string actor_method = 20;
|
861
|
+
string app_version_visibility = 21;
|
862
|
+
string app_version_about = 22;
|
863
|
+
string app_version_build_status = 23;
|
864
|
+
bool is_local_runtime = 24;
|
865
|
+
}
|
866
|
+
|
867
|
+
message DevPlatformCustomPostInfo {
|
868
|
+
string post_id = 1;
|
869
|
+
string block_type = 2;
|
870
|
+
string presentation_context = 3;
|
871
|
+
string feed_type = 4;
|
872
|
+
}
|
873
|
+
|
874
|
+
message DevicePerformance {
|
875
|
+
int32 performance_class = 1;
|
876
|
+
}
|
877
|
+
|
878
|
+
message DiscoveryUnit {
|
879
|
+
string type = 2;
|
880
|
+
string id = 9;
|
881
|
+
string title = 10;
|
882
|
+
string name = 11;
|
883
|
+
repeated string items = 12;
|
884
|
+
}
|
885
|
+
|
886
|
+
message DomainBan {
|
887
|
+
string url = 1;
|
888
|
+
bool markdown = 2;
|
889
|
+
bool no_email = 3;
|
890
|
+
bool shame = 4;
|
891
|
+
bool disable_approve = 5;
|
892
|
+
string ban_message = 6;
|
893
|
+
string shame_message = 7;
|
894
|
+
string regex = 8;
|
895
|
+
string inspector_exempt_regex = 9;
|
896
|
+
bool submit_banned = 10;
|
897
|
+
}
|
898
|
+
|
899
|
+
message DroppedData {
|
900
|
+
string event_source = 1;
|
901
|
+
string event_action = 2;
|
902
|
+
string event_noun = 3;
|
903
|
+
int64 event_batch_size = 4;
|
904
|
+
}
|
905
|
+
|
906
|
+
message Edit {
|
907
|
+
string previous_body_text = 1;
|
908
|
+
}
|
909
|
+
|
910
|
+
message Email {
|
911
|
+
string subject_line = 1;
|
912
|
+
string preview_text = 2;
|
913
|
+
string type = 3;
|
914
|
+
string header_text = 4;
|
915
|
+
bool post_has_thumbnail = 5;
|
916
|
+
string listing_source = 6;
|
917
|
+
}
|
918
|
+
|
919
|
+
message Embed {
|
920
|
+
string type = 1;
|
921
|
+
string publisher_preferences_language = 2;
|
922
|
+
}
|
923
|
+
|
924
|
+
message Event {
|
925
|
+
string source = 1;
|
926
|
+
string action = 2;
|
927
|
+
string noun = 3;
|
928
|
+
int64 endpoint_timestamp = 4;
|
929
|
+
int64 client_timestamp = 5;
|
930
|
+
string uuid = 6;
|
931
|
+
double utc_offset = 7;
|
932
|
+
string correlation_id = 8;
|
933
|
+
string screenview_id = 9;
|
934
|
+
Post post = 100;
|
935
|
+
Listing listing = 101;
|
936
|
+
Comment comment = 102;
|
937
|
+
Notification notification = 103;
|
938
|
+
Oauth oauth = 104;
|
939
|
+
Screen screen = 106;
|
940
|
+
App app = 107;
|
941
|
+
Platform platform = 108;
|
942
|
+
Request request = 109;
|
943
|
+
Referrer referrer = 110;
|
944
|
+
DOMTimers dom_timer = 111;
|
945
|
+
User user = 112;
|
946
|
+
UserPreferences user_preferences = 113;
|
947
|
+
Subreddit subreddit = 114;
|
948
|
+
Session session = 115;
|
949
|
+
ActionInfo action_info = 116;
|
950
|
+
Expand expand = 117;
|
951
|
+
Media media = 118;
|
952
|
+
Chat chat = 119;
|
953
|
+
PostComposer post_composer = 120;
|
954
|
+
Widget widget = 121;
|
955
|
+
Profile profile = 122;
|
956
|
+
Onboarding onboarding = 123;
|
957
|
+
Timer timer = 124;
|
958
|
+
TwoFactorAuth tfa = 125;
|
959
|
+
ApiResponse api_response = 126;
|
960
|
+
Api api = 127;
|
961
|
+
DiscoveryUnit discovery_unit = 128;
|
962
|
+
Experiment experiment = 129;
|
963
|
+
Share share = 130;
|
964
|
+
UserSubreddit user_subreddit = 131;
|
965
|
+
NotificationRequest notification_request = 132;
|
966
|
+
Search search = 133;
|
967
|
+
Message message = 134;
|
968
|
+
Admin admin = 135;
|
969
|
+
Ticket ticket = 136;
|
970
|
+
MailroomRequest mailroom_request = 137;
|
971
|
+
CommentComposer comment_composer = 138;
|
972
|
+
GoldPurchase gold_purchase = 139;
|
973
|
+
Payment payment = 140;
|
974
|
+
News news = 141;
|
975
|
+
Outbound outbound = 142;
|
976
|
+
ClickTest click_test = 143;
|
977
|
+
Carousel carousel = 144;
|
978
|
+
Adblock adblock = 145;
|
979
|
+
Email email = 146;
|
980
|
+
MetaFlair metaflair = 147;
|
981
|
+
PostDraft post_draft = 148;
|
982
|
+
Setting setting = 149;
|
983
|
+
Visibility visibility = 150;
|
984
|
+
Webhook webhook = 151;
|
985
|
+
RelevanceModel relevance_model = 152;
|
986
|
+
MetaSearch meta_search = 153;
|
987
|
+
PostFlair post_flair = 154;
|
988
|
+
AdminAction admin_action = 155;
|
989
|
+
Zipkin zipkin = 156;
|
990
|
+
Edit edit = 157;
|
991
|
+
PostEvent post_event = 158;
|
992
|
+
PostCollection post_collection = 159;
|
993
|
+
ThirdPartyBadge third_party_badge = 160;
|
994
|
+
Brand brand = 161;
|
995
|
+
MessengerRequest messenger_request = 162;
|
996
|
+
Banner banner = 163;
|
997
|
+
Tooltip tooltip = 164;
|
998
|
+
Upload upload = 165;
|
999
|
+
CSAIMedia csai_media = 166;
|
1000
|
+
CategoryHeader category_header = 167;
|
1001
|
+
Report report = 168;
|
1002
|
+
LiveThread live_thread = 169;
|
1003
|
+
AdRequest ad_request = 170;
|
1004
|
+
AdDecision ad_decision = 171;
|
1005
|
+
AdPush ad_push = 172;
|
1006
|
+
Vote vote = 173;
|
1007
|
+
Popup popup = 174;
|
1008
|
+
ModAction mod_action = 175;
|
1009
|
+
UserFlair user_flair = 176;
|
1010
|
+
TopicTag topic_tag = 177;
|
1011
|
+
RES res = 178;
|
1012
|
+
Ad ad = 179;
|
1013
|
+
AdCampaign ad_campaign = 180;
|
1014
|
+
AdGroup ad_group = 181;
|
1015
|
+
AdTargeting ad_targeting = 182;
|
1016
|
+
BusinessInfo business_info = 183;
|
1017
|
+
BillingInfo billing_info = 184;
|
1018
|
+
ReddarTicket reddar_ticket = 185;
|
1019
|
+
ZendeskTicket zendesk_ticket = 186;
|
1020
|
+
User target_user = 187;
|
1021
|
+
Crawler crawler = 188;
|
1022
|
+
Response response = 189;
|
1023
|
+
CustomFeed custom_feed = 190;
|
1024
|
+
PWA pwa = 191;
|
1025
|
+
SEO seo = 192;
|
1026
|
+
NCMECReport ncmec_report = 193;
|
1027
|
+
FundingInstrument funding_instrument = 194;
|
1028
|
+
GrapeshotClassification grapeshot_classification = 195;
|
1029
|
+
Perspective perspective = 196;
|
1030
|
+
CommentDraft comment_draft = 197;
|
1031
|
+
Post target_post = 198;
|
1032
|
+
MLModel ml_model = 199;
|
1033
|
+
TopicMetadata topic_metadata = 200;
|
1034
|
+
ChatHomeFeedBoosting chat_home_feed_boosting = 201;
|
1035
|
+
DomainBan domain_ban = 202;
|
1036
|
+
LegalExportRequest legal_export_request = 203;
|
1037
|
+
PostRequirement post_requirement = 204;
|
1038
|
+
TargetIP target_ip = 205;
|
1039
|
+
CrowdControl crowd_control = 206;
|
1040
|
+
ReddarTicketContent reddar_ticket_content = 207;
|
1041
|
+
ScheduledPost scheduled_post = 208;
|
1042
|
+
Poll poll = 209;
|
1043
|
+
ReddarAudit reddar_audit = 210;
|
1044
|
+
ReddarAuditTicket reddar_audit_ticket = 211;
|
1045
|
+
Subreddit target_subreddit = 212;
|
1046
|
+
SpamuraiAction spamurai_action = 213;
|
1047
|
+
AdBrandSafety ad_brand_safety = 214;
|
1048
|
+
BulkActionJob bulk_action_job = 215;
|
1049
|
+
Comment target_comment = 216;
|
1050
|
+
Message target_message = 217;
|
1051
|
+
RerouteRule reroute_rule = 218;
|
1052
|
+
ReddarQueue reddar_queue = 219;
|
1053
|
+
GeoBlock geo_block = 220;
|
1054
|
+
Programmatic programmatic = 221;
|
1055
|
+
CSAIContentReport csai_content_report = 222;
|
1056
|
+
Imposter imposter = 223;
|
1057
|
+
Broadcast broadcast = 224;
|
1058
|
+
Survey survey = 225;
|
1059
|
+
Playback playback = 226;
|
1060
|
+
BotDetection bot_detection = 227;
|
1061
|
+
CrowdSource crowd_source = 228;
|
1062
|
+
Announcement announcement = 229;
|
1063
|
+
Purchase purchase = 230;
|
1064
|
+
Powerups powerups = 231;
|
1065
|
+
AccountLabel account_label = 232;
|
1066
|
+
Inbox inbox = 233;
|
1067
|
+
Gallery gallery = 234;
|
1068
|
+
Trophy trophy = 235;
|
1069
|
+
Feature feature = 236;
|
1070
|
+
AdminTeam admin_team = 237;
|
1071
|
+
Mute mute = 238;
|
1072
|
+
ContentTag content_tag = 239;
|
1073
|
+
RaterTag rater_tag = 240;
|
1074
|
+
CreditCardForm credit_card_form = 241;
|
1075
|
+
AdClick ad_click = 242;
|
1076
|
+
Snoovatar snoovatar = 243;
|
1077
|
+
Feed feed = 244;
|
1078
|
+
ProgressModule progress_module = 245;
|
1079
|
+
AppIcon app_icon = 246;
|
1080
|
+
AdMetadata ad_metadata = 247;
|
1081
|
+
Predictions predictions = 248;
|
1082
|
+
NavigationSession navigation_session = 249;
|
1083
|
+
AFDSecond afd_second = 250;
|
1084
|
+
ATC atc = 251;
|
1085
|
+
ViewStats view_stats = 252;
|
1086
|
+
RewardInfo reward_info = 253;
|
1087
|
+
LiveAudioRoom live_audio_room = 254;
|
1088
|
+
LiveAudioRoomUser live_audio_user = 255;
|
1089
|
+
ModmailConversation modmail_conversation = 256;
|
1090
|
+
ModmailMessage modmail_message = 257;
|
1091
|
+
BulkMessenger bulk_messenger = 258;
|
1092
|
+
Restrict restrict = 259;
|
1093
|
+
AdPixel ad_pixel = 260;
|
1094
|
+
VideoErrorReport video_error_report = 261;
|
1095
|
+
Taxonomy taxonomy = 262;
|
1096
|
+
SocialLink social_link = 263;
|
1097
|
+
AclCheck acl_check = 264;
|
1098
|
+
CookieMonitor cookie_monitor = 265;
|
1099
|
+
CameraFeature camera_feature = 266;
|
1100
|
+
RegistrationForm registration_form = 267;
|
1101
|
+
Modqueue modqueue = 268;
|
1102
|
+
ModqueueItem modqueue_item = 269;
|
1103
|
+
RecapCard recap_card = 270;
|
1104
|
+
ModqueueTrigger modqueue_trigger = 271;
|
1105
|
+
ModNote modnote = 272;
|
1106
|
+
ScreenTrace screen_trace = 274;
|
1107
|
+
RBLSurvey rbl_survey = 275;
|
1108
|
+
SurveyResponse survey_response = 276;
|
1109
|
+
ReddarSettings reddar_settings = 277;
|
1110
|
+
AdEntity ad_entity = 278;
|
1111
|
+
ReactSource react_source = 279;
|
1112
|
+
ConversionsOnboarding conversions_onboarding = 280;
|
1113
|
+
TheaterMode theater_mode = 281;
|
1114
|
+
Chain chain = 282;
|
1115
|
+
Contract contract = 283;
|
1116
|
+
Token token = 284;
|
1117
|
+
Block block = 285;
|
1118
|
+
Transaction transaction = 286;
|
1119
|
+
Transfer transfer = 287;
|
1120
|
+
Marketplace marketplace = 288;
|
1121
|
+
Automoderator automoderator = 289;
|
1122
|
+
AccessAudit access_audit = 290;
|
1123
|
+
Indexing indexing = 291;
|
1124
|
+
AdPreview ad_preview = 292;
|
1125
|
+
UserDeactivationInfo user_deactivation_info = 293;
|
1126
|
+
ExperimentsPlatform experiments_platform = 294;
|
1127
|
+
CommentsLoad comments_load = 295;
|
1128
|
+
StripeEvent stripe_event = 296;
|
1129
|
+
StripePaymentIntent stripe_payment_intent = 297;
|
1130
|
+
StripeCharge stripe_charge = 298;
|
1131
|
+
StripeDispute stripe_dispute = 299;
|
1132
|
+
R2AdminAudit r2admin_audit = 300;
|
1133
|
+
KeywordMetrics keyword_metrics = 301;
|
1134
|
+
Toast toast = 302;
|
1135
|
+
PaypalWebhookEvent paypal_webhook_event = 303;
|
1136
|
+
PaypalIpnEvent paypal_ipn_event = 304;
|
1137
|
+
PaypalEvent paypal_event = 305;
|
1138
|
+
DroppedData dropped_data = 306;
|
1139
|
+
DevPlatform devplatform = 307;
|
1140
|
+
TaxonomyChangelog taxonomy_changelog = 308;
|
1141
|
+
AdsApi ads_api = 309;
|
1142
|
+
AdsPlatformError ads_platform_error = 311;
|
1143
|
+
Award award = 312;
|
1144
|
+
DetectedLanguage detected_language = 313;
|
1145
|
+
ChannelNav channel_nav = 314;
|
1146
|
+
ChannelManagement channel_management = 315;
|
1147
|
+
EventsManager events_manager = 316;
|
1148
|
+
ExperimentConfigFetch experiment_config_fetch = 317;
|
1149
|
+
AndroidMemoryEventInfo android_memory_event = 318;
|
1150
|
+
CrowdControlEvaluation crowd_control_evaluation = 319;
|
1151
|
+
BanEvasionEvaluation ban_evasion_evaluation = 320;
|
1152
|
+
HarassingCommentEvaluation harassing_comment_evaluation = 321;
|
1153
|
+
ModmailHarassmentEvaluation modmail_harassment_evaluation = 322;
|
1154
|
+
PostVideoGeneration post_video_generation = 323;
|
1155
|
+
iOSMetricKitPayload ios_metrickit_payload = 324;
|
1156
|
+
AdClassification ad_classification = 325;
|
1157
|
+
Filter filter = 326;
|
1158
|
+
ClientError client_error = 327;
|
1159
|
+
Embed embed = 328;
|
1160
|
+
AndroidStorage android_storage = 329;
|
1161
|
+
Communities communities = 330;
|
1162
|
+
Appeal appeal = 331;
|
1163
|
+
FeedOptions feed_options = 332;
|
1164
|
+
ReviewAction review_action = 333;
|
1165
|
+
ShareUrl share_url = 334;
|
1166
|
+
DataApi data_api = 335;
|
1167
|
+
BrandSafetyRequest brand_safety_request = 336;
|
1168
|
+
ContextBrandSafety context_brand_safety = 337;
|
1169
|
+
UnitBrandSafety unit_brand_safety = 338;
|
1170
|
+
FilterEvaluation safety_filter_evaluation = 339;
|
1171
|
+
FilterSettings safety_filter_settings = 340;
|
1172
|
+
RenderStats render_stats = 341;
|
1173
|
+
Parent parent = 342;
|
1174
|
+
AdResponse ad_response = 343;
|
1175
|
+
Alt alt = 344;
|
1176
|
+
Perfmetrics perf_metrics = 345;
|
1177
|
+
CommunityRecommendationUnit community_recommendation_unit = 346;
|
1178
|
+
MessageSubscriptions message_subscriptions = 347;
|
1179
|
+
ReportIgnoreAction report_ignore_action = 348;
|
1180
|
+
AppSession app_session = 349;
|
1181
|
+
StatementOfReasons statement_of_reasons = 350;
|
1182
|
+
StatementOfReasonsResponse statement_of_reasons_response = 351;
|
1183
|
+
TargetingSuggestion targeting_suggestion = 352;
|
1184
|
+
DevPlatformCustomPostInfo devplatform_custom_post_info = 353;
|
1185
|
+
AdNotification ad_notification = 354;
|
1186
|
+
Geo geo = 500;
|
1187
|
+
string user_legacy_id = 502;
|
1188
|
+
ContentMetadata content_metadata = 503;
|
1189
|
+
UrlParsed url_parsed = 504;
|
1190
|
+
LinkSharing link_sharing = 505;
|
1191
|
+
int64 create_request_timestamp = 506;
|
1192
|
+
Inferred inferred = 507;
|
1193
|
+
string event_hmac_key = 508;
|
1194
|
+
string batch_load_id = 509;
|
1195
|
+
IPSplitting ip_splitting = 510;
|
1196
|
+
string collector = 511;
|
1197
|
+
string collector_consistency_checksum = 512;
|
1198
|
+
Glossary glossary = 513;
|
1199
|
+
int64 batch_load_timestamp = 514;
|
1200
|
+
DevicePerformance device_performance = 515;
|
1201
|
+
Audit admin_investigations_audit = 516;
|
1202
|
+
}
|
1203
|
+
|
1204
|
+
message EventsManager {
|
1205
|
+
bool pixel_status = 1;
|
1206
|
+
string event_type = 2;
|
1207
|
+
string event_status = 3;
|
1208
|
+
string issue_type = 4;
|
1209
|
+
string setup_method = 5;
|
1210
|
+
string diagnostics_source = 6;
|
1211
|
+
bool attribution_type = 7;
|
1212
|
+
bool attribution_view_through = 8;
|
1213
|
+
bool attribution_click_through = 9;
|
1214
|
+
int32 number_of_issues = 10;
|
1215
|
+
string help_article = 11;
|
1216
|
+
}
|
1217
|
+
|
1218
|
+
message Expand {
|
1219
|
+
string provider = 1;
|
1220
|
+
}
|
1221
|
+
|
1222
|
+
message Experiment {
|
1223
|
+
int64 id = 1;
|
1224
|
+
string name = 2;
|
1225
|
+
string owner = 3;
|
1226
|
+
string variant = 4;
|
1227
|
+
int64 start_timestamp = 5;
|
1228
|
+
int64 end_timestamp = 6;
|
1229
|
+
string bucketing_key = 7;
|
1230
|
+
string version = 8;
|
1231
|
+
string bucketing_value = 9;
|
1232
|
+
bool is_override = 10;
|
1233
|
+
repeated string variant_names = 11;
|
1234
|
+
repeated double variant_percentages = 12;
|
1235
|
+
bool active = 13;
|
1236
|
+
string github_link = 15;
|
1237
|
+
string info = 16;
|
1238
|
+
string qa_proxy_event = 17;
|
1239
|
+
string bucketing_type = 18;
|
1240
|
+
}
|
1241
|
+
|
1242
|
+
message ExperimentConfigFetch {
|
1243
|
+
int64 client_receive_timestamp = 1;
|
1244
|
+
int64 client_assign_timestamp = 2;
|
1245
|
+
}
|
1246
|
+
|
1247
|
+
message ExperimentsPlatform {
|
1248
|
+
string masked_employee_email = 1;
|
1249
|
+
string page = 2;
|
1250
|
+
int64 config_id = 3;
|
1251
|
+
int64 config_version = 4;
|
1252
|
+
string config_type = 5;
|
1253
|
+
bool http_success = 6;
|
1254
|
+
string ref = 7;
|
1255
|
+
}
|
1256
|
+
|
1257
|
+
message Feature {
|
1258
|
+
string name = 1;
|
1259
|
+
string version = 2;
|
1260
|
+
string version_description = 3;
|
1261
|
+
string source_name = 4;
|
1262
|
+
string source_version = 5;
|
1263
|
+
}
|
1264
|
+
|
1265
|
+
message Feed {
|
1266
|
+
string correlation_id = 1;
|
1267
|
+
string id = 2;
|
1268
|
+
int64 serving_position = 3;
|
1269
|
+
string referrer_correlation_id = 4;
|
1270
|
+
}
|
1271
|
+
|
1272
|
+
message FeedOptions {
|
1273
|
+
string target = 1;
|
1274
|
+
string value = 2;
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
message Filter {
|
1278
|
+
FilterReference reference = 1;
|
1279
|
+
}
|
1280
|
+
|
1281
|
+
message FilterEvaluation {
|
1282
|
+
string filter_name = 1;
|
1283
|
+
string filter_decision = 2;
|
1284
|
+
bool feature_is_moderator = 10;
|
1285
|
+
bool feature_is_admin = 11;
|
1286
|
+
string model_name = 20;
|
1287
|
+
string model_version = 21;
|
1288
|
+
double model_score = 22;
|
1289
|
+
string filter_settings = 30;
|
1290
|
+
string additional_features = 31;
|
1291
|
+
}
|
1292
|
+
|
1293
|
+
message FilterReference {
|
1294
|
+
string name = 1;
|
1295
|
+
}
|
1296
|
+
|
1297
|
+
message FilterSettings {
|
1298
|
+
string filter_name = 1;
|
1299
|
+
string changed_fields = 2;
|
1300
|
+
string current_values = 3;
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
message FundingInstrument {
|
1304
|
+
int64 id = 1;
|
1305
|
+
int64 created_timestamp = 2;
|
1306
|
+
int64 last_modified_timestamp = 3;
|
1307
|
+
string user_id = 4;
|
1308
|
+
string type = 5;
|
1309
|
+
int64 start_timestamp = 6;
|
1310
|
+
int64 end_timestamp = 7;
|
1311
|
+
string name = 8;
|
1312
|
+
string line_item_id = 9;
|
1313
|
+
string authorize_payment_profile_id = 10;
|
1314
|
+
string authorize_profile_id = 11;
|
1315
|
+
bool servable = 12;
|
1316
|
+
string admin_id = 13;
|
1317
|
+
int64 credit_line_micros = 14;
|
1318
|
+
int64 balance_micros = 15;
|
1319
|
+
int64 billing_threshold_micros = 16;
|
1320
|
+
int64 total_spending_micros = 17;
|
1321
|
+
int64 total_payment_micros = 18;
|
1322
|
+
int64 spent_freebies_micros = 19;
|
1323
|
+
int64 available_freebies_micros = 20;
|
1324
|
+
int64 overdelivery_micros = 21;
|
1325
|
+
int64 total_refund_micros = 22;
|
1326
|
+
bool overwrite = 23;
|
1327
|
+
string payment_id = 24;
|
1328
|
+
string original_payment_id = 25;
|
1329
|
+
string legacy_transaction_id = 26;
|
1330
|
+
bool active = 27;
|
1331
|
+
bool is_effective = 28;
|
1332
|
+
string level = 29;
|
1333
|
+
string netsuite_customer_internal_id = 30;
|
1334
|
+
int64 max_billing_threshold_micros = 31;
|
1335
|
+
int64 estimated_spending_micros = 32;
|
1336
|
+
int64 writeoff_micros = 33;
|
1337
|
+
int64 adzerk_lifetime_micros = 34;
|
1338
|
+
int64 rollup_timestamp = 35;
|
1339
|
+
string timezone = 36;
|
1340
|
+
}
|
1341
|
+
|
1342
|
+
message Gallery {
|
1343
|
+
string id = 1;
|
1344
|
+
int32 position = 2;
|
1345
|
+
repeated string media_ids = 3;
|
1346
|
+
int32 num_items = 4;
|
1347
|
+
int32 num_images = 5;
|
1348
|
+
int32 num_videos = 6;
|
1349
|
+
int32 next_position = 7;
|
1350
|
+
}
|
1351
|
+
|
1352
|
+
message Geo {
|
1353
|
+
string country_code = 1;
|
1354
|
+
string region = 2;
|
1355
|
+
string city = 3;
|
1356
|
+
string time_zone = 4;
|
1357
|
+
bool anonymous = 5;
|
1358
|
+
bool anonymous_vpn = 6;
|
1359
|
+
bool hosting_provider = 7;
|
1360
|
+
bool public_proxy = 8;
|
1361
|
+
bool tor_exit_node = 9;
|
1362
|
+
int64 metro_code = 10;
|
1363
|
+
string country_code_checksum = 11;
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
message GeoBlock {
|
1367
|
+
repeated string countries = 1;
|
1368
|
+
string reason = 2;
|
1369
|
+
string public_note = 3;
|
1370
|
+
int32 response_code = 4;
|
1371
|
+
}
|
1372
|
+
|
1373
|
+
message Glossary {
|
1374
|
+
repeated string denoted_terms_list = 1;
|
1375
|
+
int64 denoted_terms_consumed = 2;
|
1376
|
+
string denoted_term = 3;
|
1377
|
+
string denoted_term_definition = 4;
|
1378
|
+
}
|
1379
|
+
|
1380
|
+
message GoldPurchase {
|
1381
|
+
string type = 1;
|
1382
|
+
int32 number_months = 2;
|
1383
|
+
string one_time_type = 3;
|
1384
|
+
string gift_user_id = 4;
|
1385
|
+
bool gift_anonymous = 5;
|
1386
|
+
bool gift_message = 6;
|
1387
|
+
int32 gift_message_length = 7;
|
1388
|
+
int32 number_creddits = 8;
|
1389
|
+
string subscription_type = 9;
|
1390
|
+
bool gilded_content = 10;
|
1391
|
+
string source = 11;
|
1392
|
+
int32 number_coins = 12;
|
1393
|
+
int32 number_coins_monthly = 13;
|
1394
|
+
int32 number_coins_bonus = 14;
|
1395
|
+
string transaction_id = 15;
|
1396
|
+
string content_type = 16;
|
1397
|
+
string default_option = 17;
|
1398
|
+
bool default_anonymous = 18;
|
1399
|
+
bool purchased_coins = 19;
|
1400
|
+
string proxy_for_user_id = 20;
|
1401
|
+
string award_id = 21;
|
1402
|
+
string award_name = 22;
|
1403
|
+
bool is_mod_award = 23;
|
1404
|
+
repeated string available_award_ids = 24;
|
1405
|
+
int32 number_coins_to_recipient = 25;
|
1406
|
+
int32 number_coins_to_community = 26;
|
1407
|
+
int64 start_timestamp = 27;
|
1408
|
+
int64 end_timestamp = 28;
|
1409
|
+
bool gift_public = 29;
|
1410
|
+
int32 number_free_coins = 30;
|
1411
|
+
int32 number_paid_coins = 31;
|
1412
|
+
int32 paid_coins_revenue_pennies = 32;
|
1413
|
+
string coin_package_id = 33;
|
1414
|
+
bool is_temporary_award = 34;
|
1415
|
+
bool is_sale_enabled = 35;
|
1416
|
+
double coin_bonus_percentage = 36;
|
1417
|
+
double coin_sale_percentage = 37;
|
1418
|
+
string offer_context = 38;
|
1419
|
+
string offer_type = 39;
|
1420
|
+
int32 award_col_position = 40;
|
1421
|
+
int32 award_row_position = 41;
|
1422
|
+
int64 awarder_karma_earned = 42;
|
1423
|
+
int64 awardee_karma_earned = 43;
|
1424
|
+
int64 user_post_award_karma = 44;
|
1425
|
+
int64 user_comment_award_karma = 45;
|
1426
|
+
int64 target_user_post_karma = 46;
|
1427
|
+
int64 target_user_comment_karma = 47;
|
1428
|
+
int64 user_subreddit_post_karma = 48;
|
1429
|
+
int64 user_subreddit_comment_karma = 49;
|
1430
|
+
bool award_affects_awardee_karma = 50;
|
1431
|
+
bool award_affects_awarder_karma = 51;
|
1432
|
+
string filter_name = 52;
|
1433
|
+
string filter_id = 53;
|
1434
|
+
string award_spotlight_status = 54;
|
1435
|
+
string award_inventory_type = 55;
|
1436
|
+
string coins_profile_id = 56;
|
1437
|
+
bool is_predict_within_answer_period = 57;
|
1438
|
+
string group_award_tier = 58;
|
1439
|
+
int32 number_weeks_premium = 59;
|
1440
|
+
int32 group_award_count = 60;
|
1441
|
+
string premium_marketing_benefit = 61;
|
1442
|
+
string transfer_currency_type = 62;
|
1443
|
+
string transfer_type = 63;
|
1444
|
+
int64 transfer_amount = 64;
|
1445
|
+
string premium_cancel_reason = 65;
|
1446
|
+
string payment_block_reason = 66;
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
message GrapeshotClassification {
|
1450
|
+
repeated string categories = 1;
|
1451
|
+
}
|
1452
|
+
|
1453
|
+
message HarassingCommentEvaluation {
|
1454
|
+
string version = 1;
|
1455
|
+
string model_version = 2;
|
1456
|
+
bool decision_product_is_enabled = 3;
|
1457
|
+
bool decision_strict = 4;
|
1458
|
+
bool decision_moderate = 5;
|
1459
|
+
bool decision_lenient = 6;
|
1460
|
+
double feature_model_score = 7;
|
1461
|
+
bool feature_is_moderator = 8;
|
1462
|
+
string feature_permitted_term_matched = 9;
|
1463
|
+
}
|
1464
|
+
|
1465
|
+
message IPSplitting {
|
1466
|
+
bool request_client_ip_is_ipv6 = 1;
|
1467
|
+
string request_client_ip_network = 2;
|
1468
|
+
string request_client_ip_interface = 3;
|
1469
|
+
bool inferred_client_ip_is_ipv6 = 4;
|
1470
|
+
string inferred_client_ip_network = 5;
|
1471
|
+
string inferred_client_ip_interface = 6;
|
1472
|
+
}
|
1473
|
+
|
1474
|
+
message Imposter {
|
1475
|
+
string game_id = 1;
|
1476
|
+
string note_text = 2;
|
1477
|
+
string note_id = 3;
|
1478
|
+
string notes_blob = 4;
|
1479
|
+
bool success = 5;
|
1480
|
+
string imposter_id = 6;
|
1481
|
+
bool note_ignore = 7;
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
message Inbox {
|
1485
|
+
string id = 1;
|
1486
|
+
string tab = 2;
|
1487
|
+
int64 badge_count = 3;
|
1488
|
+
bool is_viewed = 4;
|
1489
|
+
bool is_clicked = 5;
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
message Indexing {
|
1493
|
+
string api = 1;
|
1494
|
+
string search_engine = 2;
|
1495
|
+
int64 index_timestamp = 3;
|
1496
|
+
string index_type = 4;
|
1497
|
+
}
|
1498
|
+
|
1499
|
+
message Inferred {
|
1500
|
+
string app_name = 1;
|
1501
|
+
string client_ip = 2;
|
1502
|
+
bool user_agent_web_crawler = 3;
|
1503
|
+
int64 post_impression_id = 4;
|
1504
|
+
int64 json_byte_size = 5;
|
1505
|
+
string isp_organization = 6;
|
1506
|
+
}
|
1507
|
+
|
1508
|
+
message KeywordMetrics {
|
1509
|
+
string ad_group_id = 1;
|
1510
|
+
string keyword_metrics = 2;
|
1511
|
+
}
|
1512
|
+
|
1513
|
+
message LegalExportRequest {
|
1514
|
+
repeated string user_ids = 1;
|
1515
|
+
string type = 2;
|
1516
|
+
repeated string requested_information = 3;
|
1517
|
+
string status = 4;
|
1518
|
+
int64 due_timestamp = 5;
|
1519
|
+
int64 received_timestamp = 6;
|
1520
|
+
int64 started_timestamp = 7;
|
1521
|
+
int64 ended_timestamp = 8;
|
1522
|
+
string ads_data_status = 9;
|
1523
|
+
string gifts_data_status = 10;
|
1524
|
+
bool has_ndo = 11;
|
1525
|
+
string automation_type = 12;
|
1526
|
+
int64 id = 13;
|
1527
|
+
string target_id = 14;
|
1528
|
+
string target_type = 15;
|
1529
|
+
string requestor_id = 16;
|
1530
|
+
int64 completed_timestamp = 17;
|
1531
|
+
}
|
1532
|
+
|
1533
|
+
message LinkSharing {
|
1534
|
+
int64 shared_at_timestamp = 1;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
message Listing {
|
1538
|
+
int64 length = 1;
|
1539
|
+
repeated string links = 2;
|
1540
|
+
string sort = 3;
|
1541
|
+
string sort_time_filter = 4;
|
1542
|
+
int64 min_rank = 5;
|
1543
|
+
int64 max_rank = 6;
|
1544
|
+
string geo_filter = 7;
|
1545
|
+
string source = 8;
|
1546
|
+
string old_sort = 9;
|
1547
|
+
int64 depth = 10;
|
1548
|
+
string cursor = 11;
|
1549
|
+
string cursor_returned = 12;
|
1550
|
+
string aggregator = 13;
|
1551
|
+
string metadata = 14;
|
1552
|
+
}
|
1553
|
+
|
1554
|
+
message LiveAudioRoom {
|
1555
|
+
string id = 1;
|
1556
|
+
string title = 2;
|
1557
|
+
string platform = 3;
|
1558
|
+
string creator_id = 4;
|
1559
|
+
repeated string topic_ids = 5;
|
1560
|
+
}
|
1561
|
+
|
1562
|
+
message LiveAudioRoomUser {
|
1563
|
+
string platform_id = 1;
|
1564
|
+
string role = 2;
|
1565
|
+
string speaker_eligibility = 3;
|
1566
|
+
}
|
1567
|
+
|
1568
|
+
message LiveThread {
|
1569
|
+
string id = 1;
|
1570
|
+
bool is_announcement = 2;
|
1571
|
+
}
|
1572
|
+
|
1573
|
+
message MLModel {
|
1574
|
+
string name = 1;
|
1575
|
+
string version = 2;
|
1576
|
+
string owner = 3;
|
1577
|
+
string prediction = 4;
|
1578
|
+
string features = 5;
|
1579
|
+
string prediction_id = 6;
|
1580
|
+
string client_name = 7;
|
1581
|
+
string prediction_scores = 8;
|
1582
|
+
string type = 9;
|
1583
|
+
string prediction_source = 10;
|
1584
|
+
}
|
1585
|
+
|
1586
|
+
message MailroomRequest {
|
1587
|
+
string message_id = 1;
|
1588
|
+
string message_type = 2;
|
1589
|
+
string dropped_by = 3;
|
1590
|
+
string delivery_queue_name = 4;
|
1591
|
+
string notification_transport = 5;
|
1592
|
+
string notification_target = 6;
|
1593
|
+
string message_variant = 7;
|
1594
|
+
string region = 8;
|
1595
|
+
int32 region_num = 9;
|
1596
|
+
int64 intended_send_timestamp = 10;
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
message Marketplace {
|
1600
|
+
string listing_id = 1;
|
1601
|
+
string group_id = 2;
|
1602
|
+
string item_id = 3;
|
1603
|
+
string item_name = 4;
|
1604
|
+
string item_token_id = 5;
|
1605
|
+
string item_token_contract_address = 6;
|
1606
|
+
string item_rarity = 7;
|
1607
|
+
int64 listing_price = 8;
|
1608
|
+
string listing_currency = 9;
|
1609
|
+
int64 listing_quantity = 10;
|
1610
|
+
string wallet_address = 11;
|
1611
|
+
string nft_status = 12;
|
1612
|
+
string link_type = 13;
|
1613
|
+
string link_url = 14;
|
1614
|
+
string preview_type = 15;
|
1615
|
+
int64 page_index = 16;
|
1616
|
+
string wallet_address_target_owner = 17;
|
1617
|
+
string error = 18;
|
1618
|
+
int64 claim_selection_count = 19;
|
1619
|
+
string config_shop_id = 20;
|
1620
|
+
string config_shop_header = 21;
|
1621
|
+
string config_shop_description = 22;
|
1622
|
+
string discover_category_name = 23;
|
1623
|
+
string shop_badge_name = 24;
|
1624
|
+
string shop_sticker_name = 25;
|
1625
|
+
string choice_id = 26;
|
1626
|
+
repeated string sort = 27;
|
1627
|
+
string filters = 28;
|
1628
|
+
bool user_has_vault = 29;
|
1629
|
+
bool user_has_secured_vault = 30;
|
1630
|
+
string referral_surface = 31;
|
1631
|
+
string nft_submission_id = 32;
|
1632
|
+
string nft_submission_version_id = 33;
|
1633
|
+
string nft_submission_type = 34;
|
1634
|
+
string reviewer_type = 35;
|
1635
|
+
bool has_collectible_collection = 36;
|
1636
|
+
string product_type = 37;
|
1637
|
+
bool is_expression_eligible = 38;
|
1638
|
+
string expression_id = 39;
|
1639
|
+
string refund_internal_reason = 40;
|
1640
|
+
string offer_context = 41;
|
1641
|
+
string captcha_verify = 42;
|
1642
|
+
}
|
1643
|
+
|
1644
|
+
message Media {
|
1645
|
+
int64 width = 1;
|
1646
|
+
int64 height = 2;
|
1647
|
+
int64 load_time = 3;
|
1648
|
+
string id = 4;
|
1649
|
+
string orientation = 5;
|
1650
|
+
int64 duration = 6;
|
1651
|
+
int64 time = 7;
|
1652
|
+
bool pinned = 8;
|
1653
|
+
int64 max_time_served = 9;
|
1654
|
+
string mimetype = 10;
|
1655
|
+
int64 size = 11;
|
1656
|
+
string url = 12;
|
1657
|
+
string source = 13;
|
1658
|
+
int64 upload_duration = 14;
|
1659
|
+
string file_name = 15;
|
1660
|
+
string type = 16;
|
1661
|
+
string thumbnail_url = 17;
|
1662
|
+
string cdn_name = 18;
|
1663
|
+
string cdn_region = 19;
|
1664
|
+
string destination_region = 20;
|
1665
|
+
string preview_url = 21;
|
1666
|
+
string stream_public_id = 22;
|
1667
|
+
string stream_private_id = 23;
|
1668
|
+
int64 stream_ended_timestamp = 24;
|
1669
|
+
string md5 = 25;
|
1670
|
+
string caption = 26;
|
1671
|
+
string outbound_url = 27;
|
1672
|
+
string outbound_domain = 28;
|
1673
|
+
string origin = 29;
|
1674
|
+
bool has_audio = 30;
|
1675
|
+
string format = 31;
|
1676
|
+
string packaging_format = 32;
|
1677
|
+
string domain = 33;
|
1678
|
+
string byte_range = 34;
|
1679
|
+
bool reactions_enabled = 35;
|
1680
|
+
bool loaded = 36;
|
1681
|
+
bool zoomed = 37;
|
1682
|
+
string autoplay_setting = 38;
|
1683
|
+
string mediainfo = 39;
|
1684
|
+
bool captions_present = 40;
|
1685
|
+
}
|
1686
|
+
|
1687
|
+
message Message {
|
1688
|
+
string id = 1;
|
1689
|
+
string recipient_id = 2;
|
1690
|
+
string recipient_type = 3;
|
1691
|
+
string sender_type = 4;
|
1692
|
+
string body = 5;
|
1693
|
+
string subject = 6;
|
1694
|
+
int64 created_timestamp = 7;
|
1695
|
+
string first_message_id = 8;
|
1696
|
+
string parent_message_id = 9;
|
1697
|
+
string source_page = 10;
|
1698
|
+
bool filtered_by_recipient = 11;
|
1699
|
+
string type = 12;
|
1700
|
+
string modmail_conversation_id = 13;
|
1701
|
+
string modmail_message_id = 14;
|
1702
|
+
string sender_id = 15;
|
1703
|
+
bool nsfw = 16;
|
1704
|
+
}
|
1705
|
+
|
1706
|
+
message MessageSubscriptions {
|
1707
|
+
string email_newsletter_subscribed = 1;
|
1708
|
+
}
|
1709
|
+
|
1710
|
+
message MessengerRequest {
|
1711
|
+
string message_type = 1;
|
1712
|
+
string dropped_reason = 2;
|
1713
|
+
string queue_name = 3;
|
1714
|
+
}
|
1715
|
+
|
1716
|
+
message MetaFlair {
|
1717
|
+
string id = 1;
|
1718
|
+
string title = 2;
|
1719
|
+
}
|
1720
|
+
|
1721
|
+
message MetaSearch {
|
1722
|
+
string display_query = 1;
|
1723
|
+
string raw_query = 2;
|
1724
|
+
string structure_type = 3;
|
1725
|
+
string sort = 4;
|
1726
|
+
string range = 5;
|
1727
|
+
string subreddit_id = 6;
|
1728
|
+
string subreddit_name = 7;
|
1729
|
+
string post_flair_name = 8;
|
1730
|
+
string meta_flair_id = 9;
|
1731
|
+
string meta_flair_name = 10;
|
1732
|
+
int32 number_previous_window = 11;
|
1733
|
+
int32 number_current_window = 12;
|
1734
|
+
}
|
1735
|
+
|
1736
|
+
message ModAction {
|
1737
|
+
string target_user_id = 1;
|
1738
|
+
bool is_automoderator = 2;
|
1739
|
+
bool is_target_removed_by_steward = 3;
|
1740
|
+
int32 duration = 4;
|
1741
|
+
string trigger = 5;
|
1742
|
+
string trigger_message = 6;
|
1743
|
+
string action = 7;
|
1744
|
+
RemovalReason removalreason = 8;
|
1745
|
+
ModQueueQuery modqueue = 9;
|
1746
|
+
bool is_in_modmode = 10;
|
1747
|
+
}
|
1748
|
+
|
1749
|
+
message ModNote {
|
1750
|
+
string type = 1;
|
1751
|
+
string content = 2;
|
1752
|
+
string label = 3;
|
1753
|
+
string operator_id = 4;
|
1754
|
+
string filtered_subreddit_id = 5;
|
1755
|
+
string subreddit_search = 6;
|
1756
|
+
string filtered_type = 7;
|
1757
|
+
}
|
1758
|
+
|
1759
|
+
message ModQueueQuery {
|
1760
|
+
string sortby = 1;
|
1761
|
+
}
|
1762
|
+
|
1763
|
+
message ModmailConversation {
|
1764
|
+
string id = 1;
|
1765
|
+
string subreddit_id = 2;
|
1766
|
+
string subject = 3;
|
1767
|
+
string state = 4;
|
1768
|
+
int32 number_messages = 5;
|
1769
|
+
int64 last_user_update_timestamp = 6;
|
1770
|
+
int64 last_mod_update_timestamp = 7;
|
1771
|
+
bool is_internal = 8;
|
1772
|
+
bool is_auto = 9;
|
1773
|
+
bool is_highlighted = 10;
|
1774
|
+
string legacy_first_message_id = 11;
|
1775
|
+
string participant_id = 12;
|
1776
|
+
string type = 13;
|
1777
|
+
string participant_subreddit_id = 14;
|
1778
|
+
string participant_conversation_id = 15;
|
1779
|
+
}
|
1780
|
+
|
1781
|
+
message ModmailHarassmentEvaluation {
|
1782
|
+
string version = 1;
|
1783
|
+
string model_version = 2;
|
1784
|
+
bool decision_is_filtered = 3;
|
1785
|
+
double feature_model_score = 4;
|
1786
|
+
}
|
1787
|
+
|
1788
|
+
message ModmailMessage {
|
1789
|
+
string id = 1;
|
1790
|
+
string conversation_id = 2;
|
1791
|
+
int64 date_timestamp = 3;
|
1792
|
+
string author_id = 4;
|
1793
|
+
string body = 5;
|
1794
|
+
bool is_internal = 6;
|
1795
|
+
bool author_is_sr_moderator = 7;
|
1796
|
+
string participating_as = 8;
|
1797
|
+
}
|
1798
|
+
|
1799
|
+
message Modqueue {
|
1800
|
+
string type = 1;
|
1801
|
+
int32 count = 2;
|
1802
|
+
}
|
1803
|
+
|
1804
|
+
message ModqueueItem {
|
1805
|
+
string type = 1;
|
1806
|
+
int64 sort_timestamp = 2;
|
1807
|
+
int64 created_timestamp = 3;
|
1808
|
+
int64 modified_timestamp = 4;
|
1809
|
+
string reason = 5;
|
1810
|
+
}
|
1811
|
+
|
1812
|
+
message ModqueueTrigger {
|
1813
|
+
string type = 1;
|
1814
|
+
string message = 2;
|
1815
|
+
}
|
1816
|
+
|
1817
|
+
message Mute {
|
1818
|
+
int32 total_mutes = 1;
|
1819
|
+
int64 last_mute_timestamp = 2;
|
1820
|
+
string state = 3;
|
1821
|
+
}
|
1822
|
+
|
1823
|
+
message NCMECReport {
|
1824
|
+
int32 id = 1;
|
1825
|
+
string classification_type = 2;
|
1826
|
+
string post_id = 3;
|
1827
|
+
bool file_viewed_by_admin = 4;
|
1828
|
+
string user_id = 5;
|
1829
|
+
bool email_verified = 6;
|
1830
|
+
int64 email_verified_timestamp = 7;
|
1831
|
+
int64 account_created_timestamp = 8;
|
1832
|
+
bool account_registration_proxy = 9;
|
1833
|
+
string account_added_note = 10;
|
1834
|
+
string permalink = 11;
|
1835
|
+
string content_url = 12;
|
1836
|
+
bool content_is_reddit_hosted = 13;
|
1837
|
+
int64 post_created_timestamp = 14;
|
1838
|
+
bool post_possible_proxy = 15;
|
1839
|
+
string filename = 16;
|
1840
|
+
bool content_publicly_available = 17;
|
1841
|
+
string report_added_note = 18;
|
1842
|
+
string post_added_note = 19;
|
1843
|
+
bool is_live_stream = 20;
|
1844
|
+
bool is_gallery = 21;
|
1845
|
+
repeated string gallery_images_reported = 22;
|
1846
|
+
}
|
1847
|
+
|
1848
|
+
message NavigationSession {
|
1849
|
+
string id = 1;
|
1850
|
+
string referring_page_type = 2;
|
1851
|
+
string source = 3;
|
1852
|
+
}
|
1853
|
+
|
1854
|
+
message News {
|
1855
|
+
string topic_id = 1;
|
1856
|
+
string topic_name = 2;
|
1857
|
+
string subtopic_id = 3;
|
1858
|
+
string subtopic_name = 4;
|
1859
|
+
}
|
1860
|
+
|
1861
|
+
message Notification {
|
1862
|
+
string id = 1;
|
1863
|
+
string process_notes = 2;
|
1864
|
+
bool dropped = 3;
|
1865
|
+
string type = 4;
|
1866
|
+
string title = 5;
|
1867
|
+
string body = 6;
|
1868
|
+
string authorization_status = 7;
|
1869
|
+
}
|
1870
|
+
|
1871
|
+
message NotificationRequest {
|
1872
|
+
string message_id = 1;
|
1873
|
+
string status = 2;
|
1874
|
+
string platform = 3;
|
1875
|
+
string failure_reason = 4;
|
1876
|
+
string source_queue_name = 5;
|
1877
|
+
string recipient_app_name = 6;
|
1878
|
+
string recipient_device_id = 7;
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
message Oauth {
|
1882
|
+
string client_app_type = 1;
|
1883
|
+
string client_name = 2;
|
1884
|
+
string client_id = 3;
|
1885
|
+
repeated string scopes = 4;
|
1886
|
+
}
|
1887
|
+
|
1888
|
+
message Onboarding {
|
1889
|
+
string id = 1;
|
1890
|
+
string action_source = 6;
|
1891
|
+
string process_notes = 7;
|
1892
|
+
int64 number_subreddits_selected = 8;
|
1893
|
+
repeated string subreddits_selected = 9;
|
1894
|
+
string user_name = 10;
|
1895
|
+
bool recommended_user_name = 11;
|
1896
|
+
int64 start_timestamp = 12;
|
1897
|
+
int64 end_timestamp = 13;
|
1898
|
+
int64 category_position = 14;
|
1899
|
+
string category_name = 15;
|
1900
|
+
string subreddit_name = 16;
|
1901
|
+
int64 subreddit_position = 17;
|
1902
|
+
bool subreddit_is_selected = 18;
|
1903
|
+
int64 subreddits_already_selected = 19;
|
1904
|
+
bool successful = 20;
|
1905
|
+
string semantic_version = 21;
|
1906
|
+
string landing_page = 22;
|
1907
|
+
bool valid_email_submitted = 23;
|
1908
|
+
bool pre_selected = 24;
|
1909
|
+
bool passed_captcha = 25;
|
1910
|
+
int64 captcha_num_screens = 26;
|
1911
|
+
int64 personalized_subreddits = 27;
|
1912
|
+
repeated string similar_subreddits = 28;
|
1913
|
+
int64 number_subreddits = 29;
|
1914
|
+
bool is_similar_subreddit = 30;
|
1915
|
+
string category_id = 31;
|
1916
|
+
string subreddit_id = 32;
|
1917
|
+
string category_name_section = 33;
|
1918
|
+
}
|
1919
|
+
|
1920
|
+
message Outbound {
|
1921
|
+
string url = 1;
|
1922
|
+
string post_id = 2;
|
1923
|
+
string subreddit_id = 3;
|
1924
|
+
string comment_id = 4;
|
1925
|
+
string subreddit_name = 5;
|
1926
|
+
string source_element = 6;
|
1927
|
+
}
|
1928
|
+
|
1929
|
+
message PWA {
|
1930
|
+
bool installable = 1;
|
1931
|
+
bool installed = 2;
|
1932
|
+
int64 install_timestamp = 3;
|
1933
|
+
}
|
1934
|
+
|
1935
|
+
message Parent {
|
1936
|
+
string post_id = 1;
|
1937
|
+
}
|
1938
|
+
|
1939
|
+
message Payment {
|
1940
|
+
string method = 1;
|
1941
|
+
string currency = 2;
|
1942
|
+
int64 amount_in_smallest_denom = 3;
|
1943
|
+
string default_option = 4;
|
1944
|
+
string stored_credit_card_state = 5;
|
1945
|
+
string local_currency = 6;
|
1946
|
+
int64 local_amount_in_smallest_denom = 7;
|
1947
|
+
int64 default_usd_amount = 8;
|
1948
|
+
string status = 9;
|
1949
|
+
string status_reason = 10;
|
1950
|
+
string error = 11;
|
1951
|
+
string old_status = 12;
|
1952
|
+
string new_status = 13;
|
1953
|
+
int64 payment_id = 14;
|
1954
|
+
}
|
1955
|
+
|
1956
|
+
message PaypalEvent {
|
1957
|
+
string provider_reference_id = 1;
|
1958
|
+
string order_capture_id = 2;
|
1959
|
+
string order_status = 3;
|
1960
|
+
int64 order_create_timestamp = 4;
|
1961
|
+
int64 order_update_timestamp = 5;
|
1962
|
+
string order_currency = 6;
|
1963
|
+
int64 order_amount = 7;
|
1964
|
+
string order_payer_name = 8;
|
1965
|
+
string order_payer_email = 9;
|
1966
|
+
string order_intent = 10;
|
1967
|
+
string request_type = 11;
|
1968
|
+
string request_error_name = 12;
|
1969
|
+
string request_error_message = 13;
|
1970
|
+
string request_error_issue = 14;
|
1971
|
+
string payment_id = 15;
|
1972
|
+
}
|
1973
|
+
|
1974
|
+
message PaypalIpnEvent {
|
1975
|
+
string transaction_type = 1;
|
1976
|
+
string ipn_track_id = 2;
|
1977
|
+
string parent_txn_id = 3;
|
1978
|
+
string receipt_id = 4;
|
1979
|
+
string capture_id = 5;
|
1980
|
+
string residence_country = 6;
|
1981
|
+
string address_name = 7;
|
1982
|
+
string address_zip = 8;
|
1983
|
+
string payer_email = 9;
|
1984
|
+
string payer_id = 10;
|
1985
|
+
string first_name = 11;
|
1986
|
+
string last_name = 12;
|
1987
|
+
string item_name = 13;
|
1988
|
+
string currency = 14;
|
1989
|
+
string subscr_id = 15;
|
1990
|
+
int64 amount = 16;
|
1991
|
+
string date = 17;
|
1992
|
+
bool is_subscription_retryable = 18;
|
1993
|
+
bool is_subscription_recurring = 19;
|
1994
|
+
int64 payment_fee = 20;
|
1995
|
+
string payment_status = 21;
|
1996
|
+
string payment_type = 22;
|
1997
|
+
}
|
1998
|
+
|
1999
|
+
message PaypalWebhookEvent {
|
2000
|
+
string webhook_id = 1;
|
2001
|
+
int64 created_timestamp = 2;
|
2002
|
+
int64 updated_timestamp = 3;
|
2003
|
+
string resource_type = 4;
|
2004
|
+
string event_type = 5;
|
2005
|
+
string summary = 6;
|
2006
|
+
string currency = 7;
|
2007
|
+
string status = 8;
|
2008
|
+
string custom_id = 9;
|
2009
|
+
int64 captured_gross_amount = 10;
|
2010
|
+
int64 captured_paypal_fee_amount = 11;
|
2011
|
+
int64 captured_net_amount = 12;
|
2012
|
+
bool is_capture_final = 13;
|
2013
|
+
int64 refunded_gross_amount = 14;
|
2014
|
+
int64 refunded_net_amount = 15;
|
2015
|
+
int64 refunded_paypal_fee = 16;
|
2016
|
+
int64 refunded_total_amount = 17;
|
2017
|
+
string refund_id = 18;
|
2018
|
+
string provider_reference_id = 19;
|
2019
|
+
string dispute_id = 20;
|
2020
|
+
string dispute_reason = 21;
|
2021
|
+
string dispute_status = 22;
|
2022
|
+
string dispute_item_name = 23;
|
2023
|
+
int64 dispute_amount = 24;
|
2024
|
+
string dispute_life_cycle_stage = 25;
|
2025
|
+
}
|
2026
|
+
|
2027
|
+
message Perfmetrics {
|
2028
|
+
int64 time_to_first_byte = 1;
|
2029
|
+
int64 first_contentful_paint = 2;
|
2030
|
+
int64 largest_contentful_paint = 3;
|
2031
|
+
int64 cumulative_layout_shift = 4;
|
2032
|
+
}
|
2033
|
+
|
2034
|
+
message Perspective {
|
2035
|
+
repeated string collapse_reasons = 1;
|
2036
|
+
double toxicity = 50;
|
2037
|
+
double severe_toxicity = 51;
|
2038
|
+
double insult = 53;
|
2039
|
+
double profanity = 54;
|
2040
|
+
double sexually_explicit = 55;
|
2041
|
+
double threat = 56;
|
2042
|
+
double flirtation = 57;
|
2043
|
+
double attack_on_author = 58;
|
2044
|
+
double attack_on_commenter = 59;
|
2045
|
+
double incoherent = 60;
|
2046
|
+
double inflammatory = 61;
|
2047
|
+
double likely_to_reject = 62;
|
2048
|
+
double obscene = 63;
|
2049
|
+
double spam = 64;
|
2050
|
+
double unsubstantial = 65;
|
2051
|
+
double identity_attack = 66;
|
2052
|
+
string id = 67;
|
2053
|
+
double max_toxicity = 68;
|
2054
|
+
double max_severe_toxicity = 69;
|
2055
|
+
double max_insult = 70;
|
2056
|
+
double max_profanity = 71;
|
2057
|
+
double max_sexually_explicit = 72;
|
2058
|
+
double max_threat = 73;
|
2059
|
+
double max_flirtation = 74;
|
2060
|
+
double max_attack_on_author = 75;
|
2061
|
+
double max_attack_on_commenter = 76;
|
2062
|
+
double max_incoherent = 77;
|
2063
|
+
double max_inflammatory = 78;
|
2064
|
+
double max_likely_to_reject = 79;
|
2065
|
+
double max_obscene = 80;
|
2066
|
+
double max_spam = 81;
|
2067
|
+
double max_unsubstantial = 82;
|
2068
|
+
double max_identity_attack = 83;
|
2069
|
+
}
|
2070
|
+
|
2071
|
+
message Platform {
|
2072
|
+
string name = 1;
|
2073
|
+
string device_id = 2;
|
2074
|
+
string device_name = 3;
|
2075
|
+
string os_name = 4;
|
2076
|
+
string os_version = 5;
|
2077
|
+
string browser_name = 6;
|
2078
|
+
string browser_version = 7;
|
2079
|
+
string fingerprint = 8;
|
2080
|
+
int64 fingerprint_created_timestamp = 9;
|
2081
|
+
int32 year_class = 10;
|
2082
|
+
string device_tier = 11;
|
2083
|
+
string primary_language = 12;
|
2084
|
+
string language_list = 13;
|
2085
|
+
int64 available_memory = 14;
|
2086
|
+
int64 download_speed = 15;
|
2087
|
+
string connection_type = 16;
|
2088
|
+
string device_manufacturer = 17;
|
2089
|
+
AssistiveTechnology assistive_technology = 18;
|
2090
|
+
}
|
2091
|
+
|
2092
|
+
message Playback {
|
2093
|
+
string id = 1;
|
2094
|
+
int64 scrubbing_start_ms = 2;
|
2095
|
+
int64 scrubbing_end_ms = 3;
|
2096
|
+
int64 session_duration_ms = 4;
|
2097
|
+
int64 watch_duration_ms = 5;
|
2098
|
+
int64 heartbeat_duration_ms = 6;
|
2099
|
+
bool is_live = 7;
|
2100
|
+
int64 playhead_offset_ms = 8;
|
2101
|
+
int64 timestamp_ms = 9;
|
2102
|
+
double watch_percentage = 10;
|
2103
|
+
int64 start_time_ms = 11;
|
2104
|
+
int64 volume = 12;
|
2105
|
+
string chat_state = 13;
|
2106
|
+
string player_type = 14;
|
2107
|
+
bool is_looped = 15;
|
2108
|
+
string state = 16;
|
2109
|
+
string autoplay_setting = 17;
|
2110
|
+
int32 player_width = 18;
|
2111
|
+
int32 player_height = 19;
|
2112
|
+
int32 sequence_number = 20;
|
2113
|
+
int64 video_bitrate = 21;
|
2114
|
+
int64 audio_bitrate = 22;
|
2115
|
+
string error = 23;
|
2116
|
+
int64 total_bitrate = 24;
|
2117
|
+
bool user_bitrate_switch = 25;
|
2118
|
+
bool captions_enabled = 26;
|
2119
|
+
}
|
2120
|
+
|
2121
|
+
message Poll {
|
2122
|
+
int32 options_length = 1;
|
2123
|
+
repeated string options = 2;
|
2124
|
+
string user_vote_text = 4;
|
2125
|
+
bool vote_affects_score = 5;
|
2126
|
+
string vote_affects_score_reason = 6;
|
2127
|
+
repeated int32 options_vote_totals = 7;
|
2128
|
+
string type = 8;
|
2129
|
+
int64 number_prediction_coins = 9;
|
2130
|
+
int64 number_prediction_tokens = 10;
|
2131
|
+
}
|
2132
|
+
|
2133
|
+
message Popup {
|
2134
|
+
string id = 1;
|
2135
|
+
string button_text = 2;
|
2136
|
+
string text = 3;
|
2137
|
+
}
|
2138
|
+
|
2139
|
+
message Post {
|
2140
|
+
string id = 1;
|
2141
|
+
string type = 2;
|
2142
|
+
string title = 3;
|
2143
|
+
bool nsfw = 4;
|
2144
|
+
bool spoiler = 5;
|
2145
|
+
string url = 6;
|
2146
|
+
string domain = 7;
|
2147
|
+
string body_text = 8;
|
2148
|
+
int64 created_timestamp = 9;
|
2149
|
+
bool promoted = 10;
|
2150
|
+
string author_id = 11;
|
2151
|
+
int64 content_duration = 12;
|
2152
|
+
bool archived = 13;
|
2153
|
+
string crosspost_root_id = 14;
|
2154
|
+
int64 number_gildings = 15;
|
2155
|
+
bool original_content = 16;
|
2156
|
+
string flair = 17;
|
2157
|
+
int64 score = 18;
|
2158
|
+
double upvote_ratio = 19;
|
2159
|
+
string impression_id = 20;
|
2160
|
+
int64 number_posts_from_ad = 21;
|
2161
|
+
bool is_event = 22;
|
2162
|
+
bool is_scheduled = 23;
|
2163
|
+
int64 submit_scheduled_timestamp = 24;
|
2164
|
+
bool is_automated = 25;
|
2165
|
+
string comment_type = 26;
|
2166
|
+
int64 number_comments = 27;
|
2167
|
+
string subreddit_id = 28;
|
2168
|
+
string subreddit_name = 29;
|
2169
|
+
string top_awarded_type = 30;
|
2170
|
+
string recommendation_source = 31;
|
2171
|
+
string recommendation_source_subreddit_id = 32;
|
2172
|
+
string recommendation_source_subreddit_name = 33;
|
2173
|
+
repeated string hvts = 34;
|
2174
|
+
int64 age = 35;
|
2175
|
+
int64 views = 36;
|
2176
|
+
string language = 37;
|
2177
|
+
string language_source = 38;
|
2178
|
+
int64 post_set_count = 39;
|
2179
|
+
bool pinned_ind = 40;
|
2180
|
+
string translation_language = 41;
|
2181
|
+
bool translation_state = 42;
|
2182
|
+
bool pinned = 43;
|
2183
|
+
}
|
2184
|
+
|
2185
|
+
message PostCollection {
|
2186
|
+
string id = 1;
|
2187
|
+
string title = 2;
|
2188
|
+
string author_id = 4;
|
2189
|
+
repeated string post_ids = 5;
|
2190
|
+
string display_layout = 6;
|
2191
|
+
}
|
2192
|
+
|
2193
|
+
message PostComposer {
|
2194
|
+
string type = 1;
|
2195
|
+
string input_type = 2;
|
2196
|
+
string text_type = 3;
|
2197
|
+
string final_status = 4;
|
2198
|
+
string editor_mode = 5;
|
2199
|
+
bool post_scheduled = 6;
|
2200
|
+
int64 submit_scheduled_timestamp = 7;
|
2201
|
+
}
|
2202
|
+
|
2203
|
+
message PostDraft {
|
2204
|
+
string id = 1;
|
2205
|
+
string type = 2;
|
2206
|
+
string author_id = 3;
|
2207
|
+
int64 created_timestamp = 4;
|
2208
|
+
int32 title_length = 5;
|
2209
|
+
int32 url_length = 6;
|
2210
|
+
int32 body_text_length = 7;
|
2211
|
+
bool nsfw = 8;
|
2212
|
+
bool spoiler = 9;
|
2213
|
+
bool original_content = 10;
|
2214
|
+
string flair = 11;
|
2215
|
+
int32 number_rte_images = 12;
|
2216
|
+
int32 number_rte_videos = 13;
|
2217
|
+
}
|
2218
|
+
|
2219
|
+
message PostEvent {
|
2220
|
+
string type = 1;
|
2221
|
+
string event_state = 2;
|
2222
|
+
int64 event_start_timestamp = 3;
|
2223
|
+
int64 event_end_timestamp = 4;
|
2224
|
+
}
|
2225
|
+
|
2226
|
+
message PostFlair {
|
2227
|
+
string id = 1;
|
2228
|
+
string title = 2;
|
2229
|
+
}
|
2230
|
+
|
2231
|
+
message PostRequirement {
|
2232
|
+
repeated string title_required_strings = 1;
|
2233
|
+
repeated string title_blacklisted_strings = 2;
|
2234
|
+
int32 title_text_min_length = 3;
|
2235
|
+
int32 title_text_max_length = 4;
|
2236
|
+
string body_restriction_policy = 5;
|
2237
|
+
repeated string body_required_strings = 6;
|
2238
|
+
repeated string body_blacklisted_strings = 7;
|
2239
|
+
int32 link_whitelisted_domains_length = 8;
|
2240
|
+
int32 link_blacklisted_domains_length = 9;
|
2241
|
+
int32 number_repost_frequency_days = 10;
|
2242
|
+
bool require_post_flair = 11;
|
2243
|
+
repeated string title_regex_patterns = 12;
|
2244
|
+
repeated string body_regex_patterns = 13;
|
2245
|
+
}
|
2246
|
+
|
2247
|
+
message PostVideoGeneration {
|
2248
|
+
repeated string comment_ids = 1;
|
2249
|
+
string subreddit_id = 2;
|
2250
|
+
string subreddit_name = 3;
|
2251
|
+
string subreddit_geo = 4;
|
2252
|
+
int64 pvg_id = 5;
|
2253
|
+
string generated_post_id = 6;
|
2254
|
+
string original_post_id = 7;
|
2255
|
+
string background_video = 8;
|
2256
|
+
int32 video_duration = 9;
|
2257
|
+
repeated string tts_voices = 10;
|
2258
|
+
}
|
2259
|
+
|
2260
|
+
message Powerups {
|
2261
|
+
string subscription_id = 1;
|
2262
|
+
int32 count = 2;
|
2263
|
+
int32 free_count = 3;
|
2264
|
+
int32 paid_count = 4;
|
2265
|
+
int32 tier = 5;
|
2266
|
+
int32 current_subreddit_powerups = 6;
|
2267
|
+
bool is_grace_period = 7;
|
2268
|
+
bool automatic = 8;
|
2269
|
+
string benefit = 9;
|
2270
|
+
string post_type = 10;
|
2271
|
+
int32 cnt_emoji = 11;
|
2272
|
+
string subreddit_ids = 12;
|
2273
|
+
}
|
2274
|
+
|
2275
|
+
message Predictions {
|
2276
|
+
string tournament_id = 1;
|
2277
|
+
int32 post_cnt = 2;
|
2278
|
+
int64 end_timestamp = 3;
|
2279
|
+
string tournament_state = 4;
|
2280
|
+
string user_state = 5;
|
2281
|
+
string tournament_theme_id = 6;
|
2282
|
+
}
|
2283
|
+
|
2284
|
+
message Profile {
|
2285
|
+
string id = 1;
|
2286
|
+
string name = 2;
|
2287
|
+
string type = 3;
|
2288
|
+
string display_name = 4;
|
2289
|
+
string about = 5;
|
2290
|
+
string avatar_url = 6;
|
2291
|
+
string cover_url = 7;
|
2292
|
+
bool nsfw = 8;
|
2293
|
+
bool content_visible = 9;
|
2294
|
+
bool communities_visible = 11;
|
2295
|
+
bool allow_follow = 12;
|
2296
|
+
int64 social_links = 13;
|
2297
|
+
}
|
2298
|
+
|
2299
|
+
message Programmatic {
|
2300
|
+
string ad_unit = 1;
|
2301
|
+
int64 count = 2;
|
2302
|
+
string partner = 3;
|
2303
|
+
string type = 4;
|
2304
|
+
}
|
2305
|
+
|
2306
|
+
message ProgressModule {
|
2307
|
+
string module_name = 1;
|
2308
|
+
string card_name = 2;
|
2309
|
+
}
|
2310
|
+
|
2311
|
+
message Purchase {
|
2312
|
+
string type = 1;
|
2313
|
+
string order_id = 2;
|
2314
|
+
string product_type = 3;
|
2315
|
+
string product_id = 4;
|
2316
|
+
int32 product_version = 5;
|
2317
|
+
string subscription_id = 6;
|
2318
|
+
int64 count = 7;
|
2319
|
+
int64 price_micros = 8;
|
2320
|
+
string currency = 9;
|
2321
|
+
int32 days_remaining = 10;
|
2322
|
+
int64 count_remaining = 11;
|
2323
|
+
int64 local_price_micros = 12;
|
2324
|
+
string local_currency = 13;
|
2325
|
+
}
|
2326
|
+
|
2327
|
+
message R2AdminAudit {
|
2328
|
+
string capability = 1;
|
2329
|
+
string url = 2;
|
2330
|
+
string controller = 3;
|
2331
|
+
bool success = 4;
|
2332
|
+
}
|
2333
|
+
|
2334
|
+
message RBLSurvey {
|
2335
|
+
string survey_id = 1;
|
2336
|
+
string impression_id = 2;
|
2337
|
+
SurveyResponse responses = 3;
|
2338
|
+
int64 timestamp = 4;
|
2339
|
+
string platform = 5;
|
2340
|
+
string user_id = 6;
|
2341
|
+
repeated string choices_by_index = 7;
|
2342
|
+
repeated string choices = 8;
|
2343
|
+
repeated string choice_display_index = 9;
|
2344
|
+
repeated string full_display_indices = 10;
|
2345
|
+
}
|
2346
|
+
|
2347
|
+
message RES {
|
2348
|
+
string version = 1;
|
2349
|
+
bool night_mode = 2;
|
2350
|
+
}
|
2351
|
+
|
2352
|
+
message RaterTag {
|
2353
|
+
string tagging_job_id = 1;
|
2354
|
+
string tagging_question = 2;
|
2355
|
+
string tagging_question_object = 3;
|
2356
|
+
string module_type = 4;
|
2357
|
+
string rating_type = 5;
|
2358
|
+
repeated string selected_answers = 6;
|
2359
|
+
repeated string non_selected_answers = 7;
|
2360
|
+
string tagging_question_id = 8;
|
2361
|
+
repeated string selected_answer_ids = 9;
|
2362
|
+
repeated string non_selected_answer_ids = 10;
|
2363
|
+
}
|
2364
|
+
|
2365
|
+
message ReactSource {
|
2366
|
+
string user_id = 1;
|
2367
|
+
string username = 2;
|
2368
|
+
int64 used_media_duration = 3;
|
2369
|
+
int64 media_duration = 4;
|
2370
|
+
string media_id = 5;
|
2371
|
+
int64 post_created_timestamp = 6;
|
2372
|
+
string subreddit_id = 7;
|
2373
|
+
}
|
2374
|
+
|
2375
|
+
message RecapCard {
|
2376
|
+
int64 index = 1;
|
2377
|
+
int64 count = 2;
|
2378
|
+
string type = 3;
|
2379
|
+
string facts = 4;
|
2380
|
+
string kind = 5;
|
2381
|
+
}
|
2382
|
+
|
2383
|
+
message ReddarAudit {
|
2384
|
+
string id = 1;
|
2385
|
+
string auditor_id = 2;
|
2386
|
+
repeated string ticket_ids = 3;
|
2387
|
+
repeated string included_queues = 4;
|
2388
|
+
repeated string included_agent_ids = 5;
|
2389
|
+
int64 included_range_start_timestamp = 6;
|
2390
|
+
int64 included_range_end_timestamp = 7;
|
2391
|
+
double percent_tickets_included = 8;
|
2392
|
+
string assigned_to_id = 9;
|
2393
|
+
bool is_actioned = 10;
|
2394
|
+
repeated int32 policy_violations = 11;
|
2395
|
+
repeated string ticket_ticket_ids = 12;
|
2396
|
+
}
|
2397
|
+
|
2398
|
+
message ReddarAuditTicket {
|
2399
|
+
string id = 1;
|
2400
|
+
string audit_id = 2;
|
2401
|
+
string auditor_id = 3;
|
2402
|
+
string ticket_id = 4;
|
2403
|
+
string agent_id = 5;
|
2404
|
+
string qa_user_action = 6;
|
2405
|
+
string qa_content_action = 7;
|
2406
|
+
string qa_policy = 8;
|
2407
|
+
string qa_message = 9;
|
2408
|
+
}
|
2409
|
+
|
2410
|
+
message ReddarQueue {
|
2411
|
+
string id = 1;
|
2412
|
+
string type = 2;
|
2413
|
+
string ticket_type = 3;
|
2414
|
+
string group_type = 4;
|
2415
|
+
string name = 5;
|
2416
|
+
string priority = 6;
|
2417
|
+
repeated string applied_filters = 10;
|
2418
|
+
}
|
2419
|
+
|
2420
|
+
message ReddarSettings {
|
2421
|
+
string reddar_chosen_theme = 1;
|
2422
|
+
}
|
2423
|
+
|
2424
|
+
message ReddarTicket {
|
2425
|
+
string id = 1;
|
2426
|
+
string type = 2;
|
2427
|
+
string queue_id = 3;
|
2428
|
+
string status = 4;
|
2429
|
+
string report_source = 5;
|
2430
|
+
string requestor_id = 6;
|
2431
|
+
string requestor_name = 7;
|
2432
|
+
string copyright_owner = 8;
|
2433
|
+
int64 ticket_review_time = 9;
|
2434
|
+
int64 content_review_time = 10;
|
2435
|
+
int64 num_content_items = 11;
|
2436
|
+
repeated string reddar_features_used = 12;
|
2437
|
+
string field_updated = 13;
|
2438
|
+
string previous_value = 14;
|
2439
|
+
string current_value = 15;
|
2440
|
+
string locale = 16;
|
2441
|
+
repeated string reports = 17;
|
2442
|
+
repeated string actions = 18;
|
2443
|
+
string policy_violation = 19;
|
2444
|
+
string reporter_message = 20;
|
2445
|
+
string loginbot_header_signature = 21;
|
2446
|
+
string ad_id = 22;
|
2447
|
+
bool ad_approved = 23;
|
2448
|
+
string ad_rejection_reason = 24;
|
2449
|
+
double locale_confidence_score = 25;
|
2450
|
+
repeated string decision_external_ids = 26;
|
2451
|
+
string product_id = 27;
|
2452
|
+
}
|
2453
|
+
|
2454
|
+
message ReddarTicketContent {
|
2455
|
+
string id = 1;
|
2456
|
+
string reported_url = 2;
|
2457
|
+
string target_id = 3;
|
2458
|
+
string target_type = 4;
|
2459
|
+
string status = 5;
|
2460
|
+
string status_reason = 6;
|
2461
|
+
bool post_nsfw = 7;
|
2462
|
+
bool removed_by_moderator = 8;
|
2463
|
+
string content_type = 9;
|
2464
|
+
int64 target_created_timestamp = 10;
|
2465
|
+
string hash = 11;
|
2466
|
+
string hash_type = 12;
|
2467
|
+
string hash_trigger_source = 13;
|
2468
|
+
string sha_256_hash = 14;
|
2469
|
+
string single_reviewer_quorum_hash = 15;
|
2470
|
+
string multiple_reviewer_quorum_hash = 16;
|
2471
|
+
}
|
2472
|
+
|
2473
|
+
message Referrer {
|
2474
|
+
string domain = 1;
|
2475
|
+
string url = 2;
|
2476
|
+
string element = 3;
|
2477
|
+
}
|
2478
|
+
|
2479
|
+
message RegistrationForm {
|
2480
|
+
repeated string completed_fields = 1;
|
2481
|
+
repeated string uncompleted_fields = 2;
|
2482
|
+
bool submitted = 3;
|
2483
|
+
bool success = 4;
|
2484
|
+
string field_errors = 5;
|
2485
|
+
string submission_error = 6;
|
2486
|
+
}
|
2487
|
+
|
2488
|
+
message RelevanceModel {
|
2489
|
+
int32 number_max_recommendations = 3;
|
2490
|
+
string feature_blob = 5;
|
2491
|
+
string result_blob = 6;
|
2492
|
+
int64 result_duration = 7;
|
2493
|
+
string version = 9;
|
2494
|
+
string family = 10;
|
2495
|
+
string identifier = 11;
|
2496
|
+
string entity_blob = 12;
|
2497
|
+
string experiment_name = 13;
|
2498
|
+
string experiment_variant = 14;
|
2499
|
+
}
|
2500
|
+
|
2501
|
+
message RemovalReason {
|
2502
|
+
string notify = 1;
|
2503
|
+
string send_as = 2;
|
2504
|
+
bool is_locked = 3;
|
2505
|
+
}
|
2506
|
+
|
2507
|
+
message RenderStats {
|
2508
|
+
int64 num_comments_rendered_html = 1;
|
2509
|
+
repeated string comments_id_rendered_html_list = 2;
|
2510
|
+
}
|
2511
|
+
|
2512
|
+
message Report {
|
2513
|
+
string reason_code = 1;
|
2514
|
+
string id = 2;
|
2515
|
+
string classification = 3;
|
2516
|
+
int32 reported_content_time = 4;
|
2517
|
+
string context_body_text = 5;
|
2518
|
+
bool context_body_available = 6;
|
2519
|
+
string user_detail_type = 7;
|
2520
|
+
repeated string sent_to = 8;
|
2521
|
+
}
|
2522
|
+
|
2523
|
+
message ReportIgnoreAction {
|
2524
|
+
string reason_code = 1;
|
2525
|
+
string report_id = 2;
|
2526
|
+
string target_id = 3;
|
2527
|
+
string reporter_id = 4;
|
2528
|
+
repeated string ignore_reasons = 5;
|
2529
|
+
string snooron_rule = 6;
|
2530
|
+
string reddar_ticket_id = 7;
|
2531
|
+
}
|
2532
|
+
|
2533
|
+
message Request {
|
2534
|
+
string user_agent = 1;
|
2535
|
+
string domain = 2;
|
2536
|
+
string base_url = 3;
|
2537
|
+
string client_ip = 4;
|
2538
|
+
string known_bot = 5;
|
2539
|
+
string header_signature = 6;
|
2540
|
+
bool cookies_present = 7;
|
2541
|
+
bool accept_encoding = 8;
|
2542
|
+
bool accept_language = 9;
|
2543
|
+
string reddaid = 10;
|
2544
|
+
string google_aaid = 11;
|
2545
|
+
string amazon_aid = 12;
|
2546
|
+
string apple_ios_aid = 13;
|
2547
|
+
string isp_organization = 14;
|
2548
|
+
string accept_language_header = 15;
|
2549
|
+
string parameters = 16;
|
2550
|
+
string canonical_url = 17;
|
2551
|
+
bool loginbot = 18;
|
2552
|
+
string robots_meta_tag = 19;
|
2553
|
+
string google_client_id = 20;
|
2554
|
+
string server_render_id = 21;
|
2555
|
+
string ratelimit_type = 22;
|
2556
|
+
bool ratelimit_exceeded = 23;
|
2557
|
+
int32 ratelimit_count = 24;
|
2558
|
+
string tls_fingerprint = 25;
|
2559
|
+
string correlation_id = 26;
|
2560
|
+
string edgebucket = 27;
|
2561
|
+
}
|
2562
|
+
|
2563
|
+
message RerouteRule {
|
2564
|
+
string id = 1;
|
2565
|
+
string ticket_type = 2;
|
2566
|
+
int32 priority = 3;
|
2567
|
+
string target_queue_id = 4;
|
2568
|
+
}
|
2569
|
+
|
2570
|
+
message Response {
|
2571
|
+
int64 last_modified_timestamp = 1;
|
2572
|
+
int32 code = 2;
|
2573
|
+
}
|
2574
|
+
|
2575
|
+
message Restrict {
|
2576
|
+
bool image_posts = 1;
|
2577
|
+
bool poll_posts = 2;
|
2578
|
+
bool video_posts = 3;
|
2579
|
+
bool username_linking = 4;
|
2580
|
+
bool subreddit_linking = 5;
|
2581
|
+
bool unverified_email_viewers = 6;
|
2582
|
+
bool unverified_email_interaction = 7;
|
2583
|
+
bool subreddit_styles = 8;
|
2584
|
+
bool media_embeds = 9;
|
2585
|
+
bool crossposts = 10;
|
2586
|
+
bool subscriber_count_visibility = 11;
|
2587
|
+
bool subreddit_images = 12;
|
2588
|
+
bool nsfw = 13;
|
2589
|
+
string interstitial_warning_message = 14;
|
2590
|
+
bool delisted = 16;
|
2591
|
+
}
|
2592
|
+
|
2593
|
+
message ReviewAction {
|
2594
|
+
string approval_decision = 1;
|
2595
|
+
string reason = 2;
|
2596
|
+
string decider = 3;
|
2597
|
+
}
|
2598
|
+
|
2599
|
+
message RewardInfo {
|
2600
|
+
string type = 1;
|
2601
|
+
int32 amount = 2;
|
2602
|
+
}
|
2603
|
+
|
2604
|
+
message SEO {
|
2605
|
+
string internal_link_url = 1;
|
2606
|
+
}
|
2607
|
+
|
2608
|
+
message ScheduledPost {
|
2609
|
+
int64 id = 1;
|
2610
|
+
string creator_user_id = 2;
|
2611
|
+
string last_modified_user_id = 3;
|
2612
|
+
int64 created_timestamp = 4;
|
2613
|
+
int64 submission_timestamp = 5;
|
2614
|
+
string timezone = 6;
|
2615
|
+
bool is_recurring = 7;
|
2616
|
+
string recurring_frequency = 8;
|
2617
|
+
int32 recurring_intervals = 9;
|
2618
|
+
repeated string recurring_interval_period = 10;
|
2619
|
+
int32 number_recurrences = 11;
|
2620
|
+
string milestone_type = 12;
|
2621
|
+
string submitted_post_id = 13;
|
2622
|
+
}
|
2623
|
+
|
2624
|
+
message Screen {
|
2625
|
+
int32 width = 1;
|
2626
|
+
int32 height = 2;
|
2627
|
+
int32 viewport_width = 3;
|
2628
|
+
int32 viewport_height = 4;
|
2629
|
+
string view_type = 5;
|
2630
|
+
string theme = 6;
|
2631
|
+
bool in_focus = 7;
|
2632
|
+
string browser_tab_id = 8;
|
2633
|
+
int32 scroll_position = 9;
|
2634
|
+
int32 app_font_size_delta = 10;
|
2635
|
+
string ios_font_size = 11;
|
2636
|
+
double android_font_size = 12;
|
2637
|
+
string auto_dark_mode = 13;
|
2638
|
+
string density = 14;
|
2639
|
+
TextSettings text_settings = 15;
|
2640
|
+
}
|
2641
|
+
|
2642
|
+
message ScreenTrace {
|
2643
|
+
int32 total_frames = 1;
|
2644
|
+
int32 slow_frames = 2;
|
2645
|
+
int32 frozen_frames = 3;
|
2646
|
+
int32 fps_frames_above_54 = 4;
|
2647
|
+
int32 fps_frames_28_54 = 5;
|
2648
|
+
int32 fps_frames_1_28 = 6;
|
2649
|
+
int32 fps_frames_below_1 = 7;
|
2650
|
+
int32 total_scrolling_frames = 8;
|
2651
|
+
int32 slow_scrolling_frames = 9;
|
2652
|
+
int32 frozen_scrolling_frames = 10;
|
2653
|
+
int32 time_to_first_draw = 11;
|
2654
|
+
int32 time_to_fully_interactive = 12;
|
2655
|
+
}
|
2656
|
+
|
2657
|
+
message Search {
|
2658
|
+
string query = 1;
|
2659
|
+
string sort = 2;
|
2660
|
+
string range = 3;
|
2661
|
+
bool typeahead_active = 4;
|
2662
|
+
string subreddit_id = 5;
|
2663
|
+
string subreddit_name = 6;
|
2664
|
+
string post_flair_name = 7;
|
2665
|
+
string meta_flair_id = 8;
|
2666
|
+
string meta_flair_name = 9;
|
2667
|
+
string origin_page_type = 10;
|
2668
|
+
string origin_element = 11;
|
2669
|
+
int64 number_links = 12;
|
2670
|
+
repeated string links = 13;
|
2671
|
+
string nsfw_reason = 14;
|
2672
|
+
string structure_type = 15;
|
2673
|
+
string query_id = 16;
|
2674
|
+
repeated string subreddit_ids = 17;
|
2675
|
+
int64 number_subreddits = 18;
|
2676
|
+
int64 number_comments = 19;
|
2677
|
+
repeated string comment_ids = 20;
|
2678
|
+
string post_id = 21;
|
2679
|
+
repeated string author_names_filter = 22;
|
2680
|
+
repeated string user_ids = 23;
|
2681
|
+
int64 number_users = 24;
|
2682
|
+
repeated string protocol_name = 25;
|
2683
|
+
bool partial_results = 28;
|
2684
|
+
bool nsfw = 29;
|
2685
|
+
string impression_id = 30;
|
2686
|
+
string filters = 31;
|
2687
|
+
string error_string = 32;
|
2688
|
+
string trends = 33;
|
2689
|
+
string custom_feed_id = 34;
|
2690
|
+
string model_responses = 35;
|
2691
|
+
string conversation_id = 36;
|
2692
|
+
string interleaving_ranker_info = 37;
|
2693
|
+
int64 requested_rows = 38;
|
2694
|
+
int64 start = 39;
|
2695
|
+
string caller = 40;
|
2696
|
+
repeated string suggested_queries = 41;
|
2697
|
+
}
|
2698
|
+
|
2699
|
+
message Session {
|
2700
|
+
string id = 1;
|
2701
|
+
string referrer_url = 2;
|
2702
|
+
string referrer_domain = 3;
|
2703
|
+
string version = 4;
|
2704
|
+
string type = 5;
|
2705
|
+
int64 created_timestamp = 6;
|
2706
|
+
bool anonymous_browsing_mode = 7;
|
2707
|
+
}
|
2708
|
+
|
2709
|
+
message Setting {
|
2710
|
+
string value = 1;
|
2711
|
+
string old_value = 2;
|
2712
|
+
string scope = 3;
|
2713
|
+
repeated string values = 4;
|
2714
|
+
repeated string old_values = 5;
|
2715
|
+
}
|
2716
|
+
|
2717
|
+
message Share {
|
2718
|
+
string target = 1;
|
2719
|
+
string id = 2;
|
2720
|
+
string text = 3;
|
2721
|
+
}
|
2722
|
+
|
2723
|
+
message ShareUrl {
|
2724
|
+
string share_id = 1;
|
2725
|
+
string share_url = 2;
|
2726
|
+
string url = 3;
|
2727
|
+
string utm_source = 4;
|
2728
|
+
string utm_name = 5;
|
2729
|
+
string utm_campaign = 6;
|
2730
|
+
string utm_content = 7;
|
2731
|
+
string utm_medium = 8;
|
2732
|
+
string utm_term = 9;
|
2733
|
+
string parent_share_id = 10;
|
2734
|
+
}
|
2735
|
+
|
2736
|
+
message Snoovatar {
|
2737
|
+
string gear_id = 1;
|
2738
|
+
repeated string gear_ids = 2;
|
2739
|
+
bool snoovatar_active = 3;
|
2740
|
+
int64 id = 4;
|
2741
|
+
string full_image_url = 5;
|
2742
|
+
string headshot_image_url = 6;
|
2743
|
+
string gear_expression = 7;
|
2744
|
+
string gear_hair = 8;
|
2745
|
+
string gear_hair_acc = 9;
|
2746
|
+
string gear_face = 10;
|
2747
|
+
string gear_face_acc = 11;
|
2748
|
+
string gear_top = 12;
|
2749
|
+
string gear_top_acc = 13;
|
2750
|
+
string gear_bottom = 14;
|
2751
|
+
string gear_bottom_acc = 15;
|
2752
|
+
bool has_premium_gear = 16;
|
2753
|
+
string gear_status = 17;
|
2754
|
+
string user_generated = 18;
|
2755
|
+
string user_generated_source = 19;
|
2756
|
+
bool user_has_nft = 20;
|
2757
|
+
string nft_name = 21;
|
2758
|
+
repeated string gear_states = 22;
|
2759
|
+
string snoovatar_name = 23;
|
2760
|
+
string section_name = 24;
|
2761
|
+
string nft_token_id = 25;
|
2762
|
+
string nft_wallet_address = 26;
|
2763
|
+
string nft_rating = 27;
|
2764
|
+
string nft_accessory_id = 28;
|
2765
|
+
string nft_contract_address = 29;
|
2766
|
+
string nft_item_id = 30;
|
2767
|
+
string sort = 31;
|
2768
|
+
int64 section_index = 32;
|
2769
|
+
string sort_category = 34;
|
2770
|
+
string slot_background_card = 35;
|
2771
|
+
repeated string asset_slots = 36;
|
2772
|
+
bool is_background_auto = 37;
|
2773
|
+
}
|
2774
|
+
|
2775
|
+
message SocialLink {
|
2776
|
+
string type = 1;
|
2777
|
+
string url = 2;
|
2778
|
+
string name = 3;
|
2779
|
+
int64 position = 4;
|
2780
|
+
bool is_new = 5;
|
2781
|
+
string current_list = 6;
|
2782
|
+
}
|
2783
|
+
|
2784
|
+
message SpamuraiAction {
|
2785
|
+
string task_name = 1;
|
2786
|
+
string task_version = 2;
|
2787
|
+
string thing_id = 3;
|
2788
|
+
bool is_unapprovable = 4;
|
2789
|
+
bool is_ban_all = 5;
|
2790
|
+
bool is_mark_for_alt_tracking = 6;
|
2791
|
+
bool is_unban_all = 7;
|
2792
|
+
string channel = 8;
|
2793
|
+
}
|
2794
|
+
|
2795
|
+
message StatementOfReasons {
|
2796
|
+
string decision_external_id = 1;
|
2797
|
+
repeated string content_ids = 2;
|
2798
|
+
string account_id = 3;
|
2799
|
+
string decision_visibility = 4;
|
2800
|
+
string decision_monetary = 5;
|
2801
|
+
string decision_provision = 6;
|
2802
|
+
string decision_account = 7;
|
2803
|
+
string decision_facts = 8;
|
2804
|
+
string decision_ground = 9;
|
2805
|
+
repeated string content_type = 10;
|
2806
|
+
string category = 11;
|
2807
|
+
repeated string category_specification = 12;
|
2808
|
+
string illegal_content_legal_ground = 13;
|
2809
|
+
string illegal_content_explanation = 14;
|
2810
|
+
string incompatible_content_ground = 15;
|
2811
|
+
string incompatible_content_explanation = 16;
|
2812
|
+
repeated string territorial_scope = 17;
|
2813
|
+
int64 content_date_timestamp = 18;
|
2814
|
+
int64 application_date_timestamp = 19;
|
2815
|
+
int64 end_date_account_restriction_timestamp = 20;
|
2816
|
+
string source_type = 21;
|
2817
|
+
bool automated_detection = 22;
|
2818
|
+
bool automated_decision = 23;
|
2819
|
+
}
|
2820
|
+
|
2821
|
+
message StatementOfReasonsResponse {
|
2822
|
+
string dsa_transparency_id = 1;
|
2823
|
+
string permalink = 2;
|
2824
|
+
int64 created_at_timestamp = 3;
|
2825
|
+
string error_message = 4;
|
2826
|
+
}
|
2827
|
+
|
2828
|
+
message StripeCharge {
|
2829
|
+
string id = 1;
|
2830
|
+
int64 amount = 2;
|
2831
|
+
int64 created_timestamp = 3;
|
2832
|
+
string currency = 4;
|
2833
|
+
string description = 5;
|
2834
|
+
bool disputed = 6;
|
2835
|
+
bool paid = 7;
|
2836
|
+
bool refunded = 8;
|
2837
|
+
string status = 9;
|
2838
|
+
string receipt_email = 10;
|
2839
|
+
string receipt_number = 11;
|
2840
|
+
string metadata_origin = 12;
|
2841
|
+
string metadata_payment_id = 13;
|
2842
|
+
string metadata_reddit_product_id = 14;
|
2843
|
+
string metadata_source_id = 15;
|
2844
|
+
string billing_details_country = 16;
|
2845
|
+
string billing_details_postal_code = 17;
|
2846
|
+
string billing_details_email = 18;
|
2847
|
+
string billing_details_name = 19;
|
2848
|
+
string failure_code = 20;
|
2849
|
+
string failure_message = 21;
|
2850
|
+
string fraud_details_stripe_report = 22;
|
2851
|
+
string fraud_details_user_report = 23;
|
2852
|
+
string outcome_network_status = 24;
|
2853
|
+
string outcome_reason = 25;
|
2854
|
+
string outcome_risk_level = 26;
|
2855
|
+
int64 outcome_risk_score = 27;
|
2856
|
+
string outcome_rule_id = 28;
|
2857
|
+
string outcome_seller_message = 29;
|
2858
|
+
string outcome_type = 30;
|
2859
|
+
string payment_intent = 31;
|
2860
|
+
string payment_method = 32;
|
2861
|
+
string payment_method_details_type = 33;
|
2862
|
+
string payment_method_details_card_brand = 34;
|
2863
|
+
string payment_method_details_card_funding = 35;
|
2864
|
+
string payment_method_details_card_network = 36;
|
2865
|
+
string payment_method_details_card_fingerprint = 37;
|
2866
|
+
}
|
2867
|
+
|
2868
|
+
message StripeDispute {
|
2869
|
+
string id = 1;
|
2870
|
+
int64 amount = 2;
|
2871
|
+
string currency = 3;
|
2872
|
+
string reason = 4;
|
2873
|
+
string status = 5;
|
2874
|
+
int64 created_timestamp = 6;
|
2875
|
+
bool livemode = 7;
|
2876
|
+
bool is_charge_refundable = 8;
|
2877
|
+
string balance_transaction_id = 9;
|
2878
|
+
int64 balance_transaction_amount = 10;
|
2879
|
+
string balance_transaction_currency = 11;
|
2880
|
+
string balance_transaction_description = 12;
|
2881
|
+
int64 balance_transaction_net = 13;
|
2882
|
+
string balance_transaction_type = 14;
|
2883
|
+
int64 balance_transaction_fee = 15;
|
2884
|
+
string balance_transaction_fee_description = 16;
|
2885
|
+
string balance_transaction_fee_type = 17;
|
2886
|
+
string evidence_customer_name = 18;
|
2887
|
+
string evidence_customer_email_address = 19;
|
2888
|
+
string evidence_customer_purchase_ip = 20;
|
2889
|
+
}
|
2890
|
+
|
2891
|
+
message StripeEvent {
|
2892
|
+
int64 webhook_created_timestamp = 1;
|
2893
|
+
string webhook_id = 2;
|
2894
|
+
string webhook_type = 3;
|
2895
|
+
bool webhook_livemode = 4;
|
2896
|
+
string request_type = 5;
|
2897
|
+
string request_user = 6;
|
2898
|
+
string request_error_code = 7;
|
2899
|
+
string request_error_message = 8;
|
2900
|
+
}
|
2901
|
+
|
2902
|
+
message StripePaymentIntent {
|
2903
|
+
string id = 1;
|
2904
|
+
int64 amount = 2;
|
2905
|
+
int64 canceled_at = 3;
|
2906
|
+
string cancellation_reason = 4;
|
2907
|
+
int64 created_timestamp = 5;
|
2908
|
+
string currency = 6;
|
2909
|
+
string description = 7;
|
2910
|
+
string receipt_email = 8;
|
2911
|
+
string status = 9;
|
2912
|
+
string metadata_origin = 10;
|
2913
|
+
string metadata_payment_id = 11;
|
2914
|
+
string metadata_reddit_product_id = 12;
|
2915
|
+
string metadata_source_id = 13;
|
2916
|
+
string customer_id = 14;
|
2917
|
+
string customer_country = 15;
|
2918
|
+
string customer_postal_code = 16;
|
2919
|
+
int64 customer_created_timestamp = 17;
|
2920
|
+
string customer_email = 18;
|
2921
|
+
bool customer_livemode = 19;
|
2922
|
+
string customer_name = 20;
|
2923
|
+
string last_payment_error_charge = 21;
|
2924
|
+
string last_payment_error_code = 22;
|
2925
|
+
string last_payment_error_decline_code = 23;
|
2926
|
+
string last_payment_error_doc_url = 24;
|
2927
|
+
string last_payment_error_message = 25;
|
2928
|
+
string last_payment_error_payment_method_id = 26;
|
2929
|
+
int64 last_payment_error_payment_method_created_timestamp = 27;
|
2930
|
+
string last_payment_error_payment_method_type = 28;
|
2931
|
+
string last_payment_error_payment_method_billing_country = 29;
|
2932
|
+
string last_payment_error_payment_method_billing_postal_code = 30;
|
2933
|
+
string last_payment_error_payment_method_billing_email = 31;
|
2934
|
+
string last_payment_error_payment_method_billing_name = 32;
|
2935
|
+
string last_payment_error_payment_method_card_brand = 33;
|
2936
|
+
string last_payment_error_payment_method_card_postal_code_check = 34;
|
2937
|
+
string last_payment_error_payment_method_card_cvc_check = 35;
|
2938
|
+
string last_payment_error_payment_method_card_country = 36;
|
2939
|
+
string last_payment_error_payment_method_card_fingerprint = 37;
|
2940
|
+
string last_payment_error_payment_method_card_funding = 38;
|
2941
|
+
}
|
2942
|
+
|
2943
|
+
message Subreddit {
|
2944
|
+
string id = 1;
|
2945
|
+
string name = 2;
|
2946
|
+
string category_name = 3;
|
2947
|
+
string whitelist_status = 4;
|
2948
|
+
string access_type = 5;
|
2949
|
+
bool quarantined = 6;
|
2950
|
+
bool nsfw = 7;
|
2951
|
+
repeated string topic_tag_ids = 8;
|
2952
|
+
repeated string topic_tag_contents = 9;
|
2953
|
+
repeated string topic_tag_types = 10;
|
2954
|
+
int32 number_coins = 11;
|
2955
|
+
string public_description = 12;
|
2956
|
+
string post_difficulty_rating = 13;
|
2957
|
+
string topic_tag_primary_id = 14;
|
2958
|
+
int32 subscriber_count = 15;
|
2959
|
+
string recommendation_source = 16;
|
2960
|
+
}
|
2961
|
+
|
2962
|
+
message Survey {
|
2963
|
+
string type = 1;
|
2964
|
+
int32 min = 2;
|
2965
|
+
int32 max = 3;
|
2966
|
+
int32 score = 4;
|
2967
|
+
string text = 5;
|
2968
|
+
string experiment_name = 6;
|
2969
|
+
string experiment_variant = 7;
|
2970
|
+
string experiment_version = 8;
|
2971
|
+
string question = 9;
|
2972
|
+
string question_id = 10;
|
2973
|
+
string parent_question_id = 11;
|
2974
|
+
}
|
2975
|
+
|
2976
|
+
message SurveyResponse {
|
2977
|
+
repeated string choices_by_index = 1;
|
2978
|
+
repeated string choices = 2;
|
2979
|
+
}
|
2980
|
+
|
2981
|
+
message TargetIP {
|
2982
|
+
string address = 1;
|
2983
|
+
}
|
2984
|
+
|
2985
|
+
message TargetingSuggestion {
|
2986
|
+
string selected_keyword = 1;
|
2987
|
+
string suggested_keywords = 2;
|
2988
|
+
string request_id = 3;
|
2989
|
+
}
|
2990
|
+
|
2991
|
+
message Taxonomy {
|
2992
|
+
string subreddit_id = 1;
|
2993
|
+
string subreddit_name = 2;
|
2994
|
+
string subreddit_whitelist_status = 3;
|
2995
|
+
string version = 4;
|
2996
|
+
string rating = 5;
|
2997
|
+
string allowlist_status = 6;
|
2998
|
+
repeated string primary_topics = 7;
|
2999
|
+
repeated string mature_themes = 8;
|
3000
|
+
}
|
3001
|
+
|
3002
|
+
message TaxonomyChangelog {
|
3003
|
+
string curator_email = 1;
|
3004
|
+
string subreddit_id = 2;
|
3005
|
+
string subreddit_name = 3;
|
3006
|
+
string version = 4;
|
3007
|
+
string modified_data_type = 5;
|
3008
|
+
repeated string old_value = 6;
|
3009
|
+
repeated string new_value = 7;
|
3010
|
+
string notes = 8;
|
3011
|
+
}
|
3012
|
+
|
3013
|
+
message TextSettings {
|
3014
|
+
string os_font_size = 1;
|
3015
|
+
string app_font_size = 2;
|
3016
|
+
}
|
3017
|
+
|
3018
|
+
message TheaterMode {
|
3019
|
+
string id = 1;
|
3020
|
+
int64 position = 2;
|
3021
|
+
}
|
3022
|
+
|
3023
|
+
message ThirdPartyBadge {
|
3024
|
+
string id = 1;
|
3025
|
+
string title = 2;
|
3026
|
+
string target_user_id = 3;
|
3027
|
+
}
|
3028
|
+
|
3029
|
+
message Ticket {
|
3030
|
+
string id = 1;
|
3031
|
+
string type = 2;
|
3032
|
+
string queue_id = 3;
|
3033
|
+
string status = 4;
|
3034
|
+
}
|
3035
|
+
|
3036
|
+
message Timer {
|
3037
|
+
string type = 1;
|
3038
|
+
int64 millis = 2;
|
3039
|
+
int64 time_to_first_byte = 3;
|
3040
|
+
int64 first_contentful_paint = 4;
|
3041
|
+
int64 first_meaningful_paint = 5;
|
3042
|
+
int64 first_input_delay = 6;
|
3043
|
+
string referrer = 7;
|
3044
|
+
string referrer_correlation_id = 8;
|
3045
|
+
}
|
3046
|
+
|
3047
|
+
message Toast {
|
3048
|
+
string type = 1;
|
3049
|
+
string message = 2;
|
3050
|
+
bool persistent = 3;
|
3051
|
+
string icon = 4;
|
3052
|
+
string action_label = 5;
|
3053
|
+
string button_1 = 6;
|
3054
|
+
string button_2 = 7;
|
3055
|
+
string page_type = 8;
|
3056
|
+
}
|
3057
|
+
|
3058
|
+
message Token {
|
3059
|
+
string id = 10;
|
3060
|
+
}
|
3061
|
+
|
3062
|
+
message Tooltip {
|
3063
|
+
string id = 1;
|
3064
|
+
string text = 2;
|
3065
|
+
}
|
3066
|
+
|
3067
|
+
message TopicMetadata {
|
3068
|
+
string id = 1;
|
3069
|
+
string display_name = 2;
|
3070
|
+
}
|
3071
|
+
|
3072
|
+
message TopicTag {
|
3073
|
+
string id = 1;
|
3074
|
+
string content = 2;
|
3075
|
+
string type = 3;
|
3076
|
+
bool is_primary = 4;
|
3077
|
+
}
|
3078
|
+
|
3079
|
+
message Transaction {
|
3080
|
+
string hash = 10;
|
3081
|
+
}
|
3082
|
+
|
3083
|
+
message Transfer {
|
3084
|
+
string from_address = 10;
|
3085
|
+
string to_address = 20;
|
3086
|
+
int64 amount = 30;
|
3087
|
+
}
|
3088
|
+
|
3089
|
+
message Trophy {
|
3090
|
+
string id = 1;
|
3091
|
+
string name = 2;
|
3092
|
+
}
|
3093
|
+
|
3094
|
+
message TwoFactorAuth {
|
3095
|
+
int64 device_previous_remaining_backup_codes = 1;
|
3096
|
+
string device_name = 2;
|
3097
|
+
bool device_exists = 3;
|
3098
|
+
string device_algorithm = 4;
|
3099
|
+
int32 device_backup_codes_remaining = 5;
|
3100
|
+
bool backup_code_used = 6;
|
3101
|
+
bool otp_embedded_in_password = 7;
|
3102
|
+
}
|
3103
|
+
|
3104
|
+
message UnitBrandSafety {
|
3105
|
+
repeated string ids = 1;
|
3106
|
+
repeated string types = 2;
|
3107
|
+
repeated string allowlist_statuses = 3;
|
3108
|
+
repeated string bad_keywords = 4;
|
3109
|
+
repeated bool nsfws = 5;
|
3110
|
+
repeated double safety_x_tag_scores = 6;
|
3111
|
+
repeated double safety_v_tag_scores = 7;
|
3112
|
+
}
|
3113
|
+
|
3114
|
+
message Upload {
|
3115
|
+
int64 file_size = 1;
|
3116
|
+
string category = 2;
|
3117
|
+
string optimization_type = 3;
|
3118
|
+
}
|
3119
|
+
|
3120
|
+
message UrlParsed {
|
3121
|
+
int64 shared_timestamp = 1;
|
3122
|
+
string utm_source = 2;
|
3123
|
+
string utm_name = 3;
|
3124
|
+
string shared_hash = 4;
|
3125
|
+
string utm_campaign = 5;
|
3126
|
+
string utm_content = 6;
|
3127
|
+
string utm_medium = 7;
|
3128
|
+
string utm_term = 8;
|
3129
|
+
}
|
3130
|
+
|
3131
|
+
message User {
|
3132
|
+
string id = 1;
|
3133
|
+
int64 created_timestamp = 2;
|
3134
|
+
bool logged_in = 3;
|
3135
|
+
int64 cookie_created_timestamp = 4;
|
3136
|
+
bool suspect = 6;
|
3137
|
+
bool disenfranchised = 8;
|
3138
|
+
bool in_timeout = 9;
|
3139
|
+
bool neutered = 10;
|
3140
|
+
int64 number_creddits = 11;
|
3141
|
+
bool is_admin = 12;
|
3142
|
+
bool has_premium = 13;
|
3143
|
+
int64 number_coins = 14;
|
3144
|
+
int64 number_premium_days_remaining = 15;
|
3145
|
+
bool is_employee = 16;
|
3146
|
+
bool is_premium_subscriber = 17;
|
3147
|
+
int64 post_karma = 18;
|
3148
|
+
int64 comment_karma = 19;
|
3149
|
+
string name = 20;
|
3150
|
+
string email = 21;
|
3151
|
+
string previous_id = 22;
|
3152
|
+
string masked_email = 23;
|
3153
|
+
string masked_email_user = 24;
|
3154
|
+
string email_domain = 25;
|
3155
|
+
string premium_state = 26;
|
3156
|
+
string country_code = 27;
|
3157
|
+
bool is_admin_mode_enabled = 28;
|
3158
|
+
string logged_in_id = 29;
|
3159
|
+
}
|
3160
|
+
|
3161
|
+
message UserDeactivationInfo {
|
3162
|
+
string verification_source = 1;
|
3163
|
+
string external_identity_provider = 2;
|
3164
|
+
}
|
3165
|
+
|
3166
|
+
message UserFlair {
|
3167
|
+
string id = 1;
|
3168
|
+
string title = 2;
|
3169
|
+
bool active = 3;
|
3170
|
+
string id_achieve = 4;
|
3171
|
+
string title_achieve = 5;
|
3172
|
+
bool locked = 6;
|
3173
|
+
string id_supporter = 7;
|
3174
|
+
string title_supporter = 8;
|
3175
|
+
bool is_supporter = 9;
|
3176
|
+
}
|
3177
|
+
|
3178
|
+
message UserPreferences {
|
3179
|
+
bool in_beta = 1;
|
3180
|
+
string language = 2;
|
3181
|
+
bool hide_nsfw = 3;
|
3182
|
+
string expando = 4;
|
3183
|
+
bool hide_previously_seen_posts = 5;
|
3184
|
+
string service_language = 6;
|
3185
|
+
}
|
3186
|
+
|
3187
|
+
message UserSubreddit {
|
3188
|
+
bool is_mod = 1;
|
3189
|
+
bool mod_full = 2;
|
3190
|
+
bool mod_access = 3;
|
3191
|
+
bool mod_config = 4;
|
3192
|
+
bool mod_flair = 5;
|
3193
|
+
bool mod_mail = 6;
|
3194
|
+
bool mod_post = 7;
|
3195
|
+
bool mod_wiki = 8;
|
3196
|
+
bool mod_none = 9;
|
3197
|
+
bool is_favorite = 10;
|
3198
|
+
bool is_subscriber = 11;
|
3199
|
+
int64 post_karma = 12;
|
3200
|
+
int64 comment_karma = 13;
|
3201
|
+
bool is_steward = 14;
|
3202
|
+
bool recently_visited = 15;
|
3203
|
+
}
|
3204
|
+
|
3205
|
+
message VideoErrorReport {
|
3206
|
+
string reason = 1;
|
3207
|
+
string custom_response = 2;
|
3208
|
+
string mux_session_id = 3;
|
3209
|
+
int32 error_code = 4;
|
3210
|
+
string error_message = 5;
|
3211
|
+
string network_speed = 6;
|
3212
|
+
int32 num_connection_attempts = 7;
|
3213
|
+
int64 client_connected_timestamp = 8;
|
3214
|
+
int64 network_disconnect_timestamp = 9;
|
3215
|
+
int64 bitrate = 10;
|
3216
|
+
bool error_handled = 11;
|
3217
|
+
int64 video_cache_bytes = 12;
|
3218
|
+
int32 video_cache_files_count = 13;
|
3219
|
+
int64 image_cache_bytes = 14;
|
3220
|
+
int32 image_cache_files_count = 15;
|
3221
|
+
int64 preferences_bytes = 16;
|
3222
|
+
int64 databases_bytes = 17;
|
3223
|
+
}
|
3224
|
+
|
3225
|
+
message ViewStats {
|
3226
|
+
int64 num_comments_viewed = 1;
|
3227
|
+
repeated string comments_viewed_list = 2;
|
3228
|
+
int64 num_comments_consumed = 3;
|
3229
|
+
repeated string comments_consumed_list = 4;
|
3230
|
+
string comments_viewed_json = 5;
|
3231
|
+
string comments_consumed_json = 6;
|
3232
|
+
int64 characters_displayed = 7;
|
3233
|
+
}
|
3234
|
+
|
3235
|
+
message Visibility {
|
3236
|
+
bool seen = 1;
|
3237
|
+
repeated string seen_items = 4;
|
3238
|
+
int64 number_items = 5;
|
3239
|
+
int64 number_seen_items = 6;
|
3240
|
+
int64 number_scrolled_pages = 7;
|
3241
|
+
int64 on_screen_timestamp = 8;
|
3242
|
+
int64 off_screen_timestamp = 9;
|
3243
|
+
int32 post_height_px = 10;
|
3244
|
+
}
|
3245
|
+
|
3246
|
+
message Vote {
|
3247
|
+
bool affects_karma = 1;
|
3248
|
+
bool affects_score = 2;
|
3249
|
+
string author_id = 3;
|
3250
|
+
}
|
3251
|
+
|
3252
|
+
message Webhook {
|
3253
|
+
string id = 1;
|
3254
|
+
string type = 2;
|
3255
|
+
}
|
3256
|
+
|
3257
|
+
message Widget {
|
3258
|
+
string target_subreddit_name = 1;
|
3259
|
+
string target_subreddit_id = 2;
|
3260
|
+
string type = 3;
|
3261
|
+
}
|
3262
|
+
|
3263
|
+
message ZendeskTicket {
|
3264
|
+
int64 id = 1;
|
3265
|
+
string source = 2;
|
3266
|
+
}
|
3267
|
+
|
3268
|
+
message Zipkin {
|
3269
|
+
string trace_id = 1;
|
3270
|
+
}
|
3271
|
+
|
3272
|
+
message iOSMetricKitPayload {
|
3273
|
+
int64 begin_timestamp = 1;
|
3274
|
+
int64 end_timestamp = 2;
|
3275
|
+
string latest_app_version = 3;
|
3276
|
+
int64 peak_memory_usage_mb = 4;
|
3277
|
+
int64 cumulative_cpu_time_ms = 5;
|
3278
|
+
int64 cumulative_cpu_instructions_ki = 6;
|
3279
|
+
int64 cumulative_cellular_download_mb = 7;
|
3280
|
+
int64 cumulative_cellular_upload_mb = 8;
|
3281
|
+
int64 cumulative_wifi_download_mb = 9;
|
3282
|
+
int64 cumulative_wifi_upload_mb = 10;
|
3283
|
+
int64 cumulative_logical_writes_mb = 11;
|
3284
|
+
int64 cumulative_foreground_time_s = 12;
|
3285
|
+
int64 cumulative_background_time_s = 13;
|
3286
|
+
int64 cumulative_background_audio_time_s = 14;
|
3287
|
+
int64 cumulative_background_location_time_s = 15;
|
3288
|
+
string device_type = 16;
|
3289
|
+
string os_version = 17;
|
3290
|
+
string application_build_version = 18;
|
3291
|
+
string region_format = 19;
|
3292
|
+
}
|