Skip to content

Commit 4c4a394

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.OracleDatabase.v1 version 1.72.0.3934
1 parent c627be6 commit 4c4a394

File tree

3 files changed

+153
-13
lines changed

3 files changed

+153
-13
lines changed

DiscoveryJson/oracledatabase.v1.json

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@
11531153
"type": "string"
11541154
},
11551155
"pageSize": {
1156-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1156+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
11571157
"format": "int32",
11581158
"location": "query",
11591159
"type": "integer"
@@ -1193,7 +1193,7 @@
11931193
],
11941194
"parameters": {
11951195
"pageSize": {
1196-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1196+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
11971197
"format": "int32",
11981198
"location": "query",
11991199
"type": "integer"
@@ -1426,7 +1426,7 @@
14261426
"type": "string"
14271427
},
14281428
"pageSize": {
1429-
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
1429+
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
14301430
"format": "int32",
14311431
"location": "query",
14321432
"type": "integer"
@@ -1702,6 +1702,48 @@
17021702
"https://www.googleapis.com/auth/cloud-platform"
17031703
]
17041704
}
1705+
},
1706+
"resources": {
1707+
"dbNodes": {
1708+
"methods": {
1709+
"list": {
1710+
"description": "Lists the database nodes of a VM Cluster.",
1711+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}/dbNodes",
1712+
"httpMethod": "GET",
1713+
"id": "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list",
1714+
"parameterOrder": [
1715+
"parent"
1716+
],
1717+
"parameters": {
1718+
"pageSize": {
1719+
"description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
1720+
"format": "int32",
1721+
"location": "query",
1722+
"type": "integer"
1723+
},
1724+
"pageToken": {
1725+
"description": "Optional. A token identifying a page of results the node should return.",
1726+
"location": "query",
1727+
"type": "string"
1728+
},
1729+
"parent": {
1730+
"description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
1731+
"location": "path",
1732+
"pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
1733+
"required": true,
1734+
"type": "string"
1735+
}
1736+
},
1737+
"path": "v1/{+parent}/dbNodes",
1738+
"response": {
1739+
"$ref": "ListDbNodesResponse"
1740+
},
1741+
"scopes": [
1742+
"https://www.googleapis.com/auth/cloud-platform"
1743+
]
1744+
}
1745+
}
1746+
}
17051747
}
17061748
},
17071749
"exascaleDbStorageVaults": {
@@ -2430,7 +2472,7 @@
24302472
}
24312473
}
24322474
},
2433-
"revision": "20250925",
2475+
"revision": "20251009",
24342476
"rootUrl": "https://oracledatabase.googleapis.com/",
24352477
"schemas": {
24362478
"AllConnectionStrings": {

Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.cs

Lines changed: 104 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,8 +2581,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
25812581
public virtual string Filter { get; set; }
25822582

25832583
/// <summary>
2584-
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions
2585-
/// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
2584+
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will
2585+
/// be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
25862586
/// </summary>
25872587
[Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)]
25882588
public virtual System.Nullable<int> PageSize { get; set; }
@@ -2688,8 +2688,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
26882688
public virtual string Parent { get; private set; }
26892689

26902690
/// <summary>
2691-
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions
2692-
/// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
2691+
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50
2692+
/// DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will
2693+
/// be reset to 1000.
26932694
/// </summary>
26942695
[Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)]
26952696
public virtual System.Nullable<int> PageSize { get; set; }
@@ -3242,8 +3243,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
32423243
public virtual string Filter { get; set; }
32433244

