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: discovery/file-v1beta1.json
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,7 @@
502
502
"type": "string"
503
503
},
504
504
"updateMask": {
505
-
"description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * \"description\" * \"directory_services\" * \"file_shares\" * \"labels\"",
505
+
"description": "Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * \"description\" * \"directory_services\" * \"file_shares\" * \"labels\" * \"performance_config\" * \"deletion_protection_enabled\" * \"deletion_protection_reason\"",
506
506
"format": "google-fieldmask",
507
507
"location": "query",
508
508
"type": "string"
@@ -520,7 +520,7 @@
520
520
]
521
521
},
522
522
"promoteReplica": {
523
-
"description": "Promote an standby instance (replica).",
523
+
"description": "Promote the standby instance (replica).",
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1208
+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1209
1209
"type": "object"
1210
1210
}
1211
1211
},
@@ -1614,6 +1614,14 @@
1614
1614
"readOnly": true,
1615
1615
"type": "string"
1616
1616
},
1617
+
"deletionProtectionEnabled": {
1618
+
"description": "Optional. Indicates whether the instance is protected against deletion.",
1619
+
"type": "boolean"
1620
+
},
1621
+
"deletionProtectionReason": {
1622
+
"description": "Optional. The reason for enabling deletion protection.",
1623
+
"type": "string"
1624
+
},
1617
1625
"description": {
1618
1626
"description": "The description of the instance (2048 characters or less).",
"description": "Output only. Reserved for future use.",
@@ -1757,7 +1765,7 @@
1757
1765
"additionalProperties": {
1758
1766
"type": "string"
1759
1767
},
1760
-
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1768
+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
1761
1769
"type": "object"
1762
1770
},
1763
1771
"tier": {
@@ -2018,11 +2026,11 @@
2018
2026
"type": "object"
2019
2027
},
2020
2028
"ManagedActiveDirectoryConfig": {
2021
-
"description": "ManagedActiveDirectoryConfig contains all the parameters for connecting to Managed Active Directory.",
2029
+
"description": "ManagedActiveDirectoryConfig contains all the parameters for connecting to Managed Service for Microsoft Active Directory (Managed Microsoft AD).",
2022
2030
"id": "ManagedActiveDirectoryConfig",
2023
2031
"properties": {
2024
2032
"computer": {
2025
-
"description": "Required. The computer name is used as a prefix to the mount remote target. Example: if the computer is `my-computer`, the mount command will look like: `$mount -o vers=4.1,sec=krb5 my-computer.filestore.: `.",
2033
+
"description": "Required. The computer name is used as a prefix in the command to mount the remote target. For example: if the computer is `my-computer`, the mount command will look like: `$mount -o vers=4.1,sec=krb5 my-computer.filestore.: `.",
2026
2034
"type": "string"
2027
2035
},
2028
2036
"domain": {
@@ -2296,7 +2304,7 @@
2296
2304
"id": "Replication",
2297
2305
"properties": {
2298
2306
"replicas": {
2299
-
"description": "Replicas configuration on the instance. For now, only a single replica config is supported.",
2307
+
"description": "Replication configuration for the replica instance associated with this instance. Only a single replica is supported.",
2300
2308
"items": {
2301
2309
"$ref": "ReplicaConfig"
2302
2310
},
@@ -2311,8 +2319,8 @@
2311
2319
],
2312
2320
"enumDescriptions": [
2313
2321
"Role not set.",
2314
-
"The instance is a Active replication member, functions as the replication source instance.",
2315
-
"The instance is a Standby replication member, functions as the replication destination instance."
2322
+
"The instance is the `ACTIVE` replication member, functions as the replication source instance.",
2323
+
"The instance is the `STANDBY` replication member, functions as the replication destination instance."
2316
2324
],
2317
2325
"type": "string"
2318
2326
}
@@ -2509,7 +2517,7 @@
2509
2517
"additionalProperties": {
2510
2518
"type": "string"
2511
2519
},
2512
-
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2520
+
"description": "Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
192
+
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
583
+
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
* Required. The computer name is used as a prefix to the mount remote target. Example: if the computer is `my-computer`, the mount command will look like: `$mount -o vers=4.1,sec=krb5 my-computer.filestore.: `.
757
+
* Required. The computer name is used as a prefix in the command to mount the remote target. For example: if the computer is `my-computer`, the mount command will look like: `$mount -o vers=4.1,sec=krb5 my-computer.filestore.: `.
* Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
1028
+
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example: "123/environment": "production", "123/costCenter": "marketing"
* Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "directory_services" * "file_shares" * "labels"
2621
+
* Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields: * "description" * "directory_services" * "file_shares" * "labels" * "performance_config" * "deletion_protection_enabled" * "deletion_protection_reason"
0 commit comments