docs: update generated docs (#981)

diff --git a/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html b/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html
index b57b497..d35dc73 100644
--- a/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html
+++ b/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html
@@ -146,33 +146,12 @@
     "name": "A String", # The server-assigned name, which is only unique within the same service that
         # originally returns it. If you use the default HTTP mapping, the
         # `name` should be a resource name ending with `operations/{unique_id}`.
-    "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
-        # different programming environments, including REST APIs and RPC APIs. It is
-        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
-        # three pieces of data: error code, error message, and error details.
-        #
-        # You can find out more about this error model and how to work with it in the
-        # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      "message": "A String", # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
-      "details": [ # A list of messages that carry the error details.  There is a common set of
-          # message types for APIs to use.
-        {
-          "a_key": "", # Properties of the object. Contains field @type with type URL.
-        },
-      ],
-      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
-    },
     "metadata": { # Service-specific metadata associated with the operation.  It typically
         # contains progress information and common metadata such as create time.
         # Some services might not provide such metadata.  Any method that returns a
         # long-running operation should document the metadata type, if any.
       "a_key": "", # Properties of the object. Contains field @type with type URL.
     },
-    "done": True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
     "response": { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -183,6 +162,27 @@
         # `TakeSnapshotResponse`.
       "a_key": "", # Properties of the object. Contains field @type with type URL.
     },
+    "done": True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
+    "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+        # different programming environments, including REST APIs and RPC APIs. It is
+        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+        # three pieces of data: error code, error message, and error details.
+        #
+        # You can find out more about this error model and how to work with it in the
+        # [API Design Guide](https://cloud.google.com/apis/design/errors).
+      "details": [ # A list of messages that carry the error details.  There is a common set of
+          # message types for APIs to use.
+        {
+          "a_key": "", # Properties of the object. Contains field @type with type URL.
+        },
+      ],
+      "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+      "message": "A String", # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
+    },
   }</pre>
 </div>
 
@@ -212,16 +212,14 @@
     # Service Perimeter Bridges can contain only Google Cloud projects as members,
     # a single Google Cloud project may belong to multiple Service Perimeter
     # Bridges.
-  &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
-      # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
-      # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
+  &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
+      # behavior.
   &quot;perimeterType&quot;: &quot;A String&quot;, # Perimeter type indicator. A single project is
       # allowed to be a member of single regular perimeter, but multiple service
       # perimeter bridges. A project cannot be a included in a perimeter bridge
       # without being included in regular perimeter. For perimeter bridges,
       # the restricted service list as well as access level lists must be
       # empty.
-  &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
   &quot;useExplicitDryRunSpec&quot;: True or False, # Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly
       # exists  for all Service Perimeters, and that spec is identical to the
       # status for those Service Perimeters. When this flag is set, it inhibits the
@@ -232,42 +230,10 @@
       # analyzing the differences between currently enforced and suggested
       # restrictions. use_explicit_dry_run_spec must bet set to True if any of the
       # fields in the spec are set to non-default values.
-  &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
-      # behavior.
-  &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
-      # restricted services and access levels that determine perimeter
-      # content and boundaries.
-      # describe specific Service Perimeter configuration.
-    &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
-        # Currently only projects are allowed. Format: `projects/{project_number}`
-      &quot;A String&quot;,
-    ],
-    &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
-        # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
-        # must be in the same policy as this `ServicePerimeter`. Referencing a
-        # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
-        # listed, resources within the perimeter can only be accessed via Google
-        # Cloud calls with request origins within the perimeter. Example:
-        # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
-        # For Service Perimeter Bridge, must be empty.
-      &quot;A String&quot;,
-    ],
-    &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
-        # restrictions. For example, if `storage.googleapis.com` is specified, access
-        # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
-        # access restrictions.
-      &quot;A String&quot;,
-    ],
-    &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
-        # Perimeter.
-      &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
-          # APIs specified in &#x27;allowed_services&#x27;.
-      &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
-          # unless &#x27;enable_restriction&#x27; is True.
-        &quot;A String&quot;,
-      ],
-    },
-  },
+  &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
+  &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
+      # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
+      # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
   &quot;spec&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Proposed (or dry run) ServicePerimeter configuration. This configuration
       # allows to specify and test ServicePerimeter configuration without enforcing
       # actual access restrictions. Only allowed to be set when the
