Sha256: 30d3975fb42dc8d0d2a2469e047c7b2ad014d4672b971ec249bc076aa21c33d6
Contents?: true
Size: 1.57 KB
Versions: 3
Compression:
Stored size: 1.57 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/identity/accesscontextmanager/type/device_resources.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/identity/accesscontextmanager/type/device_resources.proto", :syntax => :proto3) do add_enum "google.identity.accesscontextmanager.type.DeviceEncryptionStatus" do value :ENCRYPTION_UNSPECIFIED, 0 value :ENCRYPTION_UNSUPPORTED, 1 value :UNENCRYPTED, 2 value :ENCRYPTED, 3 end add_enum "google.identity.accesscontextmanager.type.OsType" do value :OS_UNSPECIFIED, 0 value :DESKTOP_MAC, 1 value :DESKTOP_WINDOWS, 2 value :DESKTOP_LINUX, 3 value :DESKTOP_CHROME_OS, 6 value :ANDROID, 4 value :IOS, 5 end add_enum "google.identity.accesscontextmanager.type.DeviceManagementLevel" do value :MANAGEMENT_UNSPECIFIED, 0 value :NONE, 1 value :BASIC, 2 value :COMPLETE, 3 end end end module Google module Identity module AccessContextManager module Type DeviceEncryptionStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.identity.accesscontextmanager.type.DeviceEncryptionStatus").enummodule OsType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.identity.accesscontextmanager.type.OsType").enummodule DeviceManagementLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.identity.accesscontextmanager.type.DeviceManagementLevel").enummodule end end end end
Version data entries
3 entries across 3 versions & 1 rubygems