Skip to content

Commit

Permalink
docs: Remove experimental note for schema APIs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 360714464

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Mar 3 11:13:45 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 479acf6990eada1213f8666f1c795a018f8496f9
Source-Link: googleapis/googleapis@479acf6
  • Loading branch information
yoshi-automation authored and jskeet committed Mar 4, 2021
1 parent 35d2653 commit 8e6076e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/Pubsub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,6 @@ public sealed partial class Topic : pb::IMessage<Topic>
private global::Google.Cloud.PubSub.V1.SchemaSettings schemaSettings_;
/// <summary>
/// Settings for validating messages published against a schema.
///
/// EXPERIMENTAL: Schema support is in development and may not work yet.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Cloud.PubSub.V1.SchemaSettings SchemaSettings {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
using grpc = global::Grpc.Core;

namespace Google.Cloud.PubSub.V1 {
/// <summary>
/// Service for doing schema-related operations.
/// </summary>
public static partial class SchemaService
{
static readonly string __ServiceName = "google.pubsub.v1.SchemaService";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ private SchemaServiceClient BuildImpl()

/// <summary>SchemaService client wrapper, for convenient use.</summary>
/// <remarks>
/// Service for doing schema-related operations.
/// </remarks>
public abstract partial class SchemaServiceClient
{
Expand Down Expand Up @@ -979,6 +980,7 @@ internal static SchemaServiceClient Create(grpccore::CallInvoker callInvoker, Sc

/// <summary>SchemaService client wrapper implementation, for convenient use.</summary>
/// <remarks>
/// Service for doing schema-related operations.
/// </remarks>
public sealed partial class SchemaServiceClientImpl : SchemaServiceClient
{
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.PubSub.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "69697504d9eba1d064820c3085b4750767be6d08"
"sha": "479acf6990eada1213f8666f1c795a018f8496f9"
}
}
]
Expand Down

0 comments on commit 8e6076e

Please sign in to comment.