Home
last modified time | relevance | path

Searched refs:groupKey (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DMembers.php37 * @param string $groupKey Identifies the group in the API request. The value
44 public function delete($groupKey, $memberKey, $optParams = []) argument
46 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey];
61 public function get($groupKey, $memberKey, $optParams = []) argument
63 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey];
78 public function hasMember($groupKey, $memberKey, $optParams = []) argument
80 $params = ['groupKey' => $groupKey, 'memberKey' => $memberKey];
93 public function insert($groupKey, Member $postBody, $optParams = []) argument
95 $params = ['groupKey' => $groupKey, 'postBody' => $postBody];
115 public function listMembers($groupKey, $optParams = []) argument
[all …]
H A DGroups.php36 * @param string $groupKey Identifies the group in the API request. The value
40 public function delete($groupKey, $optParams = []) argument
42 $params = ['groupKey' => $groupKey];
49 * @param string $groupKey Identifies the group in the API request. The value
54 public function get($groupKey, $optParams = []) argument
56 $params = ['groupKey' => $groupKey];
112 * @param string $groupKey Identifies the group in the API request. The value
118 public function patch($groupKey, Group $postBody, $optParams = []) argument
120 $params = ['groupKey' => $groupKey, 'postBody' => $postBody];
133 public function update($groupKey, Group $postBody, $optParams = []) argument
[all …]
H A DGroupsAliases.php36 * @param string $groupKey Identifies the group in the API request. The value
41 public function delete($groupKey, $alias, $optParams = []) argument
43 $params = ['groupKey' => $groupKey, 'alias' => $alias];
50 * @param string $groupKey Identifies the group in the API request. The value
56 public function insert($groupKey, Alias $postBody, $optParams = []) argument
58 $params = ['groupKey' => $groupKey, 'postBody' => $postBody];
65 * @param string $groupKey Identifies the group in the API request. The value
70 public function listGroupsAliases($groupKey, $optParams = []) argument
72 $params = ['groupKey' => $groupKey];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DGcpUserAccessBinding.php30 public $groupKey; variable in Google\\Service\\AccessContextManager\\GcpUserAccessBinding
53 public function setGroupKey($groupKey) argument
55 $this->groupKey = $groupKey;
62 return $this->groupKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DGroupRelation.php75 public function setGroupKey(EntityKey $groupKey) argument
77 $this->groupKey = $groupKey;
84 return $this->groupKey;
H A DGroup.php114 public function setGroupKey(EntityKey $groupKey) argument
116 $this->groupKey = $groupKey;
123 return $this->groupKey;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php130 * @param string $groupKey Email or immutable Id of the group
133 public function delete($groupKey, $optParams = array()) { argument
134 $params = array('groupKey' => $groupKey);
142 * @param string $groupKey Email or immutable Id of the group
146 public function get($groupKey, $optParams = array()) { argument
147 $params = array('groupKey' => $groupKey);
247 * @param string $groupKey Email or immutable Id of the group
260 * @param string $groupKey Email or immutable Id of the group
278 * @param string $groupKey Email or immutable Id of the group
283 $params = array('groupKey' => $groupKey);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php733 'groupKey' => [
743 'groupKey' => [
794 'groupKey' => [
804 'groupKey' => [
824 'groupKey' => [
839 'groupKey' => [
849 'groupKey' => [
869 'groupKey' => [
884 'groupKey' => [
899 'groupKey' => [
[all …]
H A DCloudIdentity.php454 'groupKey.id' => [
458 'groupKey.namespace' => [
/plugin/strata/helper/
H A Dtriples.php1026 $this->groupKey = $grouped;
1044 foreach($this->groupKey as $alias=>$field) {
1071 if(in_array($field, $this->groupKey)) {