Sha256: 3199f5f4998b13b36be16a30d8c778f3745b2785b476fa0575b05e4ba2bc634f
Contents?: true
Size: 1.45 KB
Versions: 10
Compression:
Stored size: 1.45 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/tasks/v2/target.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.cloud.tasks.v2.AppEngineHttpRequest" do optional :http_method, :enum, 1, "google.cloud.tasks.v2.HttpMethod" optional :app_engine_routing, :message, 2, "google.cloud.tasks.v2.AppEngineRouting" optional :relative_uri, :string, 3 map :headers, :string, :string, 4 optional :body, :bytes, 5 end add_message "google.cloud.tasks.v2.AppEngineRouting" do optional :service, :string, 1 optional :version, :string, 2 optional :instance, :string, 3 optional :host, :string, 4 end add_enum "google.cloud.tasks.v2.HttpMethod" do value :HTTP_METHOD_UNSPECIFIED, 0 value :POST, 1 value :GET, 2 value :HEAD, 3 value :PUT, 4 value :DELETE, 5 value :PATCH, 6 value :OPTIONS, 7 end end module Google module Cloud module Tasks module V2 AppEngineHttpRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.tasks.v2.AppEngineHttpRequest").msgclass AppEngineRouting = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.tasks.v2.AppEngineRouting").msgclass HttpMethod = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.tasks.v2.HttpMethod").enummodule end end end end
Version data entries
10 entries across 10 versions & 1 rubygems