Operations.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/longrunning/operations.proto
  4. namespace GPBMetadata\Google\Longrunning;
  5. class Operations
  6. {
  7. public static $is_initialized = false;
  8. public static function initOnce() {
  9. $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
  10. if (static::$is_initialized == true) {
  11. return;
  12. }
  13. \GPBMetadata\Google\Api\Annotations::initOnce();
  14. \GPBMetadata\Google\Api\Client::initOnce();
  15. \GPBMetadata\Google\Protobuf\Any::initOnce();
  16. \GPBMetadata\Google\Protobuf\Duration::initOnce();
  17. \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
  18. \GPBMetadata\Google\Rpc\Status::initOnce();
  19. $pool->internalAddGeneratedFile(
  20. '
  21. ©
  22. #google/longrunning/operations.protogoogle.longrunninggoogle/api/client.protogoogle/protobuf/any.protogoogle/protobuf/duration.protogoogle/protobuf/empty.protogoogle/rpc/status.proto google/protobuf/descriptor.proto"¨
  23. Operation
  24. name ( &
  25. metadata ( 2.google.protobuf.Any
  26. done (#
  27. error ( 2.google.rpc.StatusH�(
  28. response ( 2.google.protobuf.AnyH�B
  29. result"#
  30. GetOperationRequest
  31. name ( "\\
  32. ListOperationsRequest
  33. name ( 
  34. filter ( 
  35. page_size (
  36. page_token ( "d
  37. ListOperationsResponse1
  38. operations ( 2.google.longrunning.Operation
  39. next_page_token ( "&
  40. CancelOperationRequest
  41. name ( "&
  42. DeleteOperationRequest
  43. name ( "P
  44. WaitOperationRequest
  45. name ( *
  46. timeout ( 2.google.protobuf.Duration"=
  47. OperationInfo
  48. response_type ( 
  49. metadata_type ( 2ª
  50. Operations”
  51. ListOperations).google.longrunning.ListOperationsRequest*.google.longrunning.ListOperationsResponse"+‚Óä“/v1/{name=operations}ÚA name,filter
  52. GetOperation\'.google.longrunning.GetOperationRequest.google.longrunning.Operation"\'‚Óä“/v1/{name=operations/**}ÚAname~
  53. DeleteOperation*.google.longrunning.DeleteOperationRequest.google.protobuf.Empty"\'‚Óä“*/v1/{name=operations/**}ÚAnameˆ
  54. CancelOperation*.google.longrunning.CancelOperationRequest.google.protobuf.Empty"1‚Óä“$"/v1/{name=operations/**}:cancel:*ÚAnameZ
  55. WaitOperation(.google.longrunning.WaitOperationRequest.google.longrunning.Operation"�ÊAlongrunning.googleapis.comB—
  56. com.google.longrunningBOperationsProtoPZ=google.golang.org/genproto/googleapis/longrunning;longrunningøªGoogle.LongRunningÊGoogle\\LongRunningbproto3'
  57. , true);
  58. static::$is_initialized = true;
  59. }
  60. }