Skip to content

Commit 39a6263

Browse files
feat(networksecurity): update the api
#### networksecurity:v1 The following keys were added: - resources.projects.resources.locations.resources.backendAuthenticationConfigs.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.backendAuthenticationConfigs.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.backendAuthenticationConfigs.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backendAuthenticationConfigs.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.backendAuthenticationConfigs.methods.patch (Total Keys: 15) - schemas.BackendAuthenticationConfig (Total Keys: 14) - schemas.ListBackendAuthenticationConfigsResponse (Total Keys: 7)
1 parent 8b9c87c commit 39a6263

6 files changed

+741
-160
lines changed

docs/dyn/networksecurity_v1.projects.locations.backendAuthenticationConfigs.html

Lines changed: 328 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/networksecurity_v1.projects.locations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ <h2>Instance Methods</h2>
8989
</p>
9090
<p class="firstline">Returns the authzPolicies Resource.</p>
9191

92+
<p class="toc_element">
93+
<code><a href="networksecurity_v1.projects.locations.backendAuthenticationConfigs.html">backendAuthenticationConfigs()</a></code>
94+
</p>
95+
<p class="firstline">Returns the backendAuthenticationConfigs Resource.</p>
96+
9297
<p class="toc_element">
9398
<code><a href="networksecurity_v1.projects.locations.clientTlsPolicies.html">clientTlsPolicies()</a></code>
9499
</p>

docs/dyn/networksecurity_v1beta1.projects.locations.sacAttachments.html

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Creates a new SACAttachment in a given project and location.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, requestId=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a single SACAttachment.</p>
85+
<p class="firstline">Deletes the specified attachment.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Gets details of a single SACAttachment.</p>
88+
<p class="firstline">Returns the specified attachment.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists SACAttachments in a given project and location.</p>
@@ -103,30 +103,30 @@ <h3>Method Details</h3>
103103
<pre>Creates a new SACAttachment in a given project and location.
104104

