Searched refs:responsePolicyRule (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/ |
H A D | ResponsePolicyRules.php | 66 * @param string $responsePolicyRule User assigned name of the Response Policy 74 public function delete($project, $location, $responsePolicy, $responsePolicyRule, $optParams = []) argument 76 …n' => $location, 'responsePolicy' => $responsePolicy, 'responsePolicyRule' => $responsePolicyRule]; 89 * @param string $responsePolicyRule User assigned name of the Response Policy 98 public function get($project, $location, $responsePolicy, $responsePolicyRule, $optParams = []) argument 100 …n' => $location, 'responsePolicy' => $responsePolicy, 'responsePolicyRule' => $responsePolicyRule]; 137 * @param string $responsePolicyRule User assigned name of the Response Policy 147 …public function patch($project, $location, $responsePolicy, $responsePolicyRule, ResponsePolicyRul… argument 149 …ion, 'responsePolicy' => $responsePolicy, 'responsePolicyRule' => $responsePolicyRule, 'postBody' … 161 * @param string $responsePolicyRule User assigned name of the Response Policy [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
H A D | ResponsePolicyRulesPatchResponse.php | 44 public function setResponsePolicyRule(ResponsePolicyRule $responsePolicyRule) argument 46 $this->responsePolicyRule = $responsePolicyRule; 53 return $this->responsePolicyRule;
|
H A D | ResponsePolicyRulesUpdateResponse.php | 44 public function setResponsePolicyRule(ResponsePolicyRule $responsePolicyRule) argument 46 $this->responsePolicyRule = $responsePolicyRule; 53 return $this->responsePolicyRule;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Dns.php | 1001 …jects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/{responsePolicyRule}', 1019 'responsePolicyRule' => [ 1030 …jects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/{responsePolicyRule}', 1048 'responsePolicyRule' => [ 1087 …jects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/{responsePolicyRule}', 1105 'responsePolicyRule' => [ 1116 …jects/{project}/locations/{location}/responsePolicies/{responsePolicy}/rules/{responsePolicyRule}', 1134 'responsePolicyRule' => [
|