���� 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/gax/src/Cloud/DevTools/Source/V1/ |
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/devtools/source/v1/source_context.proto namespace Google\Cloud\DevTools\Source\V1; /** * The type of an Alias. * * Protobuf enum <code>Google\Devtools\Source\V1\AliasContext\Kind</code> */ class AliasContext_Kind { /** * Do not use. * * Generated from protobuf enum <code>ANY = 0;</code> */ const ANY = 0; /** * Git tag * * Generated from protobuf enum <code>FIXED = 1;</code> */ const FIXED = 1; /** * Git branch * * Generated from protobuf enum <code>MOVABLE = 2;</code> */ const MOVABLE = 2; /** * OTHER is used to specify non-standard aliases, those not of the kinds * above. For example, if a Git repo has a ref named "refs/foo/bar", it * is considered to be of kind OTHER. * * Generated from protobuf enum <code>OTHER = 4;</code> */ const OTHER = 4; }