Home
last modified time | relevance | path

Searched refs:status (Results 351 – 375 of 1484) sorted by last modified time

1...<<11121314151617181920>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php160 public $status; variable in Google\\Service\\Directory\\MobileDevice
661 public function setStatus($status) argument
663 $this->status = $status;
670 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DLiaInventorySettings.php37 public $status; variable in Google\\Service\\ShoppingContent\\LiaInventorySettings
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DImage.php29 public $status; variable in Google\\Service\\ManufacturerCenter\\Image
52 public function setStatus($status) argument
54 $this->status = $status;
61 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCreateConferenceRequest.php62 public function setStatus(ConferenceRequestStatus $status) argument
64 $this->status = $status;
71 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailLoggingErrorLog.php130 public function setStatus(GoogleRpcStatus $status) argument
132 $this->status = $status;
139 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveStream.php130 public function setStatus(LiveStreamStatus $status) argument
132 $this->status = $status;
139 return $this->status;
H A DPlaylistItem.php114 public function setStatus(PlaylistItemStatus $status) argument
116 $this->status = $status;
123 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DExecuteBatchDmlResponse.php45 public function setStatus(Status $status) argument
47 $this->status = $status;
54 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DDomainMapping.php96 public function setStatus(DomainMappingStatus $status) argument
98 $this->status = $status;
105 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTemplate.php74 public $status; variable in Google\\Service\\Compute\\NodeTemplate
279 public function setStatus($status) argument
281 $this->status = $status;
288 return $this->status;
H A DOperation.php92 public $status; variable in Google\\Service\\Compute\\Operation
357 public function setStatus($status) argument
359 $this->status = $status;
366 return $this->status;
H A DZone.php60 public $status; variable in Google\\Service\\Compute\\Zone
195 public function setStatus($status) argument
197 $this->status = $status;
204 return $this->status;
H A DReservation.php65 public $status; variable in Google\\Service\\Compute\\Reservation
228 public function setStatus($status) argument
230 $this->status = $status;
237 return $this->status;
H A DAutoscaler.php62 public $status; variable in Google\\Service\\Compute\\Autoscaler
217 public function setStatus($status) argument
219 $this->status = $status;
226 return $this->status;
H A DDisk.php146 public $status; variable in Google\\Service\\Compute\\Disk
611 public function setStatus($status) argument
613 $this->status = $status;
620 return $this->status;
H A DRouterStatusBgpPeerStatus.php58 public $status; variable in Google\\Service\\Compute\\RouterStatusBgpPeerStatus
197 public function setStatus($status) argument
199 $this->status = $status;
206 return $this->status;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md514 maintain a status update.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTransferOperation.php48 public $status; variable in Google\\Service\\Storagetransfer\\TransferOperation
157 public function setStatus($status) argument
159 $this->status = $status;
166 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DPhotoResponse.php44 public function setStatus(Status $status) argument
46 $this->status = $status;
53 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php60 public $status; variable in Google\\Service\\CloudBuild\\BuildStep
203 public function setStatus($status) argument
205 $this->status = $status;
212 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DDynamicGroupMetadata.php45 public function setStatus(DynamicGroupStatus $status) argument
47 $this->status = $status;
54 return $this->status;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php84 * @param int $status Status code
91 $status = 200, argument
97 $this->assertStatusCodeIsInteger($status);
98 $status = (int) $status;
99 $this->assertStatusCodeRange($status);
101 $this->statusCode = $status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php85 public $status; variable in Google\\Service\\Analytics\\UnsampledReport
312 public function setStatus($status) argument
314 $this->status = $status;
321 return $this->status;
H A DUpload.php46 public $status; variable in Google\\Service\\Analytics\\Upload
125 public function setStatus($status) argument
127 $this->status = $status;
134 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodePool.php62 public $status; variable in Google\\Service\\Container\\NodePool
245 public function setStatus($status) argument
247 $this->status = $status;
254 return $this->status;

1...<<11121314151617181920>>...60