Home
last modified time | relevance | path

Searched refs:image (Results 51 – 75 of 1085) sorted by path

12345678910>>...44

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeNativeAd.php105 public function setImage(CreativeNativeAdImage $image) argument
107 $this->image = $image;
114 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNativeContent.php167 public function setImage(Image $image) argument
169 $this->image = $image;
176 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DImagesUploadResponse.php28 public function setImage(Image $image) argument
30 $this->image = $image;
37 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DContainerInfo.php25 public $image; variable in Google\\Service\\Appengine\\ContainerInfo
30 public function setImage($image) argument
32 $this->image = $image;
39 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DCommentAuthor.php68 public function setImage(CommentAuthorImage $image) argument
70 $this->image = $image;
77 return $this->image;
H A DPageAuthor.php68 public function setImage(PageAuthorImage $image) argument
70 $this->image = $image;
77 return $this->image;
H A DPostAuthor.php68 public function setImage(PostAuthorImage $image) argument
70 $this->image = $image;
77 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfoReadingModes.php25 public $image; variable in Google\\Service\\Books\\VolumeVolumeInfoReadingModes
34 public function setImage($image) argument
36 $this->image = $image;
43 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DBuildArtifact.php25 public $image; variable in Google\\Service\\CloudDeploy\\BuildArtifact
34 public function setImage($image) argument
36 $this->image = $image;
43 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DDeidentifyConfig.php62 public function setImage(ImageConfig $image) argument
64 $this->image = $image;
71 return $this->image;
H A DSignature.php40 public function setImage(Image $image) argument
42 $this->image = $image;
49 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php36 public $image; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
85 public function setImage($image) argument
87 $this->image = $image;
94 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php38 public $image; variable in Google\\Service\\CloudRun\\Container
133 public function setImage($image) argument
135 $this->image = $image;
142 return $this->image;
H A DGoogleCloudRunOpV2Container.php36 public $image; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
93 public function setImage($image) argument
95 $this->image = $image;
102 return $this->image;
H A DGoogleCloudRunV2Container.php36 public $image; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
93 public function setImage($image) argument
95 $this->image = $image;
102 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php3339 'path' => 'projects/{project}/global/images/{image}',
3347 'image' => [
3358 'path' => 'projects/{project}/global/images/{image}/deprecate',
3366 'image' => [
3377 'path' => 'projects/{project}/global/images/{image}',
3385 'image' => [
3474 'path' => 'projects/{project}/global/images/{image}',
3482 'image' => [
H A DDLP.php934 'image',
938 'path' => 'v2/{+parent}/image:redact',
1344 'image',
1348 'path' => 'v2/{+parent}/image:redact',
H A DDataLabeling.php550 'image',
554 'path' => 'v1beta1/{+parent}/image:label',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImageFamilyView.php28 public function setImage(Image $image) argument
30 $this->image = $image;
37 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DImages.php44 * @param string $image Name of the image resource to delete.
59 public function delete($project, $image, $optParams = []) argument
61 $params = ['project' => $project, 'image' => $image];
70 * @param string $image Image name.
88 $params = ['project' => $project, 'image' => $image, 'postBody' => $postBody];
97 * @param string $image Name of the image resource to return.
101 public function get($project, $image, $optParams = []) argument
103 $params = ['project' => $project, 'image' => $image];
230 * @param string $image Name of the image resource to patch.
246 public function patch($project, $image, Image $postBody, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DNote.php193 public function setImage(ImageNote $image) argument
195 $this->image = $image;
202 return $this->image;
H A DOccurrence.php188 public function setImage(ImageOccurrence $image) argument
190 $this->image = $image;
197 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php89 public function setImage(PromotionImage $image) argument
91 $this->image = $image;
98 return $this->image;
H A DResult.php181 public function setImage(ResultImage $image) argument
183 $this->image = $image;
190 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1FeedbackMessage.php33 public $image; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1FeedbackMessage
74 public function setImage($image) argument
76 $this->image = $image;
83 return $this->image;

12345678910>>...44