File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ message SchemaSettings {
183
183
message IngestionDataSourceSettings {
184
184
// Ingestion settings for Amazon Kinesis Data Streams.
185
185
message AwsKinesis {
186
- // Possible states for managed ingestion from Amazon Kinesis Data Streams.
186
+ // Possible states for ingestion from Amazon Kinesis Data Streams.
187
187
enum State {
188
188
// Default value. This value is unused.
189
189
STATE_UNSPECIFIED = 0 ;
@@ -312,8 +312,7 @@ message Topic {
312
312
// Output only. An output-only field indicating the state of the topic.
313
313
State state = 9 [(google.api.field_behavior ) = OUTPUT_ONLY ];
314
314
315
- // Optional. Settings for managed ingestion from a data source into this
316
- // topic.
315
+ // Optional. Settings for ingestion from a data source into this topic.
317
316
IngestionDataSourceSettings ingestion_data_source_settings = 10
318
317
[(google.api.field_behavior ) = OPTIONAL ];
319
318
}
Original file line number Diff line number Diff line change @@ -473,8 +473,7 @@ export class PublisherClient {
473
473
* @param {google.pubsub.v1.Topic.State } request.state
474
474
* Output only. An output-only field indicating the state of the topic.
475
475
* @param {google.pubsub.v1.IngestionDataSourceSettings } [request.ingestionDataSourceSettings]
476
- * Optional. Settings for managed ingestion from a data source into this
477
- * topic.
476
+ * Optional. Settings for ingestion from a data source into this topic.
478
477
* @param {object } [options]
479
478
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
480
479
* @returns {Promise } - The promise which resolves to an array.
You can’t perform that action at this time.
0 commit comments