Home
last modified time | relevance | path

Searched refs:GoogleCloudApigeeV1ResourceFile (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsResourcefiles.php22 use Google\Service\Apigee\GoogleCloudApigeeV1ResourceFile; alias
49 * @return GoogleCloudApigeeV1ResourceFile
55 return $this->call('create', [$params], GoogleCloudApigeeV1ResourceFile::class);
68 * @return GoogleCloudApigeeV1ResourceFile
74 return $this->call('delete', [$params], GoogleCloudApigeeV1ResourceFile::class);
149 * @return GoogleCloudApigeeV1ResourceFile
155 return $this->call('update', [$params], GoogleCloudApigeeV1ResourceFile::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListEnvironmentResourcesResponse.php23 protected $resourceFileType = GoogleCloudApigeeV1ResourceFile::class;
27 * @param GoogleCloudApigeeV1ResourceFile[]
34 * @return GoogleCloudApigeeV1ResourceFile[]
H A DGoogleCloudApigeeV1ResourceFiles.php23 protected $resourceFileType = GoogleCloudApigeeV1ResourceFile::class;
27 * @param GoogleCloudApigeeV1ResourceFile[]
34 * @return GoogleCloudApigeeV1ResourceFile[]
H A DGoogleCloudApigeeV1ResourceFile.php20 class GoogleCloudApigeeV1ResourceFile extends \Google\Model class
62 class_alias(GoogleCloudApigeeV1ResourceFile::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Resou…