Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Dns.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
'type' => 'string',
'required' => true,
],
'clientOperationId' => [
'location' => 'query',
'type' => 'string',
],
],
],
]
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/ChangesListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ChangesListResponse extends \Google\Collection
protected $changesType = Change::class;
protected $changesDataType = 'array';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand Down Expand Up @@ -59,7 +59,7 @@ public function getChanges()
return $this->changes;
}
/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/DnsKeysListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DnsKeysListResponse extends \Google\Collection
protected $dnsKeysType = DnsKey::class;
protected $dnsKeysDataType = 'array';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand Down Expand Up @@ -59,7 +59,7 @@ public function getDnsKeys()
return $this->dnsKeys;
}
/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/ManagedZoneOperationsListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ManagedZoneOperationsListResponse extends \Google\Collection
{
protected $collection_key = 'operations';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand All @@ -43,7 +43,7 @@ class ManagedZoneOperationsListResponse extends \Google\Collection
protected $operationsDataType = 'array';

/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/ManagedZonesListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ManagedZonesListResponse extends \Google\Collection
{
protected $collection_key = 'managedZones';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand All @@ -43,7 +43,7 @@ class ManagedZonesListResponse extends \Google\Collection
public $nextPageToken;

/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/PoliciesListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PoliciesListResponse extends \Google\Collection
{
protected $collection_key = 'policies';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand All @@ -43,7 +43,7 @@ class PoliciesListResponse extends \Google\Collection
protected $policiesDataType = 'array';

/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
4 changes: 0 additions & 4 deletions src/Dns/Resource/Projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ class Projects extends \Google\Service\Resource
*
* @param string $project Identifies the project addressed by this request.
* @param array $optParams Optional parameters.
*
* @opt_param string clientOperationId For mutating operation requests only. An
* optional identifier specified by the client. Must be unique for operation
* resources in the Operations collection.
* @return Project
* @throws \Google\Service\Exception
*/
Expand Down
4 changes: 0 additions & 4 deletions src/Dns/ResourceRecordSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class ResourceRecordSet extends \Google\Collection
*/
public $rrdatas;
/**
* As defined in RFC 4034 (section 3.2).
*
* @var string[]
*/
public $signatureRrdatas;
Expand Down Expand Up @@ -126,8 +124,6 @@ public function getRrdatas()
return $this->rrdatas;
}
/**
* As defined in RFC 4034 (section 3.2).
*
* @param string[] $signatureRrdatas
*/
public function setSignatureRrdatas($signatureRrdatas)
Expand Down
4 changes: 2 additions & 2 deletions src/Dns/ResourceRecordSetsListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ResourceRecordSetsListResponse extends \Google\Collection
{
protected $collection_key = 'rrsets';
/**
* Type of resource.
* Output only. Type of resource.
*
* @var string
*/
Expand All @@ -43,7 +43,7 @@ class ResourceRecordSetsListResponse extends \Google\Collection
protected $rrsetsDataType = 'array';

/**
* Type of resource.
* Output only. Type of resource.
*
* @param string $kind
*/
Expand Down
Loading