Skip to content

Commit 479acf6

Browse files
Google APIscopybara-github
authored andcommitted
docs: Remove experimental note for schema APIs
PiperOrigin-RevId: 360714464
1 parent c7ae03b commit 479acf6

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

google/pubsub/v1/pubsub.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ message Topic {
191191
string kms_key_name = 5;
192192

193193
// Settings for validating messages published against a schema.
194-
//
195-
// EXPERIMENTAL: Schema support is in development and may not work yet.
196194
SchemaSettings schema_settings = 6;
197195

198196
// Reserved for future use. This field is set only in responses from the

google/pubsub/v1/schema.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ option php_namespace = "Google\\Cloud\\PubSub\\V1";
3232
option ruby_package = "Google::Cloud::PubSub::V1";
3333

3434
// Service for doing schema-related operations.
35-
//
36-
// EXPERIMENTAL: The Schema service is in development and may not work yet.
37-
3835
service SchemaService {
3936
option (google.api.default_host) = "pubsub.googleapis.com";
4037
option (google.api.oauth_scopes) =

0 commit comments

Comments
 (0)