x
This commit is contained in:
31
gen/proto/php/Pet/V1/DeletePetResponse.php
Normal file
31
gen/proto/php/Pet/V1/DeletePetResponse.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: pet/v1/pet.proto
|
||||
|
||||
namespace Pet\V1;
|
||||
|
||||
use Google\Protobuf\Internal\GPBType;
|
||||
use Google\Protobuf\Internal\RepeatedField;
|
||||
use Google\Protobuf\Internal\GPBUtil;
|
||||
|
||||
/**
|
||||
* Generated from protobuf message <code>pet.v1.DeletePetResponse</code>
|
||||
*/
|
||||
class DeletePetResponse extends \Google\Protobuf\Internal\Message
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param array $data {
|
||||
* Optional. Data for populating the Message object.
|
||||
*
|
||||
* }
|
||||
*/
|
||||
public function __construct($data = NULL) {
|
||||
\Pet\V1\GPBMetadata\Pet::initOnce();
|
||||
parent::__construct($data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user