# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/appengine/v1/instance.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/timestamp_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 optional :vm_liveness, :enum, 17, "google.appengine.v1.Instance.Liveness.LivenessState" end add_message "google.appengine.v1.Instance.Liveness" do end add_enum "google.appengine.v1.Instance.Liveness.LivenessState" do value :LIVENESS_STATE_UNSPECIFIED, 0 value :UNKNOWN, 1 value :HEALTHY, 2 value :UNHEALTHY, 3 value :DRAINING, 4 value :TIMEOUT, 5 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::Liveness = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Instance.Liveness").msgclass Instance::Liveness::LivenessState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Instance.Liveness.LivenessState").enummodule Instance::Availability = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.appengine.v1.Instance.Availability").enummodule end end end end