Skip to content

Commit 55bdf33

Browse files
chore(datastream): update the api
1 parent c573fc2 commit 55bdf33

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/dyn/datastream_v1alpha1.projects.locations.streams.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175175
&quot;customerManagedEncryptionKey&quot;: &quot;A String&quot;, # Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
176176
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
177177
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
178-
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
178+
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration # GCS destination configuration.
179179
&quot;avroFileFormat&quot;: { # AVRO file format configuration. # AVRO file format configuration.
180180
},
181181
&quot;fileRotationInterval&quot;: &quot;A String&quot;, # The maximum duration for which new events are added before a file is closed and a new file is created.
@@ -492,7 +492,7 @@ <h3>Method Details</h3>
492492
&quot;customerManagedEncryptionKey&quot;: &quot;A String&quot;, # Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
493493
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
494494
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
495-
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
495+
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration # GCS destination configuration.
496496
&quot;avroFileFormat&quot;: { # AVRO file format configuration. # AVRO file format configuration.
497497
},
498498
&quot;fileRotationInterval&quot;: &quot;A String&quot;, # The maximum duration for which new events are added before a file is closed and a new file is created.
@@ -707,7 +707,7 @@ <h3>Method Details</h3>
707707
&quot;customerManagedEncryptionKey&quot;: &quot;A String&quot;, # Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
708708
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
709709
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
710-
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
710+
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration # GCS destination configuration.
711711
&quot;avroFileFormat&quot;: { # AVRO file format configuration. # AVRO file format configuration.
712712
},
713713
&quot;fileRotationInterval&quot;: &quot;A String&quot;, # The maximum duration for which new events are added before a file is closed and a new file is created.
@@ -929,7 +929,7 @@ <h3>Method Details</h3>
929929
&quot;customerManagedEncryptionKey&quot;: &quot;A String&quot;, # Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.
930930
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
931931
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
932-
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
932+
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration # GCS destination configuration.
933933
&quot;avroFileFormat&quot;: { # AVRO file format configuration. # AVRO file format configuration.
934934
},
935935
&quot;fileRotationInterval&quot;: &quot;A String&quot;, # The maximum duration for which new events are added before a file is closed and a new file is created.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@
12171217
}
12181218
}
12191219
},
1220-
"revision": "20220105",
1220+
"revision": "20220117",
12211221
"rootUrl": "https://datastream.googleapis.com/",
12221222
"schemas": {
12231223
"AvroFileFormat": {

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
}
11971197
}
11981198
},
1199-
"revision": "20220105",
1199+
"revision": "20220112",
12001200
"rootUrl": "https://datastream.googleapis.com/",
12011201
"schemas": {
12021202
"AvroFileFormat": {
@@ -1368,7 +1368,8 @@
13681368
"type": "string"
13691369
},
13701370
"gcsDestinationConfig": {
1371-
"$ref": "GcsDestinationConfig"
1371+
"$ref": "GcsDestinationConfig",
1372+
"description": "GCS destination configuration."
13721373
}
13731374
},
13741375
"type": "object"
@@ -2273,7 +2274,7 @@
22732274
"enumDescriptions": [
22742275
"",
22752276
"The private connection is in creation state - creating resources.",
2276-
"The private connection has been created with all of it's resources.",
2277+
"The private connection has been created with all of its resources.",
22772278
"The private connection creation has failed.",
22782279
"The private connection is being deleted.",
22792280
"Delete request has failed, resource is in invalid state."

0 commit comments

Comments
 (0)