Home
last modified time | relevance | path

Searched refs:annotationId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DMylibraryAnnotations.php38 * @param string $annotationId The ID for the annotation to delete.
44 public function delete($annotationId, $optParams = []) argument
46 $params = ['annotationId' => $annotationId];
115 * @param string $annotationId The ID for the annotation to update.
122 public function update($annotationId, Annotation $postBody, $optParams = []) argument
124 $params = ['annotationId' => $annotationId, 'postBody' => $postBody];
H A DLayersVolumeAnnotations.php38 * @param string $annotationId The ID of the volume annotation to retrieve.
46 public function get($volumeId, $layerId, $annotationId, $optParams = []) argument
48 $params = ['volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1RuntimeAnnotation.php25 public $annotationId; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1RuntimeAnnotation
50 public function setAnnotationId($annotationId) argument
52 $this->annotationId = $annotationId;
59 return $this->annotationId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php470 'path' => 'books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}',
483 'annotationId' => [
698 'path' => 'books/v1/mylibrary/annotations/{annotationId}',
701 'annotationId' => [
715 'annotationId' => [
795 'path' => 'books/v1/mylibrary/annotations/{annotationId}',
798 'annotationId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php302 * @param string $annotationId The ID of the volume annotation to retrieve.
309 public function get($volumeId, $layerId, $annotationId, $optParams = array()) { argument
457 * @param string $annotationId The ID for the annotation to delete.
462 public function delete($annotationId, $optParams = array()) { argument
463 $params = array('annotationId' => $annotationId);
471 * @param string $annotationId The ID for the annotation to retrieve.
477 public function get($annotationId, $optParams = array()) { argument
478 $params = array('annotationId' => $annotationId);
536 * @param string $annotationId The ID for the annotation to update.
543 public function update($annotationId, Google_Annotation $postBody, $optParams = array()) { argument
[all …]