// 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.policies.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',
// User given friendly name of the policy addressed by this request.
policy: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
});
console.log(res.data);
}
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.policies.list({
// Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
maxResults: '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',
});
console.log(res.data);
// Example response
// {
// "header": {},
// "kind": "my_kind",
// "nextPageToken": "my_nextPageToken",
// "policies": []
// }
}
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.policies.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',
// User given friendly name of the policy addressed by this request.
policy: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
});
console.log(res.data);
}
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.policies.patch({
// 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',
// User given friendly name of the policy addressed by this request.
policy: 'placeholder-value',
// Identifies the project addressed by this request.
project: 'placeholder-value',
// Request body metadata
requestBody: {
// request body parameters
// {
// "alternativeNameServerConfig": {},
// "description": "my_description",
// "enableInboundForwarding": false,
// "enableLogging": false,
// "id": "my_id",
// "kind": "my_kind",
// "name": "my_name",
// "networks": []
// }
},
});
console.log(res.data);
// Example response
// {
// "header": {},
// "policy": {}
// }
}
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.policies.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 project addressed by this request.
project: 'placeholder-value',
// Request body metadata
requestBody: {
// request body parameters
// {
// "alternativeNameServerConfig": {},
// "description": "my_description",
// "enableInboundForwarding": false,
// "enableLogging": false,
// "id": "my_id",
// "kind": "my_kind",
// "name": "my_name",
// "networks": []
// }
},
});
console.log(res.data);
// Example response
// {
// "alternativeNameServerConfig": {},
// "description": "my_description",
// "enableInboundForwarding": false,
// "enableLogging": false,
// "id": "my_id",
// "kind": "my_kind",
// "name": "my_name",
// "networks": []
// }
}
main().catch(e => {
console.error(e);
throw e;
});