Sha256: add0287a62de8b746c4893032648ba32f9a2aa17b911817ad6ebfc47d977f249
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/httpbody.proto require 'google/protobuf' require 'google/protobuf/any_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.HttpBody" do optional :content_type, :string, 1 optional :data, :bytes, 2 repeated :extensions, :message, 3, "google.protobuf.Any" end end module Google module Api HttpBody = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpBody").msgclass end end
Version data entries
3 entries across 3 versions & 1 rubygems