| Package | Description |
|---|---|
| com.google.api.services.dns | |
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
Dns.ResponsePolicyRules.Create |
Dns.ResponsePolicyRules.create(String project,
String responsePolicy,
ResponsePolicyRule content)
Creates a new Response Policy Rule.
|
Dns.ResponsePolicyRules.Patch |
Dns.ResponsePolicyRules.patch(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Applies a partial update to an existing Response Policy Rule.
|
Dns.ResponsePolicyRules.Update |
Dns.ResponsePolicyRules.update(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Updates an existing Response Policy Rule.
|
| Constructor and Description |
|---|
Create(String project,
String responsePolicy,
ResponsePolicyRule content)
Creates a new Response Policy Rule.
|
Patch(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Applies a partial update to an existing Response Policy Rule.
|
Update(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Updates an existing Response Policy Rule.
|
| Modifier and Type | Method and Description |
|---|---|
ResponsePolicyRule |
ResponsePolicyRule.clone() |
ResponsePolicyRule |
ResponsePolicyRulesUpdateResponse.getResponsePolicyRule() |
ResponsePolicyRule |
ResponsePolicyRulesPatchResponse.getResponsePolicyRule() |
ResponsePolicyRule |
ResponsePolicyRule.set(String fieldName,
Object value) |
ResponsePolicyRule |
ResponsePolicyRule.setBehavior(String behavior)
Answer this query with a behavior rather than DNS data.
|
ResponsePolicyRule |
ResponsePolicyRule.setDnsName(String dnsName)
The DNS name (wildcard or exact) to apply this rule to.
|
ResponsePolicyRule |
ResponsePolicyRule.setKind(String kind) |
ResponsePolicyRule |
ResponsePolicyRule.setLocalData(ResponsePolicyRuleLocalData localData)
Answer this query directly with DNS data.
|
ResponsePolicyRule |
ResponsePolicyRule.setRuleName(String ruleName)
An identifier for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponsePolicyRule> |
ResponsePolicyRulesListResponse.getResponsePolicyRules()
The Response Policy Rule resources.
|
| Modifier and Type | Method and Description |
|---|---|
ResponsePolicyRulesUpdateResponse |
ResponsePolicyRulesUpdateResponse.setResponsePolicyRule(ResponsePolicyRule responsePolicyRule) |
ResponsePolicyRulesPatchResponse |
ResponsePolicyRulesPatchResponse.setResponsePolicyRule(ResponsePolicyRule responsePolicyRule) |
| Modifier and Type | Method and Description |
|---|---|
ResponsePolicyRulesListResponse |
ResponsePolicyRulesListResponse.setResponsePolicyRules(List<ResponsePolicyRule> responsePolicyRules)
The Response Policy Rule resources.
|
Copyright © 2011–2022 Google. All rights reserved.