32443245
/// <summary>
3245-
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions
3246-
/// will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
3246+
/// Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will
3247+
/// be returned. The maximum value is 1000; values above 1000 will be reset to 1000.
32473248
/// </summary>
32483249
[Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)]
32493250
public virtual System.Nullable<int> PageSize { get; set; }
@@ -3415,6 +3416,103 @@ public class ExadbVmClustersResource
34153416
public ExadbVmClustersResource(Google.Apis.Services.IClientService service)
34163417
{
34173418
this.service = service;
3419+
DbNodes = new DbNodesResource(service);
3420+
}
3421+
3422+
/// <summary>Gets the DbNodes resource.</summary>
3423+
public virtual DbNodesResource DbNodes { get; }
3424+
3425+
/// <summary>The "dbNodes" collection of methods.</summary>
3426+
public class DbNodesResource
3427+
{
3428+
private const string Resource = "dbNodes";
3429+
3430+
/// <summary>The service which this resource belongs to.</summary>
3431+
private readonly Google.Apis.Services.IClientService service;
3432+
3433+
/// <summary>Constructs a new resource.</summary>
3434+
public DbNodesResource(Google.Apis.Services.IClientService service)
3435+
{
3436+
this.service = service;
3437+
}
3438+
3439+
/// <summary>Lists the database nodes of a VM Cluster.</summary>
3440+
/// <param name="parent">
3441+
/// Required. The parent value for database node in the following format:
3442+
/// projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
3443+
/// </param>
3444+
public virtual ListRequest List(string parent)
3445+
{
3446+
return new ListRequest(this.service, parent);
3447+
}
3448+
3449+
/// <summary>Lists the database nodes of a VM Cluster.</summary>
3450+
public class ListRequest : OracleDatabaseBaseServiceRequest<Google.Apis.OracleDatabase.v1.Data.ListDbNodesResponse>
3451+
{
3452+
/// <summary>Constructs a new List request.</summary>
3453+
public ListRequest(Google.Apis.Services.IClientService service, string parent) : base(service)
3454+
{
3455+
Parent = parent;
3456+
InitParameters();
3457+
}
3458+
3459+
/// <summary>
3460+
/// Required. The parent value for database node in the following format:
3461+
/// projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .
3462+
/// </summary>
3463+
[Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)]
3464+
public virtual string Parent { get; private set; }
3465+
3466+
/// <summary>
3467+
/// Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be
3468+
/// returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
3469+
/// </summary>
3470+
[Google.Apis.Util.RequestParameterAttribute("pageSize", Google.Apis.Util.RequestParameterType.Query)]
3471+
public virtual System.Nullable<int> PageSize { get; set; }
3472+
3473+
/// <summary>Optional. A token identifying a page of results the node should return.</summary>
3474+
[Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)]
3475+
public virtual string PageToken { get; set; }
3476+
3477+
/// <summary>Gets the method name.</summary>
3478+
public override string MethodName => "list";
3479+
3480+
/// <summary>Gets the HTTP method.</summary>
3481+
public override string HttpMethod => "GET";
3482+
3483+
/// <summary>Gets the REST path.</summary>
3484+
public override string RestPath => "v1/{+parent}/dbNodes";
3485+
3486+
/// <summary>Initializes List parameter list.</summary>
3487+
protected override void InitParameters()
3488+
{
3489+
base.InitParameters();
3490+
RequestParameters.Add("parent", new Google.Apis.Discovery.Parameter
3491+
{
3492+
Name = "parent",
3493+
IsRequired = true,
3494+
ParameterType = "path",
3495+
DefaultValue = null,
3496+
Pattern = @"^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
3497+
});
3498+
RequestParameters.Add("pageSize", new Google.Apis.Discovery.Parameter
3499+
{
3500+
Name = "pageSize",
3501+
IsRequired = false,
3502+
ParameterType = "query",
3503+
DefaultValue = null,
3504+
Pattern = null,
3505+
});
3506+
RequestParameters.Add("pageToken", new Google.Apis.Discovery.Parameter
3507+
{
3508+
Name = "pageToken",
3509+
IsRequired = false,
3510+
ParameterType = "query",
3511+
DefaultValue = null,
3512+
Pattern = null,
3513+
});
3514+
}
3515+
}
34183516
}
34193517

34203518
/// <summary>Creates a new Exadb (Exascale) VM Cluster resource.</summary>

Src/Generated/Google.Apis.OracleDatabase.v1/Google.Apis.OracleDatabase.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.OracleDatabase.v1 Client Library</Title>
6-
<Version>1.71.0.3920</Version>
6+
<Version>1.72.0.3934</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -59,8 +59,8 @@
5959
<!-- common dependencies -->
6060
<ItemGroup>
6161
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
62-
<PackageReference Include="Google.Apis" Version="1.71.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
62+
<PackageReference Include="Google.Apis" Version="1.72.0" />
63+
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)