@@ -277,6 +243,15 @@
         # Currently only projects are allowed. Format: `projects/{project_number}`
       &quot;A String&quot;,
     ],
+    &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
+        # Perimeter.
+      &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
+          # APIs specified in &#x27;allowed_services&#x27;.
+      &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
+          # unless &#x27;enable_restriction&#x27; is True.
+        &quot;A String&quot;,
+      ],
+    },
     &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
         # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
         # must be in the same policy as this `ServicePerimeter`. Referencing a
@@ -293,6 +268,15 @@
         # access restrictions.
       &quot;A String&quot;,
     ],
+  },
+  &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
+      # restricted services and access levels that determine perimeter
+      # content and boundaries.
+      # describe specific Service Perimeter configuration.
+    &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
+        # Currently only projects are allowed. Format: `projects/{project_number}`
+      &quot;A String&quot;,
+    ],
     &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
         # Perimeter.
       &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
@@ -302,6 +286,22 @@
         &quot;A String&quot;,
       ],
     },
+    &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
+        # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
+        # must be in the same policy as this `ServicePerimeter`. Referencing a
+        # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
+        # listed, resources within the perimeter can only be accessed via Google
+        # Cloud calls with request origins within the perimeter. Example:
+        # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
+        # For Service Perimeter Bridge, must be empty.
+      &quot;A String&quot;,
+    ],
+    &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
+        # restrictions. For example, if `storage.googleapis.com` is specified, access
+        # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
+        # access restrictions.
+      &quot;A String&quot;,
+    ],
   },
 }
 
@@ -318,33 +318,12 @@
     &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
         # originally returns it. If you use the default HTTP mapping, the
         # `name` should be a resource name ending with `operations/{unique_id}`.
-    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
-        # different programming environments, including REST APIs and RPC APIs. It is
-        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
-        # three pieces of data: error code, error message, and error details.
-        #
-        # You can find out more about this error model and how to work with it in the
-        # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
-      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
-          # message types for APIs to use.
-        {
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-        },
-      ],
-      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
-    },
     &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
         # contains progress information and common metadata such as create time.
         # Some services might not provide such metadata.  Any method that returns a
         # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
     &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -355,6 +334,27 @@
         # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
+    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+        # different programming environments, including REST APIs and RPC APIs. It is
+        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+        # three pieces of data: error code, error message, and error details.
+        #
+        # You can find out more about this error model and how to work with it in the
+        # [API Design Guide](https://cloud.google.com/apis/design/errors).
+      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
+          # message types for APIs to use.
+        {
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+        },
+      ],
+      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
+    },
   }</pre>
 </div>
 
@@ -383,33 +383,12 @@
     &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
         # originally returns it. If you use the default HTTP mapping, the
         # `name` should be a resource name ending with `operations/{unique_id}`.
-    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
-        # different programming environments, including REST APIs and RPC APIs. It is
-        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
-        # three pieces of data: error code, error message, and error details.
-        #
-        # You can find out more about this error model and how to work with it in the
-        # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
-      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
-          # message types for APIs to use.
-        {
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-        },
-      ],
-      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
-    },
     &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
         # contains progress information and common metadata such as create time.
         # Some services might not provide such metadata.  Any method that returns a
         # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
     &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -420,6 +399,27 @@
         # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
+    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+        # different programming environments, including REST APIs and RPC APIs. It is
+        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+        # three pieces of data: error code, error message, and error details.
+        #
+        # You can find out more about this error model and how to work with it in the
+        # [API Design Guide](https://cloud.google.com/apis/design/errors).
+      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
+          # message types for APIs to use.
+        {
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+        },
+      ],
+      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
+    },
   }</pre>
 </div>
 
@@ -451,16 +451,14 @@
       # Service Perimeter Bridges can contain only Google Cloud projects as members,
       # a single Google Cloud project may belong to multiple Service Perimeter
       # Bridges.
