Sha256: eeb83d8b8cf82554cf86022fc8f93c7b4d84eedf0bae68e0b02c7d3f4b8c8623
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/enums/invoice_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/enums/invoice_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.enums.InvoiceTypeEnum" do end add_enum "google.ads.googleads.v7.enums.InvoiceTypeEnum.InvoiceType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :CREDIT_MEMO, 2 value :INVOICE, 3 end end end module Google module Ads module GoogleAds module V7 module Enums InvoiceTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.InvoiceTypeEnum").msgclass InvoiceTypeEnum::InvoiceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.InvoiceTypeEnum.InvoiceType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems