// Before running the sample:
// - Enable the API at:
// https://console.developers.google.com/apis/api/dns.googleapis.com
// - Login into gcloud by running:
// `$ gcloud auth application-default login`
// - Install the npm module by running:
// `$ npm install googleapis`
const {google} = require('googleapis');
const dns = google.dns('v1beta2');
async function main() {
const auth = new google.auth.GoogleAuth({
// Scopes can be specified either as an array or as a single, space-delimited string.
scopes: [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/cloud-platform.read-only',
'https://www.googleapis.com/auth/ndev.clouddns.readonly',
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
],
});
// Acquire an auth client, and bind it to all future calls
const authClient = await auth.getClient();
google.options({auth: authClient});
// Do the magic
const res = await dns.resourceRecordSets.list({
// Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
managedZone: 'placeholder-value',
// Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
maxResults: 'placeholder-value',
// Restricts the list to return only records with this fully qualified domain name.
name: 'placeholder-value',
// Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
pageToken: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// Restricts the list to return only records of this type. If present, the "name" parameter must also be present.
type: 'placeholder-value',
});
console.log(res.data);
// Example response
// {
// "header": {},
// "kind": "my_kind",
// "nextPageToken": "my_nextPageToken",
// "rrsets": []
// }
}
main().catch(e => {
console.error(e);
throw e;
});
// Before running the sample:
// - Enable the API at:
// https://console.developers.google.com/apis/api/dns.googleapis.com
// - Login into gcloud by running:
// `$ gcloud auth application-default login`
// - Install the npm module by running:
// `$ npm install googleapis`
const {google} = require('googleapis');
const dns = google.dns('v1');
async function main() {
const auth = new google.auth.GoogleAuth({
// Scopes can be specified either as an array or as a single, space-delimited string.
scopes: [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/cloud-platform.read-only',
'https://www.googleapis.com/auth/ndev.clouddns.readonly',
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
],
});
// Acquire an auth client, and bind it to all future calls
const authClient = await auth.getClient();
google.options({auth: authClient});
// Do the magic
const res = await dns.resourceRecordSets.list({
// Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
managedZone: 'placeholder-value',
// Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
maxResults: 'placeholder-value',
// Restricts the list to return only records with this fully qualified domain name.
name: 'placeholder-value',
// Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
pageToken: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// Restricts the list to return only records of this type. If present, the "name" parameter must also be present.
type: 'placeholder-value',
});
console.log(res.data);
// Example response
// {
// "header": {},
// "kind": "my_kind",
// "nextPageToken": "my_nextPageToken",
// "rrsets": []
// }
}
main().catch(e => {
console.error(e);
throw e;
});
// Before running the sample:
// - Enable the API at:
// https://console.developers.google.com/apis/api/dns.googleapis.com
// - Login into gcloud by running:
// `$ gcloud auth application-default login`
// - Install the npm module by running:
// `$ npm install googleapis`
const {google} = require('googleapis');
const dns = google.dns('v1');
async function main() {
const auth = new google.auth.GoogleAuth({
// Scopes can be specified either as an array or as a single, space-delimited string.
scopes: [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
],
});
// Acquire an auth client, and bind it to all future calls
const authClient = await auth.getClient();
google.options({auth: authClient});
// Do the magic
const res = await dns.resourceRecordSets.create({
// For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
clientOperationId: 'placeholder-value',
// Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
managedZone: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// Request body metadata
requestBody: {
// request body parameters
// {
// "kind": "my_kind",
// "name": "my_name",
// "rrdatas": [],
// "signatureRrdatas": [],
// "ttl": 0,
// "type": "my_type"
// }
},
});
console.log(res.data);
// Example response
// {
// "kind": "my_kind",
// "name": "my_name",
// "rrdatas": [],
// "signatureRrdatas": [],
// "ttl": 0,
// "type": "my_type"
// }
}
main().catch(e => {
console.error(e);
throw e;
});
// Before running the sample:
// - Enable the API at:
// https://console.developers.google.com/apis/api/dns.googleapis.com
// - Login into gcloud by running:
// `$ gcloud auth application-default login`
// - Install the npm module by running:
// `$ npm install googleapis`
const {google} = require('googleapis');
const dns = google.dns('v1beta2');
async function main() {
const auth = new google.auth.GoogleAuth({
// Scopes can be specified either as an array or as a single, space-delimited string.
scopes: [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
],
});
// Acquire an auth client, and bind it to all future calls
const authClient = await auth.getClient();
google.options({auth: authClient});
// Do the magic
const res = await dns.resourceRecordSets.create({
// For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
clientOperationId: 'placeholder-value',
// Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
managedZone: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// Request body metadata
requestBody: {
// request body parameters
// {
// "kind": "my_kind",
// "name": "my_name",
// "routingPolicy": {},
// "rrdatas": [],
// "signatureRrdatas": [],
// "ttl": 0,
// "type": "my_type"
// }
},
});
console.log(res.data);
// Example response
// {
// "kind": "my_kind",
// "name": "my_name",
// "routingPolicy": {},
// "rrdatas": [],
// "signatureRrdatas": [],
// "ttl": 0,
// "type": "my_type"
// }
}
main().catch(e => {
console.error(e);
throw e;
});
// Before running the sample:
// - Enable the API at:
// https://console.developers.google.com/apis/api/dns.googleapis.com
// - Login into gcloud by running:
// `$ gcloud auth application-default login`
// - Install the npm module by running:
// `$ npm install googleapis`
const {google} = require('googleapis');
const dns = google.dns('v1');
async function main() {
const auth = new google.auth.GoogleAuth({
// Scopes can be specified either as an array or as a single, space-delimited string.
scopes: [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
],
});
// Acquire an auth client, and bind it to all future calls
const authClient = await auth.getClient();
google.options({auth: authClient});
// Do the magic
const res = await dns.resourceRecordSets.delete({
// For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
clientOperationId: 'placeholder-value',
// Identifies the managed zone addressed by this request. Can be the managed zone name or ID.
managedZone: 'placeholder-value',
// Fully qualified domain name.
name: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// RRSet type.
type: 'placeholder-value',
});
console.log(res.data);
// Example response
// {}
}
main().catch(e => {
console.error(e);
throw e;
});