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/secretmanager_v1.projects.secrets.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ <h3>Method Details</h3>
125
125
{ # Request message for SecretManagerService.AddSecretVersion.
126
126
"payload": { # A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion. # Required. The secret payload of the SecretVersion.
127
127
"data": "A String", # The secret data. Must be no larger than 64KiB.
128
+
"dataCrc32c": "A String", # Optional. If specified, SecretManagerService will verify the integrity of the received data on SecretManagerService.AddSecretVersion calls using the crc32c checksum and store it to include in future SecretManagerService.AccessSecretVersion responses. If a checksum is not provided in the SecretManagerService.AddSecretVersion request, the SecretManagerService will generate and store one for you. The CRC32C value is encoded as a Int64 for compatibility, and can be safely downconverted to uint32 in languages that support this type. https://cloud.google.com/apis/design/design_patterns#integer_types
128
129
},
129
130
}
130
131
@@ -137,6 +138,7 @@ <h3>Method Details</h3>
137
138
An object of the form:
138
139
139
140
{ # A secret version resource in the Secret Manager API.
141
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
140
142
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
141
143
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
142
144
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
Copy file name to clipboardExpand all lines: docs/dyn/secretmanager_v1.projects.secrets.versions.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ <h3>Method Details</h3>
117
117
"name": "A String", # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
118
118
"payload": { # A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion. # Secret payload
119
119
"data": "A String", # The secret data. Must be no larger than 64KiB.
120
+
"dataCrc32c": "A String", # Optional. If specified, SecretManagerService will verify the integrity of the received data on SecretManagerService.AddSecretVersion calls using the crc32c checksum and store it to include in future SecretManagerService.AccessSecretVersion responses. If a checksum is not provided in the SecretManagerService.AddSecretVersion request, the SecretManagerService will generate and store one for you. The CRC32C value is encoded as a Int64 for compatibility, and can be safely downconverted to uint32 in languages that support this type. https://cloud.google.com/apis/design/design_patterns#integer_types
120
121
},
121
122
}</pre>
122
123
</div>
@@ -148,6 +149,7 @@ <h3>Method Details</h3>
148
149
An object of the form:
149
150
150
151
{ # A secret version resource in the Secret Manager API.
152
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
151
153
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
152
154
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
153
155
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
@@ -195,6 +197,7 @@ <h3>Method Details</h3>
195
197
An object of the form:
196
198
197
199
{ # A secret version resource in the Secret Manager API.
200
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
198
201
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
199
202
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
200
203
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
@@ -242,6 +245,7 @@ <h3>Method Details</h3>
242
245
An object of the form:
243
246
244
247
{ # A secret version resource in the Secret Manager API.
248
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
245
249
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
246
250
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
247
251
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
@@ -282,6 +286,7 @@ <h3>Method Details</h3>
282
286
An object of the form:
283
287
284
288
{ # A secret version resource in the Secret Manager API.
289
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
285
290
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
286
291
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
287
292
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
@@ -329,6 +334,7 @@ <h3>Method Details</h3>
329
334
"totalSize": 42, # The total number of SecretVersions.
330
335
"versions": [ # The list of SecretVersions sorted in reverse by create_time (newest first).
331
336
{ # A secret version resource in the Secret Manager API.
337
+
"clientSpecifiedPayloadChecksum": True or False, # Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
332
338
"createTime": "A String", # Output only. The time at which the SecretVersion was created.
333
339
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
334
340
"etag": "A String", # Output only. Etag of the currently stored SecretVersion.
"description": "The secret data. Must be no larger than 64KiB.",
1120
1120
"format": "byte",
1121
1121
"type": "string"
1122
+
},
1123
+
"dataCrc32c": {
1124
+
"description": "Optional. If specified, SecretManagerService will verify the integrity of the received data on SecretManagerService.AddSecretVersion calls using the crc32c checksum and store it to include in future SecretManagerService.AccessSecretVersion responses. If a checksum is not provided in the SecretManagerService.AddSecretVersion request, the SecretManagerService will generate and store one for you. The CRC32C value is encoded as a Int64 for compatibility, and can be safely downconverted to uint32 in languages that support this type. https://cloud.google.com/apis/design/design_patterns#integer_types",
1125
+
"format": "int64",
1126
+
"type": "string"
1122
1127
}
1123
1128
},
1124
1129
"type": "object"
@@ -1127,6 +1132,11 @@
1127
1132
"description": "A secret version resource in the Secret Manager API.",
1128
1133
"id": "SecretVersion",
1129
1134
"properties": {
1135
+
"clientSpecifiedPayloadChecksum": {
1136
+
"description": "Output only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.",
1137
+
"readOnly": true,
1138
+
"type": "boolean"
1139
+
},
1130
1140
"createTime": {
1131
1141
"description": "Output only. The time at which the SecretVersion was created.",
0 commit comments