File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ option php_namespace = "Google\\Cloud\\PubSub\\V1";
3232option 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-
3835service SchemaService {
3936 option (google.api.default_host ) = "pubsub.googleapis.com" ;
4037 option (google.api.oauth_scopes ) =
You can’t perform that action at this time.
0 commit comments