Skip to content

Commit f4b76ca

Browse files
fix(networksecurity): update the API
#### networksecurity:v1beta1 The following keys were changed: - schemas.SACAttachment.description - schemas.SACAttachmentSACAttachmentSymantecOptions.properties.symantecLocationName.description - schemas.SACRealm.description
1 parent 338707b commit f4b76ca

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎discovery/networksecurity-v1beta1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5356,7 +5356,7 @@
53565356
}
53575357
}
53585358
},
5359-
"revision": "20250604",
5359+
"revision": "20250608",
53605360
"rootUrl": "https://networksecurity.googleapis.com/",
53615361
"schemas": {
53625362
"AddAddressGroupItemsRequest": {
@@ -8332,7 +8332,7 @@
83328332
"type": "object"
83338333
},
83348334
"SACAttachment": {
8335-
"description": "Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.",
8335+
"description": "Represents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.",
83368336
"id": "SACAttachment",
83378337
"properties": {
83388338
"country": {
@@ -8403,7 +8403,7 @@
84038403
"id": "SACAttachmentSACAttachmentSymantecOptions",
84048404
"properties": {
84058405
"symantecLocationName": {
8406-
"description": "Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.",
8406+
"description": "Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations.",
84078407
"type": "string"
84088408
},
84098409
"symantecSite": {
@@ -8414,7 +8414,7 @@
84148414
"type": "object"
84158415
},
84168416
"SACRealm": {
8417-
"description": "Represents a Secure Access Connect (SAC) Realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.",
8417+
"description": "Represents a Secure Access Connect (SAC) realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.",
84188418
"id": "SACRealm",
84198419
"properties": {
84208420
"createTime": {

‎src/apis/networksecurity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/networksecurity/v1beta1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ export namespace networksecurity_v1beta1 {
20152015
sources?: Schema$Source[];
20162016
}
20172017
/**
2018-
* Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
2018+
* Represents a Secure Access Connect (SAC) attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
20192019
*/
20202020
export interface Schema$SACAttachment {
20212021
/**
@@ -2064,7 +2064,7 @@ export namespace networksecurity_v1beta1 {
20642064
*/
20652065
export interface Schema$SACAttachmentSACAttachmentSymantecOptions {
20662066
/**
2067-
* Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with GCP locations.
2067+
* Immutable. Name to be used when creating a location on the customer's behalf in Symantec's Location API. Not to be confused with Google Cloud locations.
20682068
*/
20692069
symantecLocationName?: string | null;
20702070
/**
@@ -2073,7 +2073,7 @@ export namespace networksecurity_v1beta1 {
20732073
symantecSite?: string | null;
20742074
}
20752075
/**
2076-
* Represents a Secure Access Connect (SAC) Realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
2076+
* Represents a Secure Access Connect (SAC) realm resource. A Secure Access Connect realm establishes a connection between your Google Cloud project and an SSE service.
20772077
*/
20782078
export interface Schema$SACRealm {
20792079
/**

0 commit comments

Comments
 (0)