lib/google/api/httpbody_pb.rb
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/httpbody.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.HttpBody" do optional :content_type, :string, 1 optional :data, :bytes, 2 end end module Google module Api HttpBody = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpBody").msgclass end end