105105
Args:
106-
parent: string, Required. Value for parent. (required)
106+
parent: string, Required. The parent, in the form `projects/{project}/locations/{location}`. (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

110-
{ # Configuration for an attachment within a SAC realm.
111-
&quot;country&quot;: &quot;A String&quot;, # Optional. ISO-3166 alpha 2 country code used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
112-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was created.
110+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
111+
&quot;country&quot;: &quot;A String&quot;, # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
112+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was created.
113113
&quot;labels&quot;: { # Optional. Optional list of labels applied to the resource.
114114
&quot;a_key&quot;: &quot;A String&quot;,
115115
},
116116
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
117-
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
118-
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
119-
&quot;state&quot;: &quot;A String&quot;, # Output only. [Output only] State of the attachment.
120-
&quot;symantecOptions&quot;: { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
121-
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used for when creating a Location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
122-
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
117+
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
118+
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
119+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the attachment.
120+
&quot;symantecOptions&quot;: { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
121+
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used when creating a location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Not to be confused with GCP locations.
122+
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this attachment will connect to.
123123
},
124-
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. tzinfo identifier used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Case sensitive.
125-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was last updated.
124+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
125+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was last updated.
126126
}
127127

128128
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
129-
sacAttachmentId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and sac_attachment_id from the method_signature of Create RPC
129+
sacAttachmentId: string, Required. ID of the created attachment. The ID must be 1-63 characters long, and comply with RFC1035. Specifically, it must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
130130
x__xgafv: string, V1 error format.
131131
Allowed values
132132
1 - v1 error format
@@ -158,10 +158,10 @@ <h3>Method Details</h3>
158158

159159
<div class="method">
160160
<code class="details" id="delete">delete(name, requestId=None, x__xgafv=None)</code>
161-
<pre>Deletes a single SACAttachment.
161+
<pre>Deletes the specified attachment.
162162

163163
Args:
164-
name: string, Required. Name of the resource (required)
164+
name: string, Required. Name of the resource, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`. (required)
165165
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
166166
x__xgafv: string, V1 error format.
167167
Allowed values
@@ -194,10 +194,10 @@ <h3>Method Details</h3>
194194

195195
<div class="method">
196196
<code class="details" id="get">get(name, x__xgafv=None)</code>
197-
<pre>Gets details of a single SACAttachment.
197+
<pre>Returns the specified attachment.
198198

199199
Args:
200-
name: string, Required. Name of the resource (required)
200+
name: string, Required. Name of the resource, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`. (required)
201201
x__xgafv: string, V1 error format.
202202
Allowed values
203203
1 - v1 error format
@@ -206,22 +206,22 @@ <h3>Method Details</h3>
206206
Returns:
207207
An object of the form:
208208

209-
{ # Configuration for an attachment within a SAC realm.
210-
&quot;country&quot;: &quot;A String&quot;, # Optional. ISO-3166 alpha 2 country code used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
211-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was created.
209+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
210+
&quot;country&quot;: &quot;A String&quot;, # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
211+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was created.
212212
&quot;labels&quot;: { # Optional. Optional list of labels applied to the resource.
213213
&quot;a_key&quot;: &quot;A String&quot;,
214214
},
215215
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
216-
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
217-
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
218-
&quot;state&quot;: &quot;A String&quot;, # Output only. [Output only] State of the attachment.
219-
&quot;symantecOptions&quot;: { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
220-
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used for when creating a Location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
221-
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
216+
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
217+
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
218+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the attachment.
219+
&quot;symantecOptions&quot;: { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
220+
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used when creating a location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Not to be confused with GCP locations.
221+
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this attachment will connect to.
222222
},
223-
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. tzinfo identifier used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Case sensitive.
224-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was last updated.
223+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
224+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was last updated.
225225
}</pre>
226226
</div>
227227

@@ -230,9 +230,9 @@ <h3>Method Details</h3>
230230
<pre>Lists SACAttachments in a given project and location.
231231

232232
Args:
233-
parent: string, Required. Parent value for ListSACAttachmentsRequest (required)
234-
filter: string, Optional. Filtering results
235-
orderBy: string, Optional. Hint for how to order the results
233+
parent: string, Required. The parent, in the form `projects/{project}/locations/{location}`. (required)
234+
filter: string, Optional. An expression that filters the list of results.
235+
orderBy: string, Optional. Sort the results by a certain order.
236236
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
237237
pageToken: string, Optional. A token identifying a page of results the server should return.
238238
x__xgafv: string, V1 error format.
@@ -243,25 +243,25 @@ <h3>Method Details</h3>
243243
Returns:
244244
An object of the form:
245245

246-
{ # Message for response to listing SACAttachments
246+
{ # Response for `ListSACAttachments` method.
247247
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
248-
&quot;sacAttachments&quot;: [ # The list of SACAttachments
249-
{ # Configuration for an attachment within a SAC realm.
250-
&quot;country&quot;: &quot;A String&quot;, # Optional. ISO-3166 alpha 2 country code used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Not case-sensitive, since it will be upper-cased when sending to Symantec API.
251-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was created.
248+
&quot;sacAttachments&quot;: [ # The list of SACAttachments.
249+
{ # Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access Connect attachment enables NCC Gateway to process traffic with an SSE product.
250+
&quot;country&quot;: &quot;A String&quot;, # Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization. Only valid for Symantec attachments.
251+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was created.
252252
&quot;labels&quot;: { # Optional. Optional list of labels applied to the resource.
253253
&quot;a_key&quot;: &quot;A String&quot;,
254254
},
255255
&quot;name&quot;: &quot;A String&quot;, # Identifier. Resource name, in the form `projects/{project}/locations/{location}/sacAttachments/{sac_attachment}`.
256-
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. Name of the NCC Gateway which connects to the attachment. ID or full URI can be specified. Full URI is stored either way,in the form `projects/{project}/locations/{location}/spokes/{ncc_gateway}`.
257-
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. Name of the SAC Realm which owns the attachment. The input can be either an ID for a full name. The output will always be the full name using project number instead of project ID. The format is `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
258-
&quot;state&quot;: &quot;A String&quot;, # Output only. [Output only] State of the attachment.
259-
&quot;symantecOptions&quot;: { # Fields specific to SSEGWs connecting to Symantec Cloud SWG. # Optional. Required iff the associated realm is of type SYMANTEC_CLOUD_SWG.
260-
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used for when creating a Location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Required iff sac_realm uses SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
261-
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this Attachment will connect to. Required iff sac_realm uses SYMANTEC_CLOUD_SWG.
256+
&quot;nccGateway&quot;: &quot;A String&quot;, # Required. NCC Gateway associated with the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/spokes/{ncc_gateway}`.
257+
&quot;sacRealm&quot;: &quot;A String&quot;, # Required. SAC Realm which owns the attachment. This can be input as an ID or a full resource name. The output always has the form `projects/{project_number}/locations/{location}/sacRealms/{sac_realm}`.
258+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the attachment.
259+
&quot;symantecOptions&quot;: { # Fields specific to attachments associated with Symantec Cloud SWG. # Optional. Configuration required for Symantec attachments.
260+
&quot;symantecLocationName&quot;: &quot;A String&quot;, # Immutable. Name to be used when creating a location on the customer&#x27;s behalf in Symantec&#x27;s Location API. Not to be confused with GCP locations.
261+
&quot;symantecSite&quot;: &quot;A String&quot;, # Immutable. Symantec data center identifier that this attachment will connect to.
262262
},
263-
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. tzinfo identifier used for localization. Only used for Symantec&#x27;s API today, and is optional even for gateways connected to Symantec, since Symantec applies a default if we don&#x27;t specify it. Case sensitive.
264-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. [Output only] Timestamp when the attachment was last updated.
263+
&quot;timeZone&quot;: &quot;A String&quot;, # Optional. Case-sensitive tzinfo identifier used for localization. Only valid for Symantec attachments.
264+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Timestamp when the attachment was last updated.
265265
},
266266
],
267267
&quot;unreachable&quot;: [ # Locations that could not be reached.

0 commit comments

Comments
 (0)