Home
last modified time | relevance | path

Searched refs:payloadType (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DEnvelope.php30 public $payloadType; variable in Google\\Service\\OnDemandScanning\\Envelope
51 public function setPayloadType($payloadType) argument
53 $this->payloadType = $payloadType;
60 return $this->payloadType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DEnvelope.php30 public $payloadType; variable in Google\\Service\\ContainerAnalysis\\Envelope
51 public function setPayloadType($payloadType) argument
53 $this->payloadType = $payloadType;
60 return $this->payloadType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DQueryRequestInput.php22 protected $payloadType = QueryRequestPayload::class; variable in Google\\Service\\HomeGraphService\\QueryRequestInput
H A DQueryResponse.php22 protected $payloadType = QueryResponsePayload::class; variable in Google\\Service\\HomeGraphService\\QueryResponse
H A DSyncResponse.php22 protected $payloadType = SyncResponsePayload::class; variable in Google\\Service\\HomeGraphService\\SyncResponse
H A DReportStateAndNotificationRequest.php34 protected $payloadType = StateAndNotificationPayload::class; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DAddSecretVersionRequest.php22 protected $payloadType = SecretPayload::class; variable in Google\\Service\\SecretManager\\AddSecretVersionRequest
H A DAccessSecretVersionResponse.php26 protected $payloadType = SecretPayload::class; variable in Google\\Service\\SecretManager\\AccessSecretVersionResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessage.php39 protected $payloadType = MessagePart::class; variable in Google\\Service\\Gmail\\Message