Sha256: 1f9e5c94ded95148c3a20af6d401d8be0a2b3e2839174c5782b512a2f8493a72
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v4/enums/policy_review_status.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v4/enums/policy_review_status.proto", :syntax => :proto3) do add_message "google.ads.googleads.v4.enums.PolicyReviewStatusEnum" do end add_enum "google.ads.googleads.v4.enums.PolicyReviewStatusEnum.PolicyReviewStatus" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :REVIEW_IN_PROGRESS, 2 value :REVIEWED, 3 value :UNDER_APPEAL, 4 value :ELIGIBLE_MAY_SERVE, 5 end end end module Google module Ads module GoogleAds module V4 module Enums PolicyReviewStatusEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.PolicyReviewStatusEnum").msgclass PolicyReviewStatusEnum::PolicyReviewStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.PolicyReviewStatusEnum.PolicyReviewStatus").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems