allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
BIN
vendor/google/gax/metadata/ApiCore/Testing/Mocks.php
vendored
Normal file
BIN
vendor/google/gax/metadata/ApiCore/Testing/Mocks.php
vendored
Normal file
Binary file not shown.
28
vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php
vendored
Normal file
28
vendor/google/gax/metadata/Google/ApiCore/Tests/Unit/Example.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: example.proto
|
||||
|
||||
namespace GPBMetadata\Google\ApiCore\Tests\Unit;
|
||||
|
||||
class Example
|
||||
{
|
||||
public static $is_initialized = false;
|
||||
|
||||
public static function initOnce() {
|
||||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||||
|
||||
if (static::$is_initialized == true) {
|
||||
return;
|
||||
}
|
||||
$pool->internalAddGeneratedFile(hex2bin(
|
||||
"0a85010a0d6578616d706c652e70726f746f1219676f6f676c652e617069" .
|
||||
"636f72652e74657374732e756e6974220b0a094d794d6573736167654244" .
|
||||
"ca0219476f6f676c655c417069436f72655c54657374735c556e6974e202" .
|
||||
"254750424d657461646174615c476f6f676c655c417069436f72655c5465" .
|
||||
"7374735c556e6974620670726f746f33"
|
||||
));
|
||||
|
||||
static::$is_initialized = true;
|
||||
}
|
||||
}
|
||||
|
||||
6
vendor/google/gax/metadata/README.md
vendored
Normal file
6
vendor/google/gax/metadata/README.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Google Protobuf Metadata Classes
|
||||
|
||||
## WARNING!
|
||||
|
||||
These classes are not intended for direct use - they exist only to support
|
||||
the generated protobuf classes in src/
|
||||
Reference in New Issue
Block a user