Home
last modified time | relevance | path

Searched refs:params (Results 1376 – 1400 of 2939) sorted by relevance

1...<<51525354555657585960>>...118

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DCountries.php43 $params = ['profileId' => $profileId, 'dartId' => $dartId];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], Country::class);
56 $params = ['profileId' => $profileId];
57 $params = array_merge($params, $optParams);
58 return $this->call('list', [$params], CountriesListResponse::class);
H A DMobileApps.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], MobileApp::class);
68 $params = ['profileId' => $profileId];
69 $params = array_merge($params, $optParams);
70 return $this->call('list', [$params], MobileAppsListResponse::class);
H A DMobileCarriers.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], MobileCarrier::class);
56 $params = ['profileId' => $profileId];
57 $params = array_merge($params, $optParams);
58 return $this->call('list', [$params], MobileCarriersListResponse::class);
H A DOperatingSystemVersions.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], OperatingSystemVersion::class);
57 $params = ['profileId' => $profileId];
58 $params = array_merge($params, $optParams);
59 return $this->call('list', [$params], OperatingSystemVersionsListResponse::class);
H A DOperatingSystems.php43 $params = ['profileId' => $profileId, 'dartId' => $dartId];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], OperatingSystem::class);
57 $params = ['profileId' => $profileId];
58 $params = array_merge($params, $optParams);
59 return $this->call('list', [$params], OperatingSystemsListResponse::class);
H A DPlatformTypes.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], PlatformType::class);
56 $params = ['profileId' => $profileId];
57 $params = array_merge($params, $optParams);
58 return $this->call('list', [$params], PlatformTypesListResponse::class);
H A DPostalCodes.php43 $params = ['profileId' => $profileId, 'code' => $code];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], PostalCode::class);
56 $params = ['profileId' => $profileId];
57 $params = array_merge($params, $optParams);
58 return $this->call('list', [$params], PostalCodesListResponse::class);
H A DUserRolePermissionGroups.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], UserRolePermissionGroup::class);
57 $params = ['profileId' => $profileId];
58 $params = array_merge($params, $optParams);
59 return $this->call('list', [$params], UserRolePermissionGroupsListResponse::class);
H A DVideoFormats.php43 $params = ['profileId' => $profileId, 'id' => $id];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], VideoFormat::class);
56 $params = ['profileId' => $profileId];
57 $params = array_merge($params, $optParams);
58 return $this->call('list', [$params], VideoFormatsListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/Resource/
H A DFormsResponses.php43 $params = ['formId' => $formId, 'responseId' => $responseId];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], FormResponse::class);
70 $params = ['formId' => $formId];
71 $params = array_merge($params, $optParams);
72 return $this->call('list', [$params], ListFormResponsesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DLayers.php47 $params = ['volumeId' => $volumeId, 'summaryId' => $summaryId];
48 $params = array_merge($params, $optParams);
49 return $this->call('get', [$params], Layersummary::class);
67 $params = ['volumeId' => $volumeId];
68 $params = array_merge($params, $optParams);
69 return $this->call('list', [$params], Layersummaries::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php54 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
55 $params = array_merge($params, $optParams);
56 return $this->call('retrieveFrames', [$params], HttpBody::class);
81 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
82 $params = array_merge($params, $optParams);
83 return $this->call('retrieveRendered', [$params], HttpBody::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DOperations.php43 $params = ['project' => $project, 'operation' => $operation];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], Operation::class);
93 $params = ['project' => $project];
94 $params = array_merge($params, $optParams);
95 return $this->call('list', [$params], OperationsListResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrderreports.php52 $params = ['merchantId' => $merchantId];
53 $params = array_merge($params, $optParams);
54 … return $this->call('listdisbursements', [$params], OrderreportsListDisbursementsResponse::class);
77 $params = ['merchantId' => $merchantId, 'disbursementId' => $disbursementId];
78 $params = array_merge($params, $optParams);
79 return $this->call('listtransactions', [$params], OrderreportsListTransactionsResponse::class);
H A DShoppingadsprogram.php43 $params = ['merchantId' => $merchantId];
44 $params = array_merge($params, $optParams);
45 return $this->call('get', [$params], ShoppingAdsProgramStatus::class);
57 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
58 $params = array_merge($params, $optParams);
59 return $this->call('requestreview', [$params]);
H A DPromotions.php45 $params = ['merchantId' => $merchantId, 'postBody' => $postBody];
46 $params = array_merge($params, $optParams);
47 return $this->call('create', [$params], Promotion::class);
60 $params = ['merchantId' => $merchantId, 'id' => $id];
61 $params = array_merge($params, $optParams);
62 return $this->call('get', [$params], Promotion::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsSnapshots.php46 $params = ['projectId' => $projectId, 'snapshotId' => $snapshotId];
47 $params = array_merge($params, $optParams);
48 return $this->call('get', [$params], Snapshot::class);
62 $params = ['projectId' => $projectId];
63 $params = array_merge($params, $optParams);
64 return $this->call('list', [$params], ListSnapshotsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/Resource/
H A DFoldersLocationsReplays.php45 $params = ['parent' => $parent, 'postBody' => $postBody];
46 $params = array_merge($params, $optParams);
47 return $this->call('create', [$params], GoogleLongrunningOperation::class);
64 $params = ['name' => $name];
65 $params = array_merge($params, $optParams);
66 return $this->call('get', [$params], GoogleCloudPolicysimulatorV1Replay::class);
H A DOrganizationsLocationsReplays.php45 $params = ['parent' => $parent, 'postBody' => $postBody];
46 $params = array_merge($params, $optParams);
47 return $this->call('create', [$params], GoogleLongrunningOperation::class);
64 $params = ['name' => $name];
65 $params = array_merge($params, $optParams);
66 return $this->call('get', [$params], GoogleCloudPolicysimulatorV1Replay::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DCustomersNodesNodes.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalNode::class);
66 $params = ['parent' => $parent];
67 $params = array_merge($params, $optParams);
68 return $this->call('list', [$params], SasPortalListNodesResponse::class);
H A DNodesNodesNodes.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalNode::class);
66 $params = ['parent' => $parent];
67 $params = array_merge($params, $optParams);
68 return $this->call('list', [$params], SasPortalListNodesResponse::class);
H A DNodesNodesDeployments.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], SasPortalDeployment::class);
66 $params = ['parent' => $parent];
67 $params = array_merge($params, $optParams);
68 return $this->call('list', [$params], SasPortalListDeploymentsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DAccountsLocations.php51 $params = ['parent' => $parent, 'postBody' => $postBody];
52 $params = array_merge($params, $optParams);
53 return $this->call('create', [$params], Location::class);
89 $params = ['parent' => $parent];
90 $params = array_merge($params, $optParams);
91 return $this->call('list', [$params], ListLocationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/Resource/
H A DProjects.php44 $params = ['name' => $name];
45 $params = array_merge($params, $optParams);
46 return $this->call('getConfig', [$params], ProjectConfig::class);
60 $params = ['name' => $name, 'postBody' => $postBody];
61 $params = array_merge($params, $optParams);
62 return $this->call('updateConfig', [$params], ProjectConfig::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/Resource/
H A DCasesComments.php44 $params = ['parent' => $parent, 'postBody' => $postBody];
45 $params = array_merge($params, $optParams);
46 return $this->call('create', [$params], Comment::class);
64 $params = ['parent' => $parent];
65 $params = array_merge($params, $optParams);
66 return $this->call('list', [$params], ListCommentsResponse::class);

1...<<51525354555657585960>>...118