-    &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
-        # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
-        # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
+    &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
+        # behavior.
     &quot;perimeterType&quot;: &quot;A String&quot;, # Perimeter type indicator. A single project is
         # allowed to be a member of single regular perimeter, but multiple service
         # perimeter bridges. A project cannot be a included in a perimeter bridge
         # without being included in regular perimeter. For perimeter bridges,
         # the restricted service list as well as access level lists must be
         # empty.
-    &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
     &quot;useExplicitDryRunSpec&quot;: True or False, # Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly
         # exists  for all Service Perimeters, and that spec is identical to the
         # status for those Service Perimeters. When this flag is set, it inhibits the
@@ -471,42 +469,10 @@
         # analyzing the differences between currently enforced and suggested
         # restrictions. use_explicit_dry_run_spec must bet set to True if any of the
         # fields in the spec are set to non-default values.
-    &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
-        # behavior.
-    &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
-        # restricted services and access levels that determine perimeter
-        # content and boundaries.
-        # describe specific Service Perimeter configuration.
-      &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
-          # Currently only projects are allowed. Format: `projects/{project_number}`
-        &quot;A String&quot;,
-      ],
-      &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
-          # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
-          # must be in the same policy as this `ServicePerimeter`. Referencing a
-          # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
-          # listed, resources within the perimeter can only be accessed via Google
-          # Cloud calls with request origins within the perimeter. Example:
-          # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
-          # For Service Perimeter Bridge, must be empty.
-        &quot;A String&quot;,
-      ],
-      &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
-          # restrictions. For example, if `storage.googleapis.com` is specified, access
-          # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
-          # access restrictions.
-        &quot;A String&quot;,
-      ],
-      &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
-          # Perimeter.
-        &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
-            # APIs specified in &#x27;allowed_services&#x27;.
-        &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
-            # unless &#x27;enable_restriction&#x27; is True.
-          &quot;A String&quot;,
-        ],
-      },
-    },
+    &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
+    &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
+        # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
+        # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
     &quot;spec&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Proposed (or dry run) ServicePerimeter configuration. This configuration
         # allows to specify and test ServicePerimeter configuration without enforcing
         # actual access restrictions. Only allowed to be set when the
@@ -516,6 +482,15 @@
           # Currently only projects are allowed. Format: `projects/{project_number}`
         &quot;A String&quot;,
       ],
+      &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
+          # Perimeter.
+        &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
+            # APIs specified in &#x27;allowed_services&#x27;.
+        &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
+            # unless &#x27;enable_restriction&#x27; is True.
+          &quot;A String&quot;,
+        ],
+      },
       &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
           # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
           # must be in the same policy as this `ServicePerimeter`. Referencing a
@@ -532,6 +507,15 @@
           # access restrictions.
         &quot;A String&quot;,
       ],
+    },
+    &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
+        # restricted services and access levels that determine perimeter
+        # content and boundaries.
+        # describe specific Service Perimeter configuration.
+      &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
+          # Currently only projects are allowed. Format: `projects/{project_number}`
+        &quot;A String&quot;,
+      ],
       &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
           # Perimeter.
         &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
@@ -541,6 +525,22 @@
           &quot;A String&quot;,
         ],
       },
+      &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
+          # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
+          # must be in the same policy as this `ServicePerimeter`. Referencing a
+          # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
+          # listed, resources within the perimeter can only be accessed via Google
+          # Cloud calls with request origins within the perimeter. Example:
+          # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
+          # For Service Perimeter Bridge, must be empty.
+        &quot;A String&quot;,
+      ],
+      &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
+          # restrictions. For example, if `storage.googleapis.com` is specified, access
+          # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
+          # access restrictions.
+        &quot;A String&quot;,
+      ],
     },
   }</pre>
 </div>
@@ -568,6 +568,8 @@
   An object of the form:
 
     { # A response to `ListServicePerimetersRequest`.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is
+        # empty, no further results remain.
     &quot;servicePerimeters&quot;: [ # List of the Service Perimeter instances.
       { # `ServicePerimeter` describes a set of Google Cloud resources which can freely
           # import and export data amongst themselves, but not export outside of the
@@ -579,16 +581,14 @@
           # Service Perimeter Bridges can contain only Google Cloud projects as members,
           # a single Google Cloud project may belong to multiple Service Perimeter
           # Bridges.
-        &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
-            # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
-            # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
+        &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
+            # behavior.
         &quot;perimeterType&quot;: &quot;A String&quot;, # Perimeter type indicator. A single project is
             # allowed to be a member of single regular perimeter, but multiple service
             # perimeter bridges. A project cannot be a included in a perimeter bridge
             # without being included in regular perimeter. For perimeter bridges,
             # the restricted service list as well as access level lists must be
             # empty.
-        &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
         &quot;useExplicitDryRunSpec&quot;: True or False, # Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly
             # exists  for all Service Perimeters, and that spec is identical to the
             # status for those Service Perimeters. When this flag is set, it inhibits the
@@ -599,42 +599,10 @@
             # analyzing the differences between currently enforced and suggested
             # restrictions. use_explicit_dry_run_spec must bet set to True if any of the
             # fields in the spec are set to non-default values.
-        &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
-            # behavior.
-        &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
-            # restricted services and access levels that determine perimeter
-            # content and boundaries.
-            # describe specific Service Perimeter configuration.
-          &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
-              # Currently only projects are allowed. Format: `projects/{project_number}`
-            &quot;A String&quot;,
-          ],
-          &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
-              # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
-              # must be in the same policy as this `ServicePerimeter`. Referencing a
-              # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
-              # listed, resources within the perimeter can only be accessed via Google
-              # Cloud calls with request origins within the perimeter. Example:
-              # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
-              # For Service Perimeter Bridge, must be empty.
-            &quot;A String&quot;,
-          ],
-          &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
-              # restrictions. For example, if `storage.googleapis.com` is specified, access
-              # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
-              # access restrictions.
-            &quot;A String&quot;,
-          ],
-          &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
-              # Perimeter.
-            &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
-                # APIs specified in &#x27;allowed_services&#x27;.
-            &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
-                # unless &#x27;enable_restriction&#x27; is True.
-              &quot;A String&quot;,
-            ],
-          },
-        },
+        &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
+        &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
+            # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
+            # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
         &quot;spec&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Proposed (or dry run) ServicePerimeter configuration. This configuration
             # allows to specify and test ServicePerimeter configuration without enforcing
             # actual access restrictions. Only allowed to be set when the
@@ -644,6 +612,15 @@
               # Currently only projects are allowed. Format: `projects/{project_number}`
             &quot;A String&quot;,
           ],
+          &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
+              # Perimeter.
+            &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
+                # APIs specified in &#x27;allowed_services&#x27;.
+            &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
+                # unless &#x27;enable_restriction&#x27; is True.
+              &quot;A String&quot;,
+            ],
+          },
           &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
               # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
               # must be in the same policy as this `ServicePerimeter`. Referencing a
@@ -660,6 +637,15 @@
               # access restrictions.
             &quot;A String&quot;,
           ],
+        },
+        &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
+            # restricted services and access levels that determine perimeter
+            # content and boundaries.
+            # describe specific Service Perimeter configuration.
+          &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
+              # Currently only projects are allowed. Format: `projects/{project_number}`
+            &quot;A String&quot;,
+          ],
           &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
               # Perimeter.
             &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
@@ -669,11 +655,25 @@
               &quot;A String&quot;,
             ],
           },
+          &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
+              # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
+              # must be in the same policy as this `ServicePerimeter`. Referencing a
+              # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
+              # listed, resources within the perimeter can only be accessed via Google
+              # Cloud calls with request origins within the perimeter. Example:
+              # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
+              # For Service Perimeter Bridge, must be empty.
+            &quot;A String&quot;,
+          ],
+          &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
+              # restrictions. For example, if `storage.googleapis.com` is specified, access
+              # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
+              # access restrictions.
+            &quot;A String&quot;,
+          ],
         },
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is
-        # empty, no further results remain.
   }</pre>
 </div>
 
@@ -716,16 +716,14 @@
     # Service Perimeter Bridges can contain only Google Cloud projects as members,
     # a single Google Cloud project may belong to multiple Service Perimeter
     # Bridges.
