Searched defs:groupKey (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/ |
H A D | Members.php | 44 public function delete($groupKey, $memberKey, $optParams = []) 61 public function get($groupKey, $memberKey, $optParams = []) 78 public function hasMember($groupKey, $memberKey, $optParams = []) 93 public function insert($groupKey, Member $postBody, $optParams = []) 115 public function listMembers($groupKey, $optParams = []) 135 public function patch($groupKey, $memberKey, Member $postBody, $optParams = []) 153 public function update($groupKey, $memberKey, Member $postBody, $optParams = [])
|
H A D | Groups.php | 40 public function delete($groupKey, $optParams = []) 54 public function get($groupKey, $optParams = []) 118 public function patch($groupKey, Group $postBody, $optParams = []) 133 public function update($groupKey, Group $postBody, $optParams = [])
|
H A D | GroupsAliases.php | 41 public function delete($groupKey, $alias, $optParams = []) 56 public function insert($groupKey, Alias $postBody, $optParams = []) 70 public function listGroupsAliases($groupKey, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/ |
H A D | GcpUserAccessBinding.php | 30 public $groupKey; variable in Google\\Service\\AccessContextManager\\GcpUserAccessBinding 53 public function setGroupKey($groupKey)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/ |
H A D | GroupRelation.php | 75 public function setGroupKey(EntityKey $groupKey)
|
H A D | Group.php | 114 public function setGroupKey(EntityKey $groupKey)
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DirectoryService.php | 133 public function delete($groupKey, $optParams = array()) { 146 public function get($groupKey, $optParams = array()) { 203 public function patch($groupKey, Google_Group $postBody, $optParams = array()) { 221 public function update($groupKey, Google_Group $postBody, $optParams = array()) { 251 public function delete($groupKey, $alias, $optParams = array()) { 265 public function insert($groupKey, Google_Alias $postBody, $optParams = array()) { 282 public function listGroupsAliases($groupKey, $optParams = array()) { 312 public function delete($groupKey, $memberKey, $optParams = array()) { 326 public function get($groupKey, $memberKey, $optParams = array()) { 344 public function insert($groupKey, Google_Member $postBody, $optParams = array()) { [all …]
|