32 lines
670 B
PHP
32 lines
670 B
PHP
<?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);
|
|
}
|
|
|
|
}
|
|
|