Sha256: 51ae7523cf1ff6a3fb44e53fc6d3cd24095f9d102c9e71cfade0171e6ff03966
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/appengine/v1/instance.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/appengine/v1/instance.proto", :syntax => :proto3) do add_message "google.appengine.v1.Instance" do optional :name, :string, 1 optional :id, :string, 2 optional :app_engine_release, :string, 3 optional :availability, :enum, 4, "google.appengine.v1.Instance.Availability" optional :vm_name, :string, 5 optional :vm_zone_name, :string, 6 optional :vm_id, :string, 7 optional :start_time, :message, 8, "google.protobuf.Timestamp" optional :requests, :int32, 9 optional :errors, :int32, 10 optional :qps, :float, 11 optional :average_latency, :int32, 12 optional :memory_usage, :int64, 13 optional :vm_status, :string, 14 optional :vm_debug_enabled, :bool, 15 optional :vm_ip, :string, 16 end add_enum "google.appengine.v1.Instance.Availability" do value :UNSPECIFIED, 0 value :RESIDENT, 1 value :DYNAMIC, 2 end end end module Google module Cloud module AppEngine module V1 Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Instance").msgclass Instance::Availability = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Instance.Availability").enummodule end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-app_engine-v1-0.2.0 | lib/google/appengine/v1/instance_pb.rb |
google-cloud-app_engine-v1-0.1.0 | lib/google/appengine/v1/instance_pb.rb |