Home
last modified time | relevance | path

Searched refs:metadata (Results 276 – 300 of 570) sorted by path

1...<<11121314151617181920>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionConfig.php277 public function setMetadata(RecognitionMetadata $metadata) argument
279 $this->metadata = $metadata;
286 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKey.php50 public function setMetadata(HmacKeyMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DStorageObject.php98 public $metadata; variable in Google\\Service\\Storage\\StorageObject
415 public function setMetadata($metadata) argument
417 $this->metadata = $metadata;
424 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DOperation.php31 public $metadata; variable in Google\\Service\\Storagetransfer\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DOperation.php31 public $metadata; variable in Google\\Service\\StreetViewPublish\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DLocation.php37 public $metadata; variable in Google\\Service\\TPU\\Location
88 public function setMetadata($metadata) argument
90 $this->metadata = $metadata;
97 return $this->metadata;
H A DOperation.php31 public $metadata; variable in Google\\Service\\TPU\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DOperation.php31 public $metadata; variable in Google\\Service\\Texttospeech\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DBuildVersion.php25 public $metadata; variable in Google\\Service\\TrafficDirectorService\\BuildVersion
32 public function setMetadata($metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DNode.php48 public $metadata; variable in Google\\Service\\TrafficDirectorService\\Node
161 public function setMetadata($metadata) argument
163 $this->metadata = $metadata;
170 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DLocation.php37 public $metadata; variable in Google\\Service\\Translate\\Location
88 public function setMetadata($metadata) argument
90 $this->metadata = $metadata;
97 return $this->metadata;
H A DOperation.php31 public $metadata; variable in Google\\Service\\Translate\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDefaults.php58 public $metadata; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDefaults
215 public function setMetadata($metadata) argument
217 $this->metadata = $metadata;
224 return $this->metadata;
H A DComputeEngineTargetDetails.php58 public $metadata; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails
215 public function setMetadata($metadata) argument
217 $this->metadata = $metadata;
224 return $this->metadata;
H A DLocation.php37 public $metadata; variable in Google\\Service\\VMMigrationService\\Location
88 public function setMetadata($metadata) argument
90 $this->metadata = $metadata;
97 return $this->metadata;
H A DOperation.php31 public $metadata; variable in Google\\Service\\VMMigrationService\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DOperation.php31 public $metadata; variable in Google\\Service\\Vault\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DOperation.php31 public $metadata; variable in Google\\Service\\Vision\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleLongrunningOperation.php31 public $metadata; variable in Google\\Service\\WebRisk\\GoogleLongrunningOperation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DLocation.php37 public $metadata; variable in Google\\Service\\Workflows\\Location
88 public function setMetadata($metadata) argument
90 $this->metadata = $metadata;
97 return $this->metadata;
H A DOperation.php31 public $metadata; variable in Google\\Service\\Workflows\\Operation
72 public function setMetadata($metadata) argument
74 $this->metadata = $metadata;
81 return $this->metadata;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php465 * provided, saves a call to the metadata server for a new access
H A DIAMCredentials.php81 $metadata, argument
85 $metadata_copy = $metadata;
H A DServiceAccountCredentials.php255 $metadata, argument
261 return parent::updateMetadata($metadata, $authUri, $httpHandler);
267 $updatedMetadata = $jwtCreds->updateMetadata($metadata, null, $httpHandler);
269 $updatedMetadata = $jwtCreds->updateMetadata($metadata, $authUri, $httpHandler);
H A DServiceAccountJwtAccessCredentials.php116 $metadata, argument
122 return $metadata;
127 return parent::updateMetadata($metadata, $authUri, $httpHandler);

1...<<11121314151617181920>>...23