Skip to content

Commit

Permalink
docs: small fix in Pub/Sub ingestion comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606977953
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 14, 2024
1 parent 0971018 commit 3d989d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions google/pubsub/v1/pubsub.proto
Expand Up @@ -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;
Expand Down Expand Up @@ -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];
}
Expand Down

0 comments on commit 3d989d1

Please sign in to comment.