-  &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
-      # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
-      # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
+  &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
+      # behavior.
   &quot;perimeterType&quot;: &quot;A String&quot;, # Perimeter type indicator. A single project is
       # allowed to be a member of single regular perimeter, but multiple service
       # perimeter bridges. A project cannot be a included in a perimeter bridge
       # without being included in regular perimeter. For perimeter bridges,
       # the restricted service list as well as access level lists must be
       # empty.
-  &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
   &quot;useExplicitDryRunSpec&quot;: True or False, # Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly
       # exists  for all Service Perimeters, and that spec is identical to the
       # status for those Service Perimeters. When this flag is set, it inhibits the
@@ -736,42 +734,10 @@
       # analyzing the differences between currently enforced and suggested
       # restrictions. use_explicit_dry_run_spec must bet set to True if any of the
       # fields in the spec are set to non-default values.
-  &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
-      # behavior.
-  &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
-      # restricted services and access levels that determine perimeter
-      # content and boundaries.
-      # describe specific Service Perimeter configuration.
-    &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
-        # Currently only projects are allowed. Format: `projects/{project_number}`
-      &quot;A String&quot;,
-    ],
-    &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
-        # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
-        # must be in the same policy as this `ServicePerimeter`. Referencing a
-        # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
-        # listed, resources within the perimeter can only be accessed via Google
-        # Cloud calls with request origins within the perimeter. Example:
-        # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
-        # For Service Perimeter Bridge, must be empty.
-      &quot;A String&quot;,
-    ],
-    &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
-        # restrictions. For example, if `storage.googleapis.com` is specified, access
-        # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
-        # access restrictions.
-      &quot;A String&quot;,
-    ],
-    &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
-        # Perimeter.
-      &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
-          # APIs specified in &#x27;allowed_services&#x27;.
-      &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
-          # unless &#x27;enable_restriction&#x27; is True.
-        &quot;A String&quot;,
-      ],
-    },
-  },
+  &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
+  &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
+      # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
+      # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
   &quot;spec&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Proposed (or dry run) ServicePerimeter configuration. This configuration
       # allows to specify and test ServicePerimeter configuration without enforcing
       # actual access restrictions. Only allowed to be set when the
@@ -781,6 +747,15 @@
         # Currently only projects are allowed. Format: `projects/{project_number}`
       &quot;A String&quot;,
     ],
+    &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
+        # Perimeter.
+      &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
+          # APIs specified in &#x27;allowed_services&#x27;.
+      &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
+          # unless &#x27;enable_restriction&#x27; is True.
+        &quot;A String&quot;,
+      ],
+    },
     &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
         # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
         # must be in the same policy as this `ServicePerimeter`. Referencing a
@@ -797,6 +772,15 @@
         # access restrictions.
       &quot;A String&quot;,
     ],
+  },
+  &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
+      # restricted services and access levels that determine perimeter
+      # content and boundaries.
+      # describe specific Service Perimeter configuration.
+    &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
+        # Currently only projects are allowed. Format: `projects/{project_number}`
+      &quot;A String&quot;,
+    ],
     &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
         # Perimeter.
       &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
@@ -806,6 +790,22 @@
         &quot;A String&quot;,
       ],
     },
+    &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
+        # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
+        # must be in the same policy as this `ServicePerimeter`. Referencing a
+        # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
+        # listed, resources within the perimeter can only be accessed via Google
+        # Cloud calls with request origins within the perimeter. Example:
+        # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
+        # For Service Perimeter Bridge, must be empty.
+      &quot;A String&quot;,
+    ],
+    &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
+        # restrictions. For example, if `storage.googleapis.com` is specified, access
+        # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
+        # access restrictions.
+      &quot;A String&quot;,
+    ],
   },
 }
 
@@ -823,33 +823,12 @@
     &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
         # originally returns it. If you use the default HTTP mapping, the
         # `name` should be a resource name ending with `operations/{unique_id}`.
