Skip to content

Commit 218521c

Browse files
feat(datastream): update the api
#### datastream:v1alpha1 The following keys were added: - schemas.Stream.properties.customerManagedEncryptionKey.type (Total Keys: 1)
1 parent 0f516c2 commit 218521c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ <h3>Method Details</h3>
167167
&quot;backfillNone&quot;: { # Backfill strategy to disable automatic backfill for the Stream&#x27;s objects. # Do not automatically backfill any objects.
168168
},
169169
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the stream.
170+
&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.
170171
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
171172
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
172173
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
@@ -483,6 +484,7 @@ <h3>Method Details</h3>
483484
&quot;backfillNone&quot;: { # Backfill strategy to disable automatic backfill for the Stream&#x27;s objects. # Do not automatically backfill any objects.
484485
},
485486
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the stream.
487+
&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.
486488
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
487489
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
488490
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
@@ -697,6 +699,7 @@ <h3>Method Details</h3>
697699
&quot;backfillNone&quot;: { # Backfill strategy to disable automatic backfill for the Stream&#x27;s objects. # Do not automatically backfill any objects.
698700
},
699701
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the stream.
702+
&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.
700703
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
701704
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
702705
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration
@@ -918,6 +921,7 @@ <h3>Method Details</h3>
918921
&quot;backfillNone&quot;: { # Backfill strategy to disable automatic backfill for the Stream&#x27;s objects. # Do not automatically backfill any objects.
919922
},
920923
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the stream.
924+
&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.
921925
&quot;destinationConfig&quot;: { # The configuration of the stream destination. # Required. Destination connection profile configuration.
922926
&quot;destinationConnectionProfileName&quot;: &quot;A String&quot;, # Required. Destination connection profile identifier.
923927
&quot;gcsDestinationConfig&quot;: { # Google Cloud Storage destination configuration

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@
10791079
}
10801080
}
10811081
},
1082-
"revision": "20211020",
1082+
"revision": "20211026",
10831083
"rootUrl": "https://datastream.googleapis.com/",
10841084
"schemas": {
10851085
"AvroFileFormat": {
@@ -2187,6 +2187,10 @@
21872187
"readOnly": true,
21882188
"type": "string"
21892189
},
2190+
"customerManagedEncryptionKey": {
2191+
"description": "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.",
2192+
"type": "string"
2193+
},
21902194
"destinationConfig": {
21912195
"$ref": "DestinationConfig",
21922196
"description": "Required. Destination connection profile configuration."

0 commit comments

Comments
 (0)