Home
last modified time | relevance | path

Searched full:status (Results 301 – 325 of 3084) sorted by path

1...<<11121314151617181920>>...124

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsHostQueries.php38 * submission of the query succeeds, the API returns a 201 status and an ID that
39 * refer to the query. In addition to the HTTP status 201, the `state` of
55 * Get status of a query submitted at host level. If the query is still in
119 * @opt_param string status Filter response list by asynchronous query status.
H A DOrganizationsInstances.php124 * Reports the latest status for a runtime instance. (instances.reportStatus)
126 * @param string $instance The name of the instance reporting this status. For
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DManagedCertificate.php29 public $status; variable in Google\\Service\\Appengine\\ManagedCertificate
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_Appengine_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsServicesVersionsInstances.php67 * serving status of the version to STOPPED with the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DImportAptArtifactsErrorInfo.php22 protected $errorType = Status::class;
28 * @param Status
30 public function setError(Status $error)
35 * @return Status
H A DImportYumArtifactsErrorInfo.php22 protected $errorType = Status::class;
28 * @param Status
30 public function setError(Status $error)
35 * @return Status
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_ArtifactRegistry_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersFinalizedDeals.php117 * status, and does not affect other fields of the finalized deal. Calling this
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/Resource/
H A DProjectsLocationsOperations.php43 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_Baremetalsolution_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/Resource/
H A DOperations.php43 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
H A DProjectsLocationsOperations.php43 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_BigQueryDataTransfer_Status');
H A DTransferRun.php36 protected $errorStatusType = Status::class;
136 * @param Status
138 public function setErrorStatus(Status $errorStatus)
143 * @return Status
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/
H A DCapacityCommitment.php30 protected $failureStatusType = Status::class;
86 * @param Status
88 public function setFailureStatus(Status $failureStatus)
93 * @return Status
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_BigQueryReservation_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DExplainQueryStage.php94 public $status; variable in Google\\Service\\Bigquery\\ExplainQueryStage
377 public function setStatus($status) argument
379 $this->status = $status;
386 return $this->status;
H A DHparamTuningTrial.php44 public $status; variable in Google\\Service\\Bigquery\\HparamTuningTrial
146 public function setStatus($status) argument
148 $this->status = $status;
155 return $this->status;
H A DJob.php155 public function setStatus(JobStatus $status) argument
157 $this->status = $status;
164 return $this->status;
H A DJobListJobs.php153 public function setStatus(JobStatus $status) argument
155 $this->status = $status;
162 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DJobs.php39 * client will need to poll for the job status to see if the cancel completed

1...<<11121314151617181920>>...124