Sha256: 895c2fb8558bd26b71a8b60c1e697b82753df32196f3484628632c9a3efaa33b
Contents?: true
Size: 1.79 KB
Versions: 9
Compression:
Stored size: 1.79 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/resources/batch_job.proto require 'google/protobuf' require 'google/ads/google_ads/v13/enums/batch_job_status_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/resources/batch_job.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.resources.BatchJob" do optional :resource_name, :string, 1 proto3_optional :id, :int64, 7 proto3_optional :next_add_sequence_token, :string, 8 optional :metadata, :message, 4, "google.ads.googleads.v13.resources.BatchJob.BatchJobMetadata" optional :status, :enum, 5, "google.ads.googleads.v13.enums.BatchJobStatusEnum.BatchJobStatus" proto3_optional :long_running_operation, :string, 9 end add_message "google.ads.googleads.v13.resources.BatchJob.BatchJobMetadata" do proto3_optional :creation_date_time, :string, 8 proto3_optional :start_date_time, :string, 7 proto3_optional :completion_date_time, :string, 9 proto3_optional :estimated_completion_ratio, :double, 10 proto3_optional :operation_count, :int64, 11 proto3_optional :executed_operation_count, :int64, 12 proto3_optional :execution_limit_seconds, :int32, 13 end end end module Google module Ads module GoogleAds module V13 module Resources BatchJob = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.resources.BatchJob").msgclass BatchJob::BatchJobMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.resources.BatchJob.BatchJobMetadata").msgclass end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems