Sha256: 1192a5783ce5edac3c34bd3dceb8204b9e90508f955d4328ca69dfc11b72b0fc

Contents?: true

Size: 1.63 KB

Versions: 10

Compression:

Stored size: 1.63 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/api/servicecontrol/v1/operation.proto

require 'google/protobuf'

require 'google/api/servicecontrol/v1/log_entry_pb'
require 'google/api/servicecontrol/v1/metric_value_pb'
require 'google/protobuf/any_pb'
require 'google/protobuf/timestamp_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/api/servicecontrol/v1/operation.proto", :syntax => :proto3) do
    add_message "google.api.servicecontrol.v1.Operation" do
      optional :operation_id, :string, 1
      optional :operation_name, :string, 2
      optional :consumer_id, :string, 3
      optional :start_time, :message, 4, "google.protobuf.Timestamp"
      optional :end_time, :message, 5, "google.protobuf.Timestamp"
      map :labels, :string, :string, 6
      repeated :metric_value_sets, :message, 7, "google.api.servicecontrol.v1.MetricValueSet"
      repeated :log_entries, :message, 8, "google.api.servicecontrol.v1.LogEntry"
      optional :importance, :enum, 11, "google.api.servicecontrol.v1.Operation.Importance"
      repeated :extensions, :message, 16, "google.protobuf.Any"
    end
    add_enum "google.api.servicecontrol.v1.Operation.Importance" do
      value :LOW, 0
      value :HIGH, 1
    end
  end
end

module Google
  module Cloud
    module ServiceControl
      module V1
        Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.servicecontrol.v1.Operation").msgclass
        Operation::Importance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.servicecontrol.v1.Operation.Importance").enummodule
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
google-cloud-service_control-v1-0.4.3 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.4.2 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.4.1 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.4.0 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.3.2 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.3.1 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.3.0 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.2.0 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.1.1 lib/google/api/servicecontrol/v1/operation_pb.rb
google-cloud-service_control-v1-0.1.0 lib/google/api/servicecontrol/v1/operation_pb.rb