Skip to content

Commit

Permalink
Regenerate contentwarehouse client (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Apr 19, 2023
1 parent 25ac62f commit 42fa332
Show file tree
Hide file tree
Showing 14 changed files with 620 additions and 53 deletions.
18 changes: 18 additions & 0 deletions src/Contentwarehouse/AssistantApiMessageCapabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class AssistantApiMessageCapabilities extends \Google\Collection
* @var bool
*/
public $fallbackToTetheredDeviceAppCapabilities;
/**
* @var bool
*/
public $preferTargetingPrimaryDevice;
/**
* @var string[]
*/
Expand All @@ -43,6 +47,20 @@ public function getFallbackToTetheredDeviceAppCapabilities()
{
return $this->fallbackToTetheredDeviceAppCapabilities;
}
/**
* @param bool
*/
public function setPreferTargetingPrimaryDevice($preferTargetingPrimaryDevice)
{
$this->preferTargetingPrimaryDevice = $preferTargetingPrimaryDevice;
}
/**
* @return bool
*/
public function getPreferTargetingPrimaryDevice()
{
return $this->preferTargetingPrimaryDevice;
}
/**
* @param string[]
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

namespace Google\Service\Contentwarehouse;

class AssistantDevicesPlatformProtoCoreDismissAssistantCapability extends \Google\Model
{
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AssistantDevicesPlatformProtoCoreDismissAssistantCapability::class, 'Google_Service_Contentwarehouse_AssistantDevicesPlatformProtoCoreDismissAssistantCapability');
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

namespace Google\Service\Contentwarehouse;

class AssistantDevicesPlatformProtoMediaShowControlsCapability extends \Google\Model
{
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AssistantDevicesPlatformProtoMediaShowControlsCapability::class, 'Google_Service_Contentwarehouse_AssistantDevicesPlatformProtoMediaShowControlsCapability');
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class AssistantDevicesPlatformProtoSupportedDeviceOps extends \Google\Model
protected $callCallDataType = '';
protected $clientReconnectType = AssistantDevicesPlatformProtoClientReconnectCapability::class;
protected $clientReconnectDataType = '';
protected $coreDismissAssistantType = AssistantDevicesPlatformProtoCoreDismissAssistantCapability::class;
protected $coreDismissAssistantDataType = '';
protected $deviceModifySettingType = AssistantDevicesPlatformProtoDeviceModifySettingCapability::class;
protected $deviceModifySettingDataType = '';
protected $deviceTakePhotoType = AssistantDevicesPlatformProtoDeviceTakePhotoCapability::class;
Expand All @@ -37,6 +39,8 @@ class AssistantDevicesPlatformProtoSupportedDeviceOps extends \Google\Model
protected $mediaPreviousDataType = '';
protected $mediaResumeType = AssistantDevicesPlatformProtoMediaResumeCapability::class;
protected $mediaResumeDataType = '';
protected $mediaShowControlsType = AssistantDevicesPlatformProtoMediaShowControlsCapability::class;
protected $mediaShowControlsDataType = '';
protected $mediaStopType = AssistantDevicesPlatformProtoMediaStopCapability::class;
protected $mediaStopDataType = '';
protected $providerFulfillType = AssistantDevicesPlatformProtoProviderFulfillCapability::class;
Expand Down Expand Up @@ -74,6 +78,20 @@ public function getClientReconnect()
{
return $this->clientReconnect;
}
/**
* @param AssistantDevicesPlatformProtoCoreDismissAssistantCapability
*/
public function setCoreDismissAssistant(AssistantDevicesPlatformProtoCoreDismissAssistantCapability $coreDismissAssistant)
{
$this->coreDismissAssistant = $coreDismissAssistant;
}
/**
* @return AssistantDevicesPlatformProtoCoreDismissAssistantCapability
*/
public function getCoreDismissAssistant()
{
return $this->coreDismissAssistant;
}
/**
* @param AssistantDevicesPlatformProtoDeviceModifySettingCapability
*/
Expand Down Expand Up @@ -172,6 +190,20 @@ public function getMediaResume()
{
return $this->mediaResume;
}
/**
* @param AssistantDevicesPlatformProtoMediaShowControlsCapability
*/
public function setMediaShowControls(AssistantDevicesPlatformProtoMediaShowControlsCapability $mediaShowControls)
{
$this->mediaShowControls = $mediaShowControls;
}
/**
* @return AssistantDevicesPlatformProtoMediaShowControlsCapability
*/
public function getMediaShowControls()
{
return $this->mediaShowControls;
}
/**
* @param AssistantDevicesPlatformProtoMediaStopCapability
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,16 @@ class AssistantGroundingRankerMediaGroundingProviderFeatures extends \Google\Mod
* @var bool
*/
public $isSeedRadioRequest;
/**
* @var string
*/
public $mediaContentType;
/**
* @var float
*/
public $mscRate;
public $scubedPSaiMusic;
public $scubedPSaiTvm;
/**
* @var string
*/
Expand Down Expand Up @@ -156,6 +161,20 @@ public function getIsSeedRadioRequest()
{
return $this->isSeedRadioRequest;
}
/**
* @param string
*/
public function setMediaContentType($mediaContentType)
{
$this->mediaContentType = $mediaContentType;
}
/**
* @return string
*/
public function getMediaContentType()
{
return $this->mediaContentType;
}
/**
* @param float
*/
Expand All @@ -178,6 +197,14 @@ public function getScubedPSaiMusic()
{
return $this->scubedPSaiMusic;
}
public function setScubedPSaiTvm($scubedPSaiTvm)
{
$this->scubedPSaiTvm = $scubedPSaiTvm;
}
public function getScubedPSaiTvm()
{
return $this->scubedPSaiTvm;
}
/**
* @param string
*/
Expand Down
32 changes: 32 additions & 0 deletions src/Contentwarehouse/GeostoreInternalSegmentProto.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,41 @@
class GeostoreInternalSegmentProto extends \Google\Collection
{
protected $collection_key = 'travelAllowance';
protected $disallowedConnectionsType = GeostoreInternalSegmentProtoLaneConnectionReference::class;
protected $disallowedConnectionsDataType = 'array';
protected $disallowedPrimaryConnectionType = GeostoreInternalSegmentProtoLaneConnectionReference::class;
protected $disallowedPrimaryConnectionDataType = 'array';
protected $travelAllowanceType = GeostoreRestrictionProto::class;
protected $travelAllowanceDataType = 'array';

/**
* @param GeostoreInternalSegmentProtoLaneConnectionReference[]
*/
public function setDisallowedConnections($disallowedConnections)
{
$this->disallowedConnections = $disallowedConnections;
}
/**
* @return GeostoreInternalSegmentProtoLaneConnectionReference[]
*/
public function getDisallowedConnections()
{
return $this->disallowedConnections;
}
/**
* @param GeostoreInternalSegmentProtoLaneConnectionReference[]
*/
public function setDisallowedPrimaryConnection($disallowedPrimaryConnection)
{
$this->disallowedPrimaryConnection = $disallowedPrimaryConnection;
}
/**
* @return GeostoreInternalSegmentProtoLaneConnectionReference[]
*/
public function getDisallowedPrimaryConnection()
{
return $this->disallowedPrimaryConnection;
}
/**
* @param GeostoreRestrictionProto[]
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

namespace Google\Service\Contentwarehouse;

class GeostoreInternalSegmentProtoLaneConnectionReference extends \Google\Model
{
/**
* @var int
*/
public $fromLaneNumber;
protected $segmentType = GeostoreFeatureIdProto::class;
protected $segmentDataType = '';
/**
* @var int
*/
public $toLaneNumber;

/**
* @param int
*/
public function setFromLaneNumber($fromLaneNumber)
{
$this->fromLaneNumber = $fromLaneNumber;
}
/**
* @return int
*/
public function getFromLaneNumber()
{
return $this->fromLaneNumber;
}
/**
* @param GeostoreFeatureIdProto
*/
public function setSegment(GeostoreFeatureIdProto $segment)
{
$this->segment = $segment;
}
/**
* @return GeostoreFeatureIdProto
*/
public function getSegment()
{
return $this->segment;
}
/**
* @param int
*/
public function setToLaneNumber($toLaneNumber)
{
$this->toLaneNumber = $toLaneNumber;
}
/**
* @return int
*/
public function getToLaneNumber()
{
return $this->toLaneNumber;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GeostoreInternalSegmentProtoLaneConnectionReference::class, 'Google_Service_Contentwarehouse_GeostoreInternalSegmentProtoLaneConnectionReference');
16 changes: 16 additions & 0 deletions src/Contentwarehouse/GoogleCloudDocumentaiV1DocumentPageToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class GoogleCloudDocumentaiV1DocumentPageToken extends \Google\Collection
protected $layoutDataType = '';
protected $provenanceType = GoogleCloudDocumentaiV1DocumentProvenance::class;
protected $provenanceDataType = '';
protected $styleInfoType = GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo::class;
protected $styleInfoDataType = '';

/**
* @param GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak
Expand Down Expand Up @@ -85,6 +87,20 @@ public function getProvenance()
{
return $this->provenance;
}
/**
* @param GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo
*/
public function setStyleInfo(GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo $styleInfo)
{
$this->styleInfo = $styleInfo;
}
/**
* @return GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo
*/
public function getStyleInfo()
{
return $this->styleInfo;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
Expand Down
Loading

0 comments on commit 42fa332

Please sign in to comment.