-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathGcloudBiglakeIcebergCatalogsUpdateOptions.Generated.cs
More file actions
34 lines (28 loc) · 1.04 KB
/
GcloudBiglakeIcebergCatalogsUpdateOptions.Generated.cs
File metadata and controls
34 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// <auto-generated>
// This file was generated by ModularPipelines.OptionsGenerator.
// Source: https://cloud.google.com/sdk/gcloud/reference/biglake/iceberg/catalogs/update
// Do not edit this file manually.
// </auto-generated>
#nullable enable
using System.CodeDom.Compiler;
using System.Diagnostics.CodeAnalysis;
using ModularPipelines.Attributes;
using ModularPipelines.Google.Options;
namespace ModularPipelines.Google.Options;
/// <summary>
/// update a BigLake Iceberg REST catalog
/// </summary>
[GeneratedCode("ModularPipelines.OptionsGenerator", "")]
[ExcludeFromCodeCoverage]
[CliSubCommand("biglake", "iceberg", "catalogs", "update")]
public record GcloudBiglakeIcebergCatalogsUpdateOptions : GcloudOptions
{
[SecretValue]
[CliOption("--credential-mode", Format = OptionFormat.EqualsSeparated)]
public string? CredentialMode { get; set; }
/// <summary>
/// Description of the resource.
/// </summary>
[CliOption("--description", Format = OptionFormat.EqualsSeparated)]
public string? Description { get; set; }
}