Home
last modified time | relevance | path

Searched refs:parent (Results 101 – 125 of 3339) sorted by path

12345678910>>...134

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidManagement.php61 parent::__construct($clientOrConfig);
224 'path' => 'v1/{+parent}/devices',
227 'parent' => [
331 'parent' => [
378 'path' => 'v1/{+parent}/policies',
381 'parent' => [
420 'path' => 'v1/{+parent}/webApps',
423 'parent' => [
450 'path' => 'v1/{+parent}/webApps',
453 'parent' => [
[all …]
H A DAndroidProvisioningPartner.php60 parent::__construct($clientOrConfig);
100 'parent' => [
130 'parent' => [
164 'parent' => [
184 'parent' => [
202 'parent' => [
212 'parent' => [
232 'parent' => [
272 'parent' => [
415 'parent' => [
[all …]
H A DAndroidPublisher.php75 parent::__construct($clientOrConfig);
994 'path' => 'androidpublisher/v3/{+parent}/grants',
997 'parent' => [
1609 'path' => 'androidpublisher/v3/{+parent}/users',
1612 'parent' => [
1629 'path' => 'androidpublisher/v3/{+parent}/users',
1632 'parent' => [
H A DApiKeysService.php57 parent::__construct($clientOrConfig);
110 'path' => 'v2/{+parent}/keys',
113 'parent' => [
158 'path' => 'v2/{+parent}/keys',
161 'parent' => [
H A DApigateway.php56 parent::__construct($clientOrConfig);
112 'path' => 'v1/{+parent}/apis',
115 'parent' => [
160 'path' => 'v1/{+parent}/apis',
163 'parent' => [
230 'path' => 'v1/{+parent}/configs',
233 'parent' => [
282 'path' => 'v1/{+parent}/configs',
285 'parent' => [
355 'parent' => [
[all …]
H A DApigee.php158 'parent' => [
221 'parent' => [
271 'parent' => [
301 'parent' => [
315 'parent' => [
355 'parent' => [
385 'parent' => [
455 'parent' => [
485 'parent' => [
515 'parent' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
H A DEnterprisesDevices.php91 * @param string $parent The name of the enterprise in the form
101 public function listEnterprisesDevices($parent, $optParams = []) argument
103 $params = ['parent' => $parent];
H A DEnterprisesEnrollmentTokens.php36 * @param string $parent The name of the enterprise in the form
42 public function create($parent, EnrollmentToken $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
H A DEnterprisesPolicies.php66 * @param string $parent The name of the enterprise in the form
76 public function listEnterprisesPolicies($parent, $optParams = []) argument
78 $params = ['parent' => $parent];
H A DEnterprisesWebApps.php37 * @param string $parent The name of the enterprise in the form
43 public function create($parent, WebApp $postBody, $optParams = []) argument
45 $params = ['parent' => $parent, 'postBody' => $postBody];
80 * @param string $parent The name of the enterprise in the form
90 public function listEnterprisesWebApps($parent, $optParams = []) argument
92 $params = ['parent' => $parent];
H A DEnterprisesWebTokens.php36 * @param string $parent The name of the enterprise in the form
42 public function create($parent, WebToken $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DCustomersConfigurations.php38 * @param string $parent Required. The customer that manages the configuration.
45 public function create($parent, Configuration $postBody, $optParams = []) argument
47 $params = ['parent' => $parent, 'postBody' => $postBody];
86 * @param string $parent Required. The customer that manages the listed
91 public function listCustomersConfigurations($parent, $optParams = []) argument
93 $params = ['parent' => $parent];
H A DCustomersDevices.php43 * @param string $parent Required. The customer managing the device. An API
49 …public function applyConfiguration($parent, CustomerApplyConfigurationRequest $postBody, $optParam… argument
51 $params = ['parent' => $parent, 'postBody' => $postBody];
72 * @param string $parent Required. The customer managing the devices. An API
81 public function listCustomersDevices($parent, $optParams = []) argument
83 $params = ['parent' => $parent];
90 * @param string $parent Required. The customer managing the device in the
98 $params = ['parent' => $parent, 'postBody' => $postBody];
107 * @param string $parent Required. The customer managing the device. An API
113 public function unclaim($parent, CustomerUnclaimDeviceRequest $postBody, $optParams = []) argument
[all …]
H A DCustomersDpcs.php36 * @param string $parent Required. The customer that can use the DPCs in
41 public function listCustomersDpcs($parent, $optParams = []) argument
43 $params = ['parent' => $parent];
H A DPartnersCustomers.php41 * @param string $parent Required. The parent resource ID in the format
47 public function create($parent, CreateCustomerRequest $postBody, $optParams = []) argument
49 $params = ['parent' => $parent, 'postBody' => $postBody];
H A DPartnersVendors.php35 * @param string $parent Required. The resource name in the format
44 public function listPartnersVendors($parent, $optParams = []) argument
46 $params = ['parent' => $parent];
H A DPartnersVendorsCustomers.php35 * @param string $parent Required. The resource name in the format
44 public function listPartnersVendorsCustomers($parent, $optParams = []) argument
46 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DGrants.php35 * @param string $parent Required. The user which needs permission. Format:
41 public function create($parent, Grant $postBody, $optParams = []) argument
43 $params = ['parent' => $parent, 'postBody' => $postBody];
H A DUsers.php36 * @param string $parent Required. The developer account to add the user to.
42 public function create($parent, User $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
65 * @param string $parent Required. The developer account to fetch users from.
75 public function listUsers($parent, $optParams = []) argument
77 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/Resource/
H A DProjectsLocationsKeys.php40 * @param string $parent Required. The project in which the API key is created.
52 public function create($parent, V2Key $postBody, $optParams = []) argument
54 $params = ['parent' => $parent, 'postBody' => $postBody];
112 * @param string $parent Required. Lists all API keys associated with this
123 public function listProjectsLocationsKeys($parent, $optParams = []) argument
125 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/
H A DV2LookupKeyResponse.php29 public $parent; variable in Google\\Service\\ApiKeysService\\V2LookupKeyResponse
48 public function setParent($parent) argument
50 $this->parent = $parent;
57 return $this->parent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/Resource/
H A DProjectsLocationsApis.php41 * @param string $parent Required. Parent resource of the API, of the form:
50 public function create($parent, ApigatewayApi $postBody, $optParams = []) argument
52 $params = ['parent' => $parent, 'postBody' => $postBody];
116 * @param string $parent Required. Parent resource of the API, of the form:
126 public function listProjectsLocationsApis($parent, $optParams = []) argument
128 $params = ['parent' => $parent];
H A DProjectsLocationsApisConfigs.php41 * @param string $parent Required. Parent resource of the API Config, of the
50 public function create($parent, ApigatewayApiConfig $postBody, $optParams = []) argument
52 $params = ['parent' => $parent, 'postBody' => $postBody];
120 * @param string $parent Required. Parent resource of the API Config, of the
130 public function listProjectsLocationsApisConfigs($parent, $optParams = []) argument
132 $params = ['parent' => $parent];
H A DProjectsLocationsGateways.php41 * @param string $parent Required. Parent resource of the Gateway, of the form:
50 public function create($parent, ApigatewayGateway $postBody, $optParams = []) argument
52 $params = ['parent' => $parent, 'postBody' => $postBody];
117 * @param string $parent Required. Parent resource of the Gateway, of the form:
127 public function listProjectsLocationsGateways($parent, $optParams = []) argument
129 $params = ['parent' => $parent];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizations.php153 * @param string $parent Required. Use the following structure in your request:
158 public function listOrganizations($parent, $optParams = []) argument
160 $params = ['parent' => $parent];

12345678910>>...134