You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/datastream_v1alpha1.projects.locations.streams.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ <h3>Method Details</h3>
167
167
"backfillNone": { # Backfill strategy to disable automatic backfill for the Stream's objects. # Do not automatically backfill any objects.
168
168
},
169
169
"createTime": "A String", # Output only. The creation time of the stream.
170
+
"customerManagedEncryptionKey": "A String", # 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.
170
171
"destinationConfig": { # The configuration of the stream destination. # Required. Destination connection profile configuration.
"gcsDestinationConfig": { # Google Cloud Storage destination configuration
@@ -483,6 +484,7 @@ <h3>Method Details</h3>
483
484
"backfillNone": { # Backfill strategy to disable automatic backfill for the Stream's objects. # Do not automatically backfill any objects.
484
485
},
485
486
"createTime": "A String", # Output only. The creation time of the stream.
487
+
"customerManagedEncryptionKey": "A String", # 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.
486
488
"destinationConfig": { # The configuration of the stream destination. # Required. Destination connection profile configuration.
"gcsDestinationConfig": { # Google Cloud Storage destination configuration
@@ -697,6 +699,7 @@ <h3>Method Details</h3>
697
699
"backfillNone": { # Backfill strategy to disable automatic backfill for the Stream's objects. # Do not automatically backfill any objects.
698
700
},
699
701
"createTime": "A String", # Output only. The creation time of the stream.
702
+
"customerManagedEncryptionKey": "A String", # 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.
700
703
"destinationConfig": { # The configuration of the stream destination. # Required. Destination connection profile configuration.
"gcsDestinationConfig": { # Google Cloud Storage destination configuration
@@ -918,6 +921,7 @@ <h3>Method Details</h3>
918
921
"backfillNone": { # Backfill strategy to disable automatic backfill for the Stream's objects. # Do not automatically backfill any objects.
919
922
},
920
923
"createTime": "A String", # Output only. The creation time of the stream.
924
+
"customerManagedEncryptionKey": "A String", # 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.
921
925
"destinationConfig": { # The configuration of the stream destination. # Required. Destination connection profile configuration.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/datastream.v1alpha1.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1079,7 +1079,7 @@
1079
1079
}
1080
1080
}
1081
1081
},
1082
-
"revision": "20211020",
1082
+
"revision": "20211026",
1083
1083
"rootUrl": "https://datastream.googleapis.com/",
1084
1084
"schemas": {
1085
1085
"AvroFileFormat": {
@@ -2187,6 +2187,10 @@
2187
2187
"readOnly": true,
2188
2188
"type": "string"
2189
2189
},
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.",
0 commit comments