-    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
-        # different programming environments, including REST APIs and RPC APIs. It is
-        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
-        # three pieces of data: error code, error message, and error details.
-        #
-        # You can find out more about this error model and how to work with it in the
-        # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
-      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
-          # message types for APIs to use.
-        {
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-        },
-      ],
-      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
-    },
     &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
         # contains progress information and common metadata such as create time.
         # Some services might not provide such metadata.  Any method that returns a
         # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
     &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -860,6 +839,27 @@
         # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
+    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+        # different programming environments, including REST APIs and RPC APIs. It is
+        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+        # three pieces of data: error code, error message, and error details.
+        #
+        # You can find out more about this error model and how to work with it in the
+        # [API Design Guide](https://cloud.google.com/apis/design/errors).
+      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
+          # message types for APIs to use.
+        {
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+        },
+      ],
+      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
+    },
   }</pre>
 </div>
 
@@ -899,16 +899,14 @@
           # Service Perimeter Bridges can contain only Google Cloud projects as members,
           # a single Google Cloud project may belong to multiple Service Perimeter
           # Bridges.
-        &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
-            # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
-            # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
+        &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
+            # behavior.
         &quot;perimeterType&quot;: &quot;A String&quot;, # Perimeter type indicator. A single project is
             # allowed to be a member of single regular perimeter, but multiple service
             # perimeter bridges. A project cannot be a included in a perimeter bridge
             # without being included in regular perimeter. For perimeter bridges,
             # the restricted service list as well as access level lists must be
             # empty.
-        &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
         &quot;useExplicitDryRunSpec&quot;: True or False, # Use explicit dry run spec flag. Ordinarily, a dry-run spec implicitly
             # exists  for all Service Perimeters, and that spec is identical to the
             # status for those Service Perimeters. When this flag is set, it inhibits the
@@ -919,42 +917,10 @@
             # analyzing the differences between currently enforced and suggested
             # restrictions. use_explicit_dry_run_spec must bet set to True if any of the
             # fields in the spec are set to non-default values.
-        &quot;description&quot;: &quot;A String&quot;, # Description of the `ServicePerimeter` and its use. Does not affect
-            # behavior.
-        &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
-            # restricted services and access levels that determine perimeter
-            # content and boundaries.
-            # describe specific Service Perimeter configuration.
-          &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
-              # Currently only projects are allowed. Format: `projects/{project_number}`
-            &quot;A String&quot;,
-          ],
-          &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
-              # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
-              # must be in the same policy as this `ServicePerimeter`. Referencing a
-              # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
-              # listed, resources within the perimeter can only be accessed via Google
-              # Cloud calls with request origins within the perimeter. Example:
-              # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
-              # For Service Perimeter Bridge, must be empty.
-            &quot;A String&quot;,
-          ],
-          &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
-              # restrictions. For example, if `storage.googleapis.com` is specified, access
-              # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
-              # access restrictions.
-            &quot;A String&quot;,
-          ],
-          &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
-              # Perimeter.
-            &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
-                # APIs specified in &#x27;allowed_services&#x27;.
-            &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
-                # unless &#x27;enable_restriction&#x27; is True.
-              &quot;A String&quot;,
-            ],
-          },
-        },
+        &quot;title&quot;: &quot;A String&quot;, # Human readable title. Must be unique within the Policy.
+        &quot;name&quot;: &quot;A String&quot;, # Required. Resource name for the ServicePerimeter.  The `short_name`
+            # component must begin with a letter and only include alphanumeric and &#x27;_&#x27;.
+            # Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}`
         &quot;spec&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Proposed (or dry run) ServicePerimeter configuration. This configuration
             # allows to specify and test ServicePerimeter configuration without enforcing
             # actual access restrictions. Only allowed to be set when the
@@ -964,6 +930,15 @@
               # Currently only projects are allowed. Format: `projects/{project_number}`
             &quot;A String&quot;,
           ],
+          &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
+              # Perimeter.
+            &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
+                # APIs specified in &#x27;allowed_services&#x27;.
+            &quot;allowedServices&quot;: [ # The list of APIs usable within the Service Perimeter. Must be empty
+                # unless &#x27;enable_restriction&#x27; is True.
+              &quot;A String&quot;,
+            ],
+          },
           &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
               # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
               # must be in the same policy as this `ServicePerimeter`. Referencing a
