Sha256: 35ee4def1669acbb76f2cc2cd8bac6f1c71048238e5aa5c9449800544b3ec4c7

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "google.api.ConfigChange" do
    optional :element, :string, 1
    optional :old_value, :string, 2
    optional :new_value, :string, 3
    optional :change_type, :enum, 4, "google.api.ChangeType"
    repeated :advices, :message, 5, "google.api.Advice"
  end
  add_message "google.api.Advice" do
    optional :description, :string, 2
  end
  add_enum "google.api.ChangeType" do
    value :CHANGE_TYPE_UNSPECIFIED, 0
    value :ADDED, 1
    value :REMOVED, 2
    value :MODIFIED, 3
  end
end

module Google
  module Api
    ConfigChange = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ConfigChange").msgclass
    Advice = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Advice").msgclass
    ChangeType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ChangeType").enummodule
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
googleapis-common-protos-types-1.0.4 lib/google/api/config_change_pb.rb
googleapis-common-protos-types-1.0.3 lib/google/api/config_change_pb.rb
googleapis-common-protos-types-1.0.2 lib/google/api/config_change_pb.rb
googleapis-common-protos-types-1.0.1 lib/google/api/config_change_pb.rb
googleapis-common-protos-types-1.0.0 lib/google/api/config_change_pb.rb
googleapis-common-protos-1.3.5 lib/google/api/config_change_pb.rb
googleapis-common-protos-1.3.4 lib/google/api/config_change_pb.rb
googleapis-common-protos-1.3.1 lib/google/api/config_change_pb.rb