Home
last modified time | relevance | path

Searched full:status (Results 476 – 500 of 3084) sorted by path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPublicDelegatedPrefixPublicDelegatedSubPrefix.php49 public $status; variable in Google\\Service\\Compute\\PublicDelegatedPrefixPublicDelegatedSubPrefix
138 public function setStatus($status) argument
140 $this->status = $status;
147 return $this->status;
H A DRegion.php54 public $status; variable in Google\\Service\\Compute\\Region
179 public function setStatus($status) argument
181 $this->status = $status;
188 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 DResourcePolicy.php61 public $status; variable in Google\\Service\\Compute\\ResourcePolicy
220 public function setStatus($status) argument
222 $this->status = $status;
229 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;
H A DServiceAttachmentConnectedEndpoint.php33 public $status; variable in Google\\Service\\Compute\\ServiceAttachmentConnectedEndpoint
66 public function setStatus($status) argument
68 $this->status = $status;
75 return $this->status;
H A DSnapshot.php102 public $status; variable in Google\\Service\\Compute\\Snapshot
399 public function setStatus($status) argument
401 $this->status = $status;
408 return $this->status;
H A DSslCertificateManagedSslCertificate.php34 public $status; variable in Google\\Service\\Compute\\SslCertificateManagedSslCertificate
67 public function setStatus($status) argument
69 $this->status = $status;
76 return $this->status;
H A DTargetVpnGateway.php62 public $status; variable in Google\\Service\\Compute\\TargetVpnGateway
197 public function setStatus($status) argument
199 $this->status = $status;
206 return $this->status;
H A DVpnTunnel.php98 public $status; variable in Google\\Service\\Compute\\VpnTunnel
367 public function setStatus($status) argument
369 $this->status = $status;
376 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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DImages.php66 * Sets the deprecation status of an image. If an empty request body is given,
67 * clears the deprecation status instead. (images.deprecate)
226 * following fields can be modified: family, description, deprecation status.
H A DInstanceGroupManagers.php55 * from the group. You must separately verify the status of the abandoning
173 * verify the status of the creating or actions with the listmanagedinstances
238 * deleted. You must separately verify the status of the deleting action with
312 * created. You must separately verify the status of the individual instances
583 * must separately verify the status of the individual instances with the
652 * status of each instance by checking its currentAction field; for more
653 * information, see Checking the status of managed instances. If the group is
690 * deleted any instances. You must separately verify the status of the creating
694 * including: + The status of the VM instance. + The health of the VM instance.
H A DRegionInstanceGroupManagers.php54 * yet been removed from the group. You must separately verify the status of the
109 * separately verify the status of the creating or actions with the
172 * status of the deleting action with the listmanagedinstances method. If the
244 * created. You must separately verify the status of the individual instances
509 * must separately verify the status of the individual instances with the
579 * status of each instance by checking its currentAction field; for more
580 * information, see Checking the status of managed instances. If the group is
616 * actions take additional time. You must separately verify the status of the
H A DVpnGateways.php142 * Returns the status for the specified VPN gateway. (vpnGateways.getStatus)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnection.php265 public function setStatus(ConnectionStatus $status) argument
267 $this->status = $status;
274 return $this->status;
H A DConnectionStatus.php33 public $status; variable in Google\\Service\\Connectors\\ConnectionStatus
66 public function setStatus($status) argument
68 $this->status = $status;
75 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_Connectors_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/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/Contactcenterinsights/Resource/
H A DProjectsLocationsOperations.php42 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php184 public $status; variable in Google\\Service\\Container\\Cluster
965 public function setStatus($status) argument
967 $this->status = $status;
974 return $this->status;
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;
H A DOperation.php33 protected $errorType = Status::class;
62 public $status; variable in Google\\Service\\Container\\Operation
119 * @param Status
121 public function setError(Status $error)
126 * @return Status
233 public function setStatus($status) argument
235 $this->status = $status;
242 return $this->status;
H A DOperationProgress.php34 public $status; variable in Google\\Service\\Container\\OperationProgress
81 public function setStatus($status) argument
83 $this->status = $status;
90 return $this->status;

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