Sha256: 23d66214f43a61a59ed3eb58b5e1f729df82d3a4c800b84490ad362f291c48dc

Contents?: true

Size: 633 Bytes

Versions: 6

Compression:

Stored size: 633 Bytes

Contents

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

require 'google/protobuf'

require 'google/protobuf/wrappers_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/type/color.proto", :syntax => :proto3) do
    add_message "google.type.Color" do
      optional :red, :float, 1
      optional :green, :float, 2
      optional :blue, :float, 3
      optional :alpha, :message, 4, "google.protobuf.FloatValue"
    end
  end
end

module Google
  module Type
    Color = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Color").msgclass
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
googleapis-common-protos-types-1.3.2 lib/google/type/color_pb.rb
googleapis-common-protos-types-1.3.0 lib/google/type/color_pb.rb
googleapis-common-protos-types-1.2.0 lib/google/type/color_pb.rb
googleapis-common-protos-types-1.1.0 lib/google/type/color_pb.rb
googleapis-common-protos-types-1.0.6 lib/google/type/color_pb.rb
googleapis-common-protos-types-1.0.5 lib/google/type/color_pb.rb