Home
last modified time | relevance | path

Searched full:status (Results 276 – 300 of 3084) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DPerDeviceStatusInBatch.php37 public $status; variable in Google\\Service\\AndroidProvisioningPartner\\PerDeviceStatusInBatch
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_AndroidProvisioningPartner_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DInAppProduct.php53 public $status; variable in Google\\Service\\AndroidPublisher\\InAppProduct
194 public function setStatus($status) argument
196 $this->status = $status;
203 return $this->status;
H A DTrackRelease.php38 public $status; variable in Google\\Service\\AndroidPublisher\\TrackRelease
104 public function setStatus($status) argument
106 $this->status = $status;
113 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DPurchasesProducts.php52 * Checks the purchase and consumption status of an inapp item. (products.get)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/
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_ApiKeysService_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/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/
H A DApigee.php814 'status' => [
2614 'status' => [
3143 'status' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiCategory.php39 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiCategory
100 public function setStatus($status) argument
102 $this->status = $status;
109 return $this->status;
H A DGoogleCloudApigeeV1ApiProductRef.php29 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProductRef
48 public function setStatus($status) argument
50 $this->status = $status;
57 return $this->status;
H A DGoogleCloudApigeeV1ApiResponseWrapper.php37 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper
84 public function setStatus($status) argument
86 $this->status = $status;
93 return $this->status;
H A DGoogleCloudApigeeV1App.php68 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1App
241 public function setStatus($status) argument
243 $this->status = $status;
250 return $this->status;
H A DGoogleCloudApigeeV1Credential.php50 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
153 public function setStatus($status) argument
155 $this->status = $status;
162 return $this->status;
H A DGoogleCloudApigeeV1Developer.php72 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
249 public function setStatus($status) argument
251 $this->status = $status;
258 return $this->status;
H A DGoogleCloudApigeeV1DeveloperApp.php70 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperApp
243 public function setStatus($status) argument
245 $this->status = $status;
252 return $this->status;
H A DGoogleCloudApigeeV1DeveloperAppKey.php56 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
173 public function setStatus($status) argument
175 $this->status = $status;
182 return $this->status;
H A DGoogleCloudApigeeV1ListApiCategoriesResponse.php40 public $status; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListApiCategoriesResponse
101 public function setStatus($status) argument
103 $this->status = $status;
110 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApps.php48 * Lists IDs of apps within an organization that have the specified app status
65 * @opt_param string keyStatus Optional. Key status of the app. Valid values
71 * @opt_param string status Optional. Filter by the status of the app. Valid
H A DOrganizationsDevelopers.php65 * change the developer status, use the SetDeveloperStatus API.
85 * artifacts, set the developer status to `inactive` using the
113 * @opt_param string action Status of the developer. Valid values are `active`
193 * Sets the status of a developer. A developer is `active` by default. If you
194 * set a developer's status to `inactive`, the API keys assigned to the
198 * work. To set the status of a developer, set the `action` query parameter to
200 * stream`. If successful, the API call returns the following HTTP status code:
207 * @opt_param string action Status of the developer. Valid values are `active`
H A DOrganizationsDevelopersApps.php96 * successful, the API call returns the following HTTP status code: `204 No
100 * a single developer app. Each key pair has an independent status (`approved`
H A DOrganizationsDevelopersAppsKeysApiproducts.php56 * checks the status of the consumer key and if set to `revoked` will not allow
H A DOrganizationsEnvironmentsAnalyticsExports.php36 * successful, the API returns a 201 status, a URI that can be used to retrieve
37 * the status of the export job, and the `state` value of "enqueued".
53 * Gets the details and status of an analytics export job. If the export job is
69 * Lists the details and status of all analytics export jobs belonging to the
H A DOrganizationsEnvironmentsQueries.php38 * query succeeds, the API returns a 201 status and an ID that refer to the
39 * query. In addition to the HTTP status 201, the `state` of "enqueued" means
55 * Get query status If the query is still in progress, the `state` is set to
121 * @opt_param string status Filter response list by asynchronous query status.

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