Skip to content

Commit

Permalink
feat: add AllowedDomainSettings to the UpdateIapSettingsRequest
Browse files Browse the repository at this point in the history
feat: add AttributePropagationSettings to the UpdateIapSettingsRequest
feat: add remediation_token_generation_enabled to the CsmSettings
chore: deprecate password reauth method which will no longer be accepted by IAP APIs.

PiperOrigin-RevId: 496681848

Source-Link: googleapis/googleapis@be2d54e

Source-Link: googleapis/googleapis-gen@dae449b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuSWFwLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJkYWU0NDliNGQzYTQ5NDA2ZWI0OWI0MTAwNTViZGY0MzBjNTFhODgzIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Dec 20, 2022
1 parent d1c7972 commit 5b5c678
Show file tree
Hide file tree
Showing 2 changed files with 938 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,11 +681,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(CreateTunnelDestGroupReques
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -709,11 +709,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(string parent, TunnelDestGr
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -737,11 +737,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(string parent, TunnelDestGr
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -760,11 +760,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(string parent, TunnelDestGr
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -788,11 +788,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(TunnelLocationName parent,
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -816,11 +816,11 @@ public virtual TunnelDestGroup CreateTunnelDestGroup(TunnelLocationName parent,
/// Required. The TunnelDestGroup to create.
/// </param>
/// <param name="tunnelDestGroupId">
/// Required. The ID to use for the TunnelDestGroup, which becomes the final component of
/// the resource name.
/// Required. The ID to use for the TunnelDestGroup, which becomes the final
/// component of the resource name.
///
/// This value must be 4-63 characters, and valid characters
/// are `[a-z][0-9]-`.
/// are `[a-z]-`.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down
Loading

0 comments on commit 5b5c678

Please sign in to comment.