Skip to content

Commit

Permalink
fix(dns): update the API
Browse files Browse the repository at this point in the history
#### dns:v1
The following keys were changed:
- schemas.Change.properties.status.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.enumDescriptions
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.description
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.enumDescriptions

#### dns:v1beta2
The following keys were changed:
- schemas.Change.properties.status.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.enumDescriptions
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.description
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.enumDescriptions

#### dns:v2beta1
The following keys were changed:
- schemas.Change.properties.status.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.description
- schemas.ManagedZoneForwardingConfigNameServerTarget.properties.forwardingPath.enumDescriptions
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.description
- schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.forwardingPath.enumDescriptions
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 3, 2020
1 parent e400b20 commit b7bd09f
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
12 changes: 6 additions & 6 deletions discovery/dns-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
}
}
},
"revision": "20200701",
"revision": "20200731",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"type": "string"
},
"status": {
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent, but the\nservers might not be updated yet.",
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent but the\nservers might not be updated yet.",
"enum": [
"pending",
"done"
Expand Down Expand Up @@ -1428,13 +1428,13 @@
"id": "ManagedZoneForwardingConfigNameServerTarget",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this NameServerTarget, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this NameServerTarget. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"default",
"private"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down Expand Up @@ -1760,13 +1760,13 @@
"id": "PolicyAlternativeNameServerConfigTargetNameServer",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this TargetNameServer, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this TargetNameServer. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"default",
"private"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down
12 changes: 6 additions & 6 deletions discovery/dns-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
}
}
},
"revision": "20200701",
"revision": "20200731",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"type": "string"
},
"status": {
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent, but the\nservers might not be updated yet.",
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent but the\nservers might not be updated yet.",
"enum": [
"pending",
"done"
Expand Down Expand Up @@ -1432,13 +1432,13 @@
"id": "ManagedZoneForwardingConfigNameServerTarget",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this NameServerTarget, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this NameServerTarget. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"default",
"private"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down Expand Up @@ -1797,13 +1797,13 @@
"id": "PolicyAlternativeNameServerConfigTargetNameServer",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this TargetNameServer, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this TargetNameServer. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"default",
"private"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down
12 changes: 6 additions & 6 deletions discovery/dns-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@
}
}
},
"revision": "20200714",
"revision": "20200731",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -1040,7 +1040,7 @@
"type": "string"
},
"status": {
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent, but the\nservers might not be updated yet.",
"description": "Status of the operation (output only). A status of \"done\" means that the\nrequest to update the authoritative servers has been sent but the\nservers might not be updated yet.",
"enum": [
"PENDING",
"DONE"
Expand Down Expand Up @@ -1400,13 +1400,13 @@
"id": "ManagedZoneForwardingConfigNameServerTarget",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this NameServerTarget, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this NameServerTarget. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"DEFAULT",
"PRIVATE"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down Expand Up @@ -1732,13 +1732,13 @@
"id": "PolicyAlternativeNameServerConfigTargetNameServer",
"properties": {
"forwardingPath": {
"description": "Forwarding path for this TargetNameServer, if unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target",
"description": "Forwarding path for this TargetNameServer. If unset or set to DEFAULT,\nCloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the\nInternet. When set to PRIVATE, Cloud DNS will always send queries\nthrough VPC for this target.",
"enum": [
"DEFAULT",
"PRIVATE"
],
"enumDescriptions": [
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nNon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will make forwarding decision based on address ranges,\ni.e. RFC1918 addresses forward to the target through the VPC and\nnon-RFC1918 addresses will forward to the target through the\nInternet",
"Cloud DNS will always forward to this target through the VPC."
],
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions src/apis/dns/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export namespace dns_v1 {
*/
startTime?: string | null;
/**
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
*/
status?: string | null;
}
Expand Down Expand Up @@ -367,7 +367,7 @@ export namespace dns_v1 {
}
export interface Schema$ManagedZoneForwardingConfigNameServerTarget {
/**
* Forwarding path for this NameServerTarget, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down Expand Up @@ -558,7 +558,7 @@ export namespace dns_v1 {
}
export interface Schema$PolicyAlternativeNameServerConfigTargetNameServer {
/**
* Forwarding path for this TargetNameServer, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down
6 changes: 3 additions & 3 deletions src/apis/dns/v1beta2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export namespace dns_v1beta2 {
*/
startTime?: string | null;
/**
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
*/
status?: string | null;
}
Expand Down Expand Up @@ -371,7 +371,7 @@ export namespace dns_v1beta2 {
}
export interface Schema$ManagedZoneForwardingConfigNameServerTarget {
/**
* Forwarding path for this NameServerTarget, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down Expand Up @@ -583,7 +583,7 @@ export namespace dns_v1beta2 {
}
export interface Schema$PolicyAlternativeNameServerConfigTargetNameServer {
/**
* Forwarding path for this TargetNameServer, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down
6 changes: 3 additions & 3 deletions src/apis/dns/v2beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export namespace dns_v2beta1 {
*/
startTime?: string | null;
/**
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
* Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent but the servers might not be updated yet.
*/
status?: string | null;
}
Expand Down Expand Up @@ -367,7 +367,7 @@ export namespace dns_v2beta1 {
}
export interface Schema$ManagedZoneForwardingConfigNameServerTarget {
/**
* Forwarding path for this NameServerTarget, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down Expand Up @@ -558,7 +558,7 @@ export namespace dns_v2beta1 {
}
export interface Schema$PolicyAlternativeNameServerConfigTargetNameServer {
/**
* Forwarding path for this TargetNameServer, if unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target
* Forwarding path for this TargetNameServer. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
*/
forwardingPath?: string | null;
/**
Expand Down

0 comments on commit b7bd09f

Please sign in to comment.