This repository was archived by the owner on Mar 17, 2026. It is now read-only.
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 ) =
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ import * as gapicConfig from './schema_service_client_config.json';
4343const version = require ( '../../../package.json' ) . version ;
4444
4545/**
46+ * Service for doing schema-related operations.
4647 * @class
4748 * @memberof v1
4849 */
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments