���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/st2/vendor/google/photos-library/src/Google/Photos/Library/V1/ |
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/photos/library/v1/photos_library.proto namespace Google\Photos\Library\V1; /** * This is a set of pre-defined content categories that you can filter on. * * Protobuf type <code>google.photos.library.v1.ContentCategory</code> */ class ContentCategory { /** * Default content category. This category is ignored when any other category * is used in the filter. * * Generated from protobuf enum <code>NONE = 0;</code> */ const NONE = 0; /** * Media items containing landscapes. * * Generated from protobuf enum <code>LANDSCAPES = 1;</code> */ const LANDSCAPES = 1; /** * Media items containing receipts. * * Generated from protobuf enum <code>RECEIPTS = 2;</code> */ const RECEIPTS = 2; /** * Media items containing cityscapes. * * Generated from protobuf enum <code>CITYSCAPES = 3;</code> */ const CITYSCAPES = 3; /** * Media items containing landmarks. * * Generated from protobuf enum <code>LANDMARKS = 4;</code> */ const LANDMARKS = 4; /** * Media items that are selfies. * * Generated from protobuf enum <code>SELFIES = 5;</code> */ const SELFIES = 5; /** * Media items containing people. * * Generated from protobuf enum <code>PEOPLE = 6;</code> */ const PEOPLE = 6; /** * Media items containing pets. * * Generated from protobuf enum <code>PETS = 7;</code> */ const PETS = 7; /** * Media items from weddings. * * Generated from protobuf enum <code>WEDDINGS = 8;</code> */ const WEDDINGS = 8; /** * Media items from birthdays. * * Generated from protobuf enum <code>BIRTHDAYS = 9;</code> */ const BIRTHDAYS = 9; /** * Media items containing documents. * * Generated from protobuf enum <code>DOCUMENTS = 10;</code> */ const DOCUMENTS = 10; /** * Media items taken during travel. * * Generated from protobuf enum <code>TRAVEL = 11;</code> */ const TRAVEL = 11; /** * Media items containing animals. * * Generated from protobuf enum <code>ANIMALS = 12;</code> */ const ANIMALS = 12; /** * Media items containing food. * * Generated from protobuf enum <code>FOOD = 13;</code> */ const FOOD = 13; /** * Media items from sporting events. * * Generated from protobuf enum <code>SPORT = 14;</code> */ const SPORT = 14; /** * Media items taken at night. * * Generated from protobuf enum <code>NIGHT = 15;</code> */ const NIGHT = 15; /** * Media items from performances. * * Generated from protobuf enum <code>PERFORMANCES = 16;</code> */ const PERFORMANCES = 16; /** * Media items containing whiteboards. * * Generated from protobuf enum <code>WHITEBOARDS = 17;</code> */ const WHITEBOARDS = 17; /** * Media items that are screenshots. * * Generated from protobuf enum <code>SCREENSHOTS = 18;</code> */ const SCREENSHOTS = 18; /** * Media items that are considered to be utility. These include, but aren't * limited to documents, screenshots, whiteboards etc. * * Generated from protobuf enum <code>UTILITY = 19;</code> */ const UTILITY = 19; }