Home
last modified time | relevance | path

Searched refs:revisionId (Results 26 – 35 of 35) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DWorkflow.php45 public $revisionId; variable in Google\\Service\\Workflows\\Workflow
136 public function setRevisionId($revisionId) argument
138 $this->revisionId = $revisionId;
145 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPage.php44 public $revisionId; variable in Google\\Service\\Slides\\Page
149 public function setRevisionId($revisionId) argument
151 $this->revisionId = $revisionId;
158 return $this->revisionId;
H A DPresentation.php42 public $revisionId; variable in Google\\Service\\Slides\\Presentation
137 public function setRevisionId($revisionId) argument
139 $this->revisionId = $revisionId;
146 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1PhraseMatcher.php48 public $revisionId; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatcher
153 public function setRevisionId($revisionId) argument
155 $this->revisionId = $revisionId;
162 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyAssignment.php58 public $revisionId; variable in Google\\Service\\OSConfig\\OSPolicyAssignment
199 public function setRevisionId($revisionId) argument
201 $this->revisionId = $revisionId;
208 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1AppDetails.php85 public $revisionId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1AppDetails
320 public function setRevisionId($revisionId) argument
322 $this->revisionId = $revisionId;
329 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDocument.php49 public $revisionId; variable in Google\\Service\\Docs\\Document
220 public function setRevisionId($revisionId) argument
222 $this->revisionId = $revisionId;
229 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EnvironmentConfig.php68 public $revisionId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1EnvironmentConfig
281 public function setRevisionId($revisionId) argument
283 $this->revisionId = $revisionId;
290 return $this->revisionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php1072 'path' => 'files/{fileId}/revisions/{revisionId}',
1080 'revisionId' => [
1087 'path' => 'files/{fileId}/revisions/{revisionId}',
1095 'revisionId' => [
1124 'path' => 'files/{fileId}/revisions/{revisionId}',
1132 'revisionId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1136 * @param string $revisionId The ID of the revision.
1139 public function delete($fileId, $revisionId, $optParams = array()) { argument
1140 $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
1149 * @param string $revisionId The ID of the revision.
1153 public function get($fileId, $revisionId, $optParams = array()) { argument
1154 $params = array('fileId' => $fileId, 'revisionId' => $revisionId);
1184 * @param string $revisionId The ID for the revision.
1189 public function patch($fileId, $revisionId, Google_Revision $postBody, $optParams = array()) { argument
1190 $params = array('fileId' => $fileId, 'revisionId' => $revisionId, 'postBody' => $postBody);
1203 * @param string $revisionId The ID for the revision.
[all …]

12