@maxim_mazurok/gapi.client.networksecurity-v1beta1
Advanced tools
Comparing version 0.0.20230309 to 0.0.20230316
{ | ||
"name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1", | ||
"version": "0.0.20230309", | ||
"version": "0.0.20230316", | ||
"description": "TypeScript typings for Network Security API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
43
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.networksecurity-v1beta1 definition tests */ | ||
// Revision: 20230309 | ||
// Revision: 20230316 | ||
@@ -593,2 +593,3 @@ gapi.load('client', async () => { | ||
name: "Test string", | ||
tlsInspectionPolicy: "Test string", | ||
updateTime: "Test string", | ||
@@ -618,2 +619,3 @@ }); | ||
name: "Test string", | ||
tlsInspectionPolicy: "Test string", | ||
updateTime: "Test string", | ||
@@ -634,2 +636,3 @@ }); | ||
sessionMatcher: "Test string", | ||
tlsInspectionEnabled: true, | ||
updateTime: "Test string", | ||
@@ -664,2 +667,3 @@ }); | ||
sessionMatcher: "Test string", | ||
tlsInspectionEnabled: true, | ||
updateTime: "Test string", | ||
@@ -830,2 +834,39 @@ }); | ||
}); | ||
/** Creates a new TlsInspectionPolicy in a given project and location. */ | ||
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.create({ | ||
parent: "Test string", | ||
tlsInspectionPolicyId: "Test string", | ||
}, { | ||
caPool: "Test string", | ||
createTime: "Test string", | ||
description: "Test string", | ||
name: "Test string", | ||
updateTime: "Test string", | ||
}); | ||
/** Deletes a single TlsInspectionPolicy. */ | ||
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.delete({ | ||
force: true, | ||
name: "Test string", | ||
}); | ||
/** Gets details of a single TlsInspectionPolicy. */ | ||
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.get({ | ||
name: "Test string", | ||
}); | ||
/** Lists TlsInspectionPolicies in a given project and location. */ | ||
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.list({ | ||
pageSize: 42, | ||
pageToken: "Test string", | ||
parent: "Test string", | ||
}); | ||
/** Updates the parameters of a single TlsInspectionPolicy. */ | ||
await gapi.client.networksecurity.projects.locations.tlsInspectionPolicies.patch({ | ||
name: "Test string", | ||
updateMask: "Test string", | ||
}, { | ||
caPool: "Test string", | ||
createTime: "Test string", | ||
description: "Test string", | ||
name: "Test string", | ||
updateTime: "Test string", | ||
}); | ||
/** Creates a new UrlList in a given project and location. */ | ||
@@ -832,0 +873,0 @@ await gapi.client.networksecurity.projects.locations.urlLists.create({ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285489
4809