Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit b954fd9

Browse files
docs: Remove experimental note for schema APIs (#1222)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/260f3fb5-d0da-4dbb-9151-a0f7137c41d2/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 360714464 Source-Link: googleapis/googleapis@479acf6
1 parent 96e6535 commit b954fd9

5 files changed

Lines changed: 4 additions & 10 deletions

File tree

protos/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

protos/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) =

src/v1/publisher_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,6 @@ export class PublisherClient {
430430
* The expected format is `projects/* /locations/* /keyRings/* /cryptoKeys/*`.
431431
* @param {google.pubsub.v1.SchemaSettings} request.schemaSettings
432432
* Settings for validating messages published against a schema.
433-
*
434-
* EXPERIMENTAL: Schema support is in development and may not work yet.
435433
* @param {boolean} request.satisfiesPzs
436434
* Reserved for future use. This field is set only in responses from the
437435
* server; it is ignored if it is set in any requests.

src/v1/schema_service_client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import * as gapicConfig from './schema_service_client_config.json';
4343
const version = require('../../../package.json').version;
4444

4545
/**
46+
* Service for doing schema-related operations.
4647
* @class
4748
* @memberof v1
4849
*/

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-pubsub.git",
7-
"sha": "ccebf72508ba9f410c539eedaa879ec6fa423c0b"
7+
"sha": "a4a15135eddb0d1b97039676d4db6a815f1d43cb"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "41d8fbfec9d4bc4a8859f78185713950913b4bf3",
15-
"internalRef": "348038736"
14+
"sha": "479acf6990eada1213f8666f1c795a018f8496f9",
15+
"internalRef": "360714464"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)