@@ -980,6 +955,15 @@
               # access restrictions.
             &quot;A String&quot;,
           ],
+        },
+        &quot;status&quot;: { # `ServicePerimeterConfig` specifies a set of Google Cloud resources that # Current ServicePerimeter configuration. Specifies sets of resources,
+            # restricted services and access levels that determine perimeter
+            # content and boundaries.
+            # describe specific Service Perimeter configuration.
+          &quot;resources&quot;: [ # A list of Google Cloud resources that are inside of the service perimeter.
+              # Currently only projects are allowed. Format: `projects/{project_number}`
+            &quot;A String&quot;,
+          ],
           &quot;vpcAccessibleServices&quot;: { # Specifies how APIs are allowed to communicate within the Service # Configuration for APIs allowed within Perimeter.
               # Perimeter.
             &quot;enableRestriction&quot;: True or False, # Whether to restrict API calls within the Service Perimeter to the list of
@@ -989,6 +973,22 @@
               &quot;A String&quot;,
             ],
           },
+          &quot;accessLevels&quot;: [ # A list of `AccessLevel` resource names that allow resources within the
+              # `ServicePerimeter` to be accessed from the internet. `AccessLevels` listed
+              # must be in the same policy as this `ServicePerimeter`. Referencing a
+              # nonexistent `AccessLevel` is a syntax error. If no `AccessLevel` names are
+              # listed, resources within the perimeter can only be accessed via Google
+              # Cloud calls with request origins within the perimeter. Example:
+              # `&quot;accessPolicies/MY_POLICY/accessLevels/MY_LEVEL&quot;`.
+              # For Service Perimeter Bridge, must be empty.
+            &quot;A String&quot;,
+          ],
+          &quot;restrictedServices&quot;: [ # Google Cloud services that are subject to the Service Perimeter
+              # restrictions. For example, if `storage.googleapis.com` is specified, access
+              # to the storage buckets inside the perimeter must meet the perimeter&#x27;s
+              # access restrictions.
+            &quot;A String&quot;,
+          ],
         },
       },
     ],
@@ -1013,33 +1013,12 @@
     &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that
         # originally returns it. If you use the default HTTP mapping, the
         # `name` should be a resource name ending with `operations/{unique_id}`.
-    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
-        # different programming environments, including REST APIs and RPC APIs. It is
-        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
-        # three pieces of data: error code, error message, and error details.
-        #
-        # You can find out more about this error model and how to work with it in the
-        # [API Design Guide](https://cloud.google.com/apis/design/errors).
-      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
-          # user-facing error message should be localized and sent in the
-          # google.rpc.Status.details field, or localized by the client.
-      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
-          # message types for APIs to use.
-        {
-          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
-        },
-      ],
-      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
-    },
     &quot;metadata&quot;: { # Service-specific metadata associated with the operation.  It typically
         # contains progress information and common metadata such as create time.
         # Some services might not provide such metadata.  Any method that returns a
         # long-running operation should document the metadata type, if any.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
-    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
-        # If `true`, the operation is completed, and either `error` or `response` is
-        # available.
     &quot;response&quot;: { # The normal response of the operation in case of success.  If the original
         # method returns no data on success, such as `Delete`, the response is
         # `google.protobuf.Empty`.  If the original method is standard
@@ -1050,6 +1029,27 @@
         # `TakeSnapshotResponse`.
       &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
     },
+    &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress.
+        # If `true`, the operation is completed, and either `error` or `response` is
+        # available.
+    &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+        # different programming environments, including REST APIs and RPC APIs. It is
+        # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+        # three pieces of data: error code, error message, and error details.
+        #
+        # You can find out more about this error model and how to work with it in the
+        # [API Design Guide](https://cloud.google.com/apis/design/errors).
+      &quot;details&quot;: [ # A list of messages that carry the error details.  There is a common set of
+          # message types for APIs to use.
+        {
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+        },
+      ],
+      &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any
+          # user-facing error message should be localized and sent in the
+          # google.rpc.Status.details field, or localized by the client.
+    },
   }</pre>
 </div>