Sha256: b68ad29274e5d04be5b7e241ba7dd944fecc30dd0310fddfead9119782128ba2
Contents?: true
Size: 1.61 KB
Versions: 30
Compression:
Stored size: 1.61 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/identity/accesscontextmanager/type/device_resources.proto require 'google/protobuf' require 'google/api/annotations_pb' 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
30 entries across 30 versions & 2 rubygems