Sha256: b03bf0d52e7a2469ee31fdbc30c5ece8bf285957ba5d98f61031017bb74dda1f
Contents?: true
Size: 675 Bytes
Versions: 15
Compression:
Stored size: 675 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/launch_stage.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/launch_stage.proto", :syntax => :proto3) do add_enum "google.api.LaunchStage" do value :LAUNCH_STAGE_UNSPECIFIED, 0 value :UNIMPLEMENTED, 6 value :PRELAUNCH, 7 value :EARLY_ACCESS, 1 value :ALPHA, 2 value :BETA, 3 value :GA, 4 value :DEPRECATED, 5 end end end module Google module Api LaunchStage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LaunchStage").enummodule end end
Version data entries
15 entries across 15 versions & 3 rubygems