Skip to content

Commit

Permalink
Release Google.Cloud.OracleDatabase.V1 version 1.0.0-beta01 (#13548)
Browse files Browse the repository at this point in the history
Changes in this release:

Initial release.
  • Loading branch information
jskeet authored Sep 17, 2024
1 parent 1927e9a commit 054fa40
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Notebooks.V1Beta1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Notebooks.V1Beta1)](https://nuget.org/packages/Google.Cloud.Notebooks.V1Beta1) | [AI Platform Notebooks (V1Beta1 API)](https://cloud.google.com/ai-platform-notebooks) |
| [Google.Cloud.Notebooks.V2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Notebooks.V2/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Notebooks.V2)](https://nuget.org/packages/Google.Cloud.Notebooks.V2) | [Notebooks](https://cloud.google.com/vertex-ai/docs/workbench/instances/introduction) |
| [Google.Cloud.Optimization.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Optimization.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Optimization.V1)](https://nuget.org/packages/Google.Cloud.Optimization.V1) | Cloud Optimization |
| [Google.Cloud.OracleDatabase.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OracleDatabase.V1)](https://nuget.org/packages/Google.Cloud.OracleDatabase.V1) | [Oracle Database@Google Cloud](https://cloud.google.com/oracle/database/docs) |
| [Google.Cloud.Orchestration.Airflow.Service.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Orchestration.Airflow.Service.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Orchestration.Airflow.Service.V1)](https://nuget.org/packages/Google.Cloud.Orchestration.Airflow.Service.V1) | [Cloud Composer](https://cloud.google.com/composer/docs/) |
| [Google.Cloud.OrgPolicy.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OrgPolicy.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OrgPolicy.V1)](https://nuget.org/packages/Google.Cloud.OrgPolicy.V1) | OrgPolicy API messages |
| [Google.Cloud.OrgPolicy.V2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OrgPolicy.V2/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OrgPolicy.V2)](https://nuget.org/packages/Google.Cloud.OrgPolicy.V2) | [Organization Policy](https://cloud.google.com/resource-manager/docs/organization-policy/overview) |
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.OracleDatabase.V1/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"distribution_name": "Google.Cloud.OracleDatabase.V1",
"release_level": "unreleased",
"release_level": "preview",
"client_documentation": "https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest",
"library_type": "GAPIC_AUTO",
"language": "dotnet",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta00</Version>
<Version>1.0.0-beta01</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Oracle Database@Google Cloud API which provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ public abstract partial class OracleDatabaseClient
});

/// <summary>The service metadata associated with this client type.</summary>
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(OracleDatabase.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Grpc | gax::ApiTransports.Rest, PackageApiMetadata.ApiMetadata);
public static gaxgrpc::ServiceMetadata ServiceMetadata { get; } = new gaxgrpc::ServiceMetadata(OracleDatabase.Descriptor, DefaultEndpoint, DefaultScopes, true, gax::ApiTransports.Rest, PackageApiMetadata.ApiMetadata);

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(ServiceMetadata);

Expand Down
5 changes: 5 additions & 0 deletions apis/Google.Cloud.OracleDatabase.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Version history

## Version 1.0.0-beta01, released 2024-09-17

Initial release.
9 changes: 9 additions & 0 deletions apis/Google.Cloud.OracleDatabase.V1/smoketests.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"method": "ListCloudExadataInfrastructures",
"client": "OracleDatabaseClient",
"arguments": {
"parent": "projects/${PROJECT_ID}/locations/us-east4"
}
}
]
7 changes: 3 additions & 4 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -3564,7 +3564,7 @@
},
{
"id": "Google.Cloud.OracleDatabase.V1",
"version": "1.0.0-beta00",
"version": "1.0.0-beta01",
"type": "grpc",
"productName": "Oracle Database@Google Cloud",
"productUrl": "https://cloud.google.com/oracle/database/docs",
Expand All @@ -3584,9 +3584,8 @@
"includeCommonResourcesProto": true,
"shortName": "oracledatabase",
"serviceConfigFile": "oracledatabase_v1.yaml",
"transport": "grpc+rest",
"restNumericEnums": true,
"blockRelease": "See b/367525370"
"transport": "rest",
"restNumericEnums": true
},
{
"id": "Google.Cloud.Orchestration.Airflow.Service.V1",
Expand Down

0 comments on commit 054fa40

Please sign in to comment.