From 3d989d19608052ca0e91767129bb55c2ba2572a9 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 14 Feb 2024 07:27:04 -0800 Subject: [PATCH] docs: small fix in Pub/Sub ingestion comments PiperOrigin-RevId: 606977953 --- google/pubsub/v1/pubsub.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/google/pubsub/v1/pubsub.proto b/google/pubsub/v1/pubsub.proto index c548b26808dc8..93e1e84a77a83 100644 --- a/google/pubsub/v1/pubsub.proto +++ b/google/pubsub/v1/pubsub.proto @@ -183,7 +183,7 @@ message SchemaSettings { message IngestionDataSourceSettings { // Ingestion settings for Amazon Kinesis Data Streams. message AwsKinesis { - // Possible states for managed ingestion from Amazon Kinesis Data Streams. + // Possible states for ingestion from Amazon Kinesis Data Streams. enum State { // Default value. This value is unused. STATE_UNSPECIFIED = 0; @@ -312,8 +312,7 @@ message Topic { // Output only. An output-only field indicating the state of the topic. State state = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Optional. Settings for managed ingestion from a data source into this - // topic. + // Optional. Settings for ingestion from a data source into this topic. IngestionDataSourceSettings ingestion_data_source_settings = 10 [(google.api.field_behavior) = OPTIONAL]; }