chore: update docs/dyn (#1106)

diff --git a/docs/dyn/compute_alpha.instances.html b/docs/dyn/compute_alpha.instances.html
index fa963ba..35a7525 100644
--- a/docs/dyn/compute_alpha.instances.html
+++ b/docs/dyn/compute_alpha.instances.html
@@ -807,6 +807,9 @@
             "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
               "A String",
             ],
+            "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+              "A String",
+            ],
             "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
             "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
             "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
@@ -1530,6 +1533,9 @@
       "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
         "A String",
       ],
+      "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+        "A String",
+      ],
       "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
       "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
       "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
@@ -2624,6 +2630,9 @@
     "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
       "A String",
     ],
+    "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+      "A String",
+    ],
     "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
     "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
     "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
@@ -2699,6 +2708,55 @@
   An object of the form:
 
     {
+    "firewallPolicys": [ # Effective firewalls from firewall policies.
+      {
+        "displayName": "A String", # [Output Only] The display name of the firewall policy.
+        "name": "A String", # [Output Only] The name of the firewall policy.
+        "rules": [ # The rules that apply to the network.
+          { # Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).
+            "action": "A String", # The Action to perform when the client connection triggers the rule. Can currently be either "allow" or "deny()" where valid values for status are 403, 404, and 502.
+            "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+            "direction": "A String", # The direction in which this rule applies.
+            "disabled": True or False, # Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
+            "enableLogging": True or False, # Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules.
+            "kind": "compute#firewallPolicyRule", # [Output only] Type of the resource. Always compute#firewallPolicyRule for firewall policy rules
+            "match": { # Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified. # A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding ?action? is enforced.
+              "destIpRanges": [ # CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 256.
+                "A String",
+              ],
+              "layer4Configs": [ # Pairs of IP protocols and ports that the rule should match.
+                {
+                  "ipProtocol": "A String", # The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
+                  "ports": [ # An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.
+                      #
+                      # Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
+                    "A String",
+                  ],
+                },
+              ],
+              "srcIpRanges": [ # CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 256.
+                "A String",
+              ],
+              "srcSecureLabels": [ # List of firewall label values, which should be matched at the source of the traffic. Maximum number of source label values allowed is 256.
+                "A String",
+              ],
+            },
+            "priority": 42, # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
+            "ruleTupleCount": 42, # [Output Only] Calculation of the complexity of a single firewall policy rule.
+            "targetResources": [ # A list of network resource URLs to which this rule applies. This field allows you to control which network?s VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.
+              "A String",
+            ],
+            "targetSecureLabels": [ # A list of secure labels that controls which instances the firewall rule applies to. If targetSecureLabel are specified, then the firewall rule applies only to instances in the VPC network that have one of those secure labels. targetSecureLabel may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureLabel are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label values allowed is 256.
+              "A String",
+            ],
+            "targetServiceAccounts": [ # A list of service accounts indicating the sets of instances that are applied with this rule.
+              "A String",
+            ],
+          },
+        ],
+        "type": "A String", # [Output Only] The type of the firewall policy.
+      },
+    ],
     "firewalls": [ # Effective firewalls on the instance.
       { # Represents a Firewall Rule resource.
           #
@@ -2859,6 +2917,7 @@
               },
               "thresholdRps": 42, # Rate in requests per second at which to begin ratelimiting. [Deprecated] This field is deprecated.
             },
+            "ruleNumber": "A String", # Identifier for the rule. This is only unique within the given security policy. This can only be set during rule creation, if rule number is not specified it will be generated by the server.
             "ruleTupleCount": 42, # [Output Only] Calculation of the complexity of a single firewall security policy rule.
             "targetResources": [ # A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.
                 #
@@ -2968,7 +3027,7 @@
     ],
     "bindings": [ # Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.
       { # Associates `members` with a `role`.
-        "bindingId": "A String", # A client-specified ID for this binding. Expected to be globally unique to support the internal bindings-by-ID API.
+        "bindingId": "A String",
         "condition": { # Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. # The condition that is associated with this binding.
             #
             # If the condition evaluates to `true`, then this binding applies to the current request.
@@ -3567,6 +3626,9 @@
   "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
     "A String",
   ],
+  "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+    "A String",
+  ],
   "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
   "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
   "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
@@ -4096,6 +4158,9 @@
         "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
           "A String",
         ],
+        "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+          "A String",
+        ],
         "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
         "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
         "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.
@@ -4713,7 +4778,7 @@
 {
     "bindings": [ # Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.
       { # Associates `members` with a `role`.
-        "bindingId": "A String", # A client-specified ID for this binding. Expected to be globally unique to support the internal bindings-by-ID API.
+        "bindingId": "A String",
         "condition": { # Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. # The condition that is associated with this binding.
             #
             # If the condition evaluates to `true`, then this binding applies to the current request.
@@ -4821,7 +4886,7 @@
       ],
       "bindings": [ # Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.
         { # Associates `members` with a `role`.
-          "bindingId": "A String", # A client-specified ID for this binding. Expected to be globally unique to support the internal bindings-by-ID API.
+          "bindingId": "A String",
           "condition": { # Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. # The condition that is associated with this binding.
               #
               # If the condition evaluates to `true`, then this binding applies to the current request.
@@ -5009,7 +5074,7 @@
     ],
     "bindings": [ # Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.
       { # Associates `members` with a `role`.
-        "bindingId": "A String", # A client-specified ID for this binding. Expected to be globally unique to support the internal bindings-by-ID API.
+        "bindingId": "A String",
         "condition": { # Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. # The condition that is associated with this binding.
             #
             # If the condition evaluates to `true`, then this binding applies to the current request.
@@ -6951,6 +7016,9 @@
   "secureLabels": [ # Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.
     "A String",
   ],
+  "secureTags": [ # Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.
+    "A String",
+  ],
   "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
   "selfLinkWithId": "A String", # [Output Only] Server-defined URL for this resource with the resource id.
   "serviceAccounts": [ # A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.