From 98ef5fcf5173d711fa8f123156fd33ba7909561e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 25 Oct 2022 07:24:20 +0000 Subject: [PATCH] feat(beyondcorp): update the api #### beyondcorp:v1 The following keys were deleted: - schemas.GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata (Total Keys: 16) - schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata (Total Keys: 18) #### beyondcorp:v1alpha The following keys were deleted: - resources.projects.resources.locations.resources.netConnections.methods.create (Total Keys: 18) - resources.projects.resources.locations.resources.netConnections.methods.delete (Total Keys: 15) - resources.projects.resources.locations.resources.netConnections.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.netConnections.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.netConnections.methods.patch (Total Keys: 21) - schemas.GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata (Total Keys: 16) - schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaListNetConnectionsResponse (Total Keys: 7) - schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection (Total Keys: 40) The following keys were added: - resources.organizations.resources.locations.resources.subscriptions.methods.create (Total Keys: 12) - resources.organizations.resources.locations.resources.subscriptions.methods.get (Total Keys: 11) - resources.organizations.resources.locations.resources.subscriptions.methods.list (Total Keys: 16) - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse (Total Keys: 5) - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription (Total Keys: 21) --- ...dcorp_v1alpha.organizations.locations.html | 5 + ...organizations.locations.subscriptions.html | 215 +++++++ ...pha.projects.locations.netConnections.html | 270 -------- .../documents/beyondcorp.v1.json | 85 +-- .../documents/beyondcorp.v1alpha.json | 581 ++++++------------ 5 files changed, 416 insertions(+), 740 deletions(-) create mode 100644 docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html diff --git a/docs/dyn/beyondcorp_v1alpha.organizations.locations.html b/docs/dyn/beyondcorp_v1alpha.organizations.locations.html index 9e1238e8e85..84fe2e84e5e 100644 --- a/docs/dyn/beyondcorp_v1alpha.organizations.locations.html +++ b/docs/dyn/beyondcorp_v1alpha.organizations.locations.html @@ -79,6 +79,11 @@

Instance Methods

Returns the insights Resource.

+

+ subscriptions() +

+

Returns the subscriptions Resource.

+

close()

Close httplib2 connections.

diff --git a/docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html b/docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html new file mode 100644 index 00000000000..5d96f8b4c27 --- /dev/null +++ b/docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html @@ -0,0 +1,215 @@ + + + +

BeyondCorp API . organizations . locations . subscriptions

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ create(parent, body=None, x__xgafv=None)

+

Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.

+

+ get(name, x__xgafv=None)

+

Gets details of a single Subscription.

+

+ list(parent, pageSize=None, pageToken=None, x__xgafv=None)

+

Lists Subscriptions in a given organization and location.

+

+ list_next()

+

Retrieves the next page of results.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ create(parent, body=None, x__xgafv=None) +
Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.
+
+Args:
+  parent: string, Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}` (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
+  "autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
+  "createTime": "A String", # Output only. Create time of the subscription.
+  "endTime": "A String", # Output only. End time of the subscription.
+  "name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
+  "seatCount": "A String", # Output only. Number of seats in the subscription.
+  "sku": "A String", # Required. SKU of subscription.
+  "startTime": "A String", # Output only. Start time of the subscription.
+  "state": "A String", # Output only. The current state of the subscription.
+  "type": "A String", # Required. Type of subscription.
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
+  "autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
+  "createTime": "A String", # Output only. Create time of the subscription.
+  "endTime": "A String", # Output only. End time of the subscription.
+  "name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
+  "seatCount": "A String", # Output only. Number of seats in the subscription.
+  "sku": "A String", # Required. SKU of subscription.
+  "startTime": "A String", # Output only. Start time of the subscription.
+  "state": "A String", # Output only. The current state of the subscription.
+  "type": "A String", # Required. Type of subscription.
+}
+
+ +
+ get(name, x__xgafv=None) +
Gets details of a single Subscription.
+
+Args:
+  name: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}` (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
+  "autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
+  "createTime": "A String", # Output only. Create time of the subscription.
+  "endTime": "A String", # Output only. End time of the subscription.
+  "name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
+  "seatCount": "A String", # Output only. Number of seats in the subscription.
+  "sku": "A String", # Required. SKU of subscription.
+  "startTime": "A String", # Output only. Start time of the subscription.
+  "state": "A String", # Output only. The current state of the subscription.
+  "type": "A String", # Required. Type of subscription.
+}
+
+ +
+ list(parent, pageSize=None, pageToken=None, x__xgafv=None) +
Lists Subscriptions in a given organization and location.
+
+Args:
+  parent: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}` (required)
+  pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
+  pageToken: string, Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Response message for BeyondCorp.ListSubscriptions.
+  "nextPageToken": "A String", # A token to retrieve the next page of results, or empty if there are no more results in the list.
+  "subscriptions": [ # A list of BeyondCorp Subscriptions in the organization.
+    { # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
+      "autoRenewEnabled": True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
+      "createTime": "A String", # Output only. Create time of the subscription.
+      "endTime": "A String", # Output only. End time of the subscription.
+      "name": "A String", # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
+      "seatCount": "A String", # Output only. Number of seats in the subscription.
+      "sku": "A String", # Required. SKU of subscription.
+      "startTime": "A String", # Output only. Start time of the subscription.
+      "state": "A String", # Output only. The current state of the subscription.
+      "type": "A String", # Required. Type of subscription.
+    },
+  ],
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ + \ No newline at end of file diff --git a/docs/dyn/beyondcorp_v1alpha.projects.locations.netConnections.html b/docs/dyn/beyondcorp_v1alpha.projects.locations.netConnections.html index 7bbb797c088..855a19cae72 100644 --- a/docs/dyn/beyondcorp_v1alpha.projects.locations.netConnections.html +++ b/docs/dyn/beyondcorp_v1alpha.projects.locations.netConnections.html @@ -77,27 +77,9 @@

Instance Methods

close()

Close httplib2 connections.

-

- create(parent, body=None, netConnectionId=None, requestId=None, validateOnly=None, x__xgafv=None)

-

Creates a new NetConnection in a given project and location.

-

- delete(name, requestId=None, validateOnly=None, x__xgafv=None)

-

Deletes a single NetConnection.

-

- get(name, x__xgafv=None)

-

Gets details of a single NetConnection.

getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

-

- list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

-

Lists NetConnections in a given project and location.

-

- list_next()

-

Retrieves the next page of results.

-

- patch(name, allowMissing=None, body=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None)

-

Updates the parameters of a single NetConnection.

setIamPolicy(resource, body=None, x__xgafv=None)

Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

@@ -110,137 +92,6 @@

Method Details

Close httplib2 connections.
-
- create(parent, body=None, netConnectionId=None, requestId=None, validateOnly=None, x__xgafv=None) -
Creates a new NetConnection in a given project and location.
-
-Args:
-  parent: string, Required. The resource project name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}` (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # A BeyondCorp NetConnection resource represents a BeyondCorp protected connection from BeyondCorp Client Connector to a remote application through a BeyondCorp AppConnector gateway.
-  "connectors": [ # Optional. List of [google.cloud.beyondcorp.v1main.AppConnector.name] that are authorized to be associated with this NetConnection. e.g. projects/{project}/locations/{location}/appConnectors/{app_connector}
-    "A String",
-  ],
-  "createTime": "A String", # Output only. Timestamp when the resource was created.
-  "destinationCidrs": [ # Required. CIDRs for the remote networks to connect to. e.g. IPv4: 198.51.100.14/24 IPv6: 2001:db8::/48
-    "A String",
-  ],
-  "displayName": "A String", # Optional. An arbitrary user-provided name for the NetConnection. Cannot exceed 64 characters.
-  "labels": { # Optional. Resource labels to represent user provided metadata.
-    "a_key": "A String",
-  },
-  "name": "A String", # Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.
-  "networkVpc": "A String", # Output only. The full name of the VPC network connected to the applications. Client Connector will send traffic here.
-  "state": "A String", # Output only. The current state of the NetConnection.
-  "uid": "A String", # Output only. A unique identifier for the instance generated by the system.
-  "updateTime": "A String", # Output only. Timestamp when the resource was last modified.
-}
-
-  netConnectionId: string, Optional. User-settable NetConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
-  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
-  validateOnly: boolean, Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # This resource represents a long-running operation that is the result of a network API call.
-  "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 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). # The error result of the operation in case of failure or cancellation.
-    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
-    "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.
-      },
-    ],
-    "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.
-  },
-  "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.
-  },
-  "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}`.
-  "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 `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
-    "a_key": "", # Properties of the object. Contains field @type with type URL.
-  },
-}
-
- -
- delete(name, requestId=None, validateOnly=None, x__xgafv=None) -
Deletes a single NetConnection.
-
-Args:
-  name: string, Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}` (required)
-  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
-  validateOnly: boolean, Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # This resource represents a long-running operation that is the result of a network API call.
-  "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 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). # The error result of the operation in case of failure or cancellation.
-    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
-    "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.
-      },
-    ],
-    "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.
-  },
-  "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.
-  },
-  "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}`.
-  "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 `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
-    "a_key": "", # Properties of the object. Contains field @type with type URL.
-  },
-}
-
- -
- get(name, x__xgafv=None) -
Gets details of a single NetConnection.
-
-Args:
-  name: string, Required. BeyondCorp NetConnection name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}` (required)
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # A BeyondCorp NetConnection resource represents a BeyondCorp protected connection from BeyondCorp Client Connector to a remote application through a BeyondCorp AppConnector gateway.
-  "connectors": [ # Optional. List of [google.cloud.beyondcorp.v1main.AppConnector.name] that are authorized to be associated with this NetConnection. e.g. projects/{project}/locations/{location}/appConnectors/{app_connector}
-    "A String",
-  ],
-  "createTime": "A String", # Output only. Timestamp when the resource was created.
-  "destinationCidrs": [ # Required. CIDRs for the remote networks to connect to. e.g. IPv4: 198.51.100.14/24 IPv6: 2001:db8::/48
-    "A String",
-  ],
-  "displayName": "A String", # Optional. An arbitrary user-provided name for the NetConnection. Cannot exceed 64 characters.
-  "labels": { # Optional. Resource labels to represent user provided metadata.
-    "a_key": "A String",
-  },
-  "name": "A String", # Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.
-  "networkVpc": "A String", # Output only. The full name of the VPC network connected to the applications. Client Connector will send traffic here.
-  "state": "A String", # Output only. The current state of the NetConnection.
-  "uid": "A String", # Output only. A unique identifier for the instance generated by the system.
-  "updateTime": "A String", # Output only. Timestamp when the resource was last modified.
-}
-
-
getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
@@ -289,127 +140,6 @@ 

Method Details

}
-
- list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) -
Lists NetConnections in a given project and location.
-
-Args:
-  parent: string, Required. The resource name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}` (required)
-  filter: string, Optional. A filter specifying constraints of a list operation.
-  orderBy: string, Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
-  pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
-  pageToken: string, Optional. The next_page_token value returned from a previous ListNetConnectionsRequest, if any.
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # Response message for BeyondCorp.ListNetConnections.
-  "netConnections": [ # A list of BeyondCorp NetConnections in the project.
-    { # A BeyondCorp NetConnection resource represents a BeyondCorp protected connection from BeyondCorp Client Connector to a remote application through a BeyondCorp AppConnector gateway.
-      "connectors": [ # Optional. List of [google.cloud.beyondcorp.v1main.AppConnector.name] that are authorized to be associated with this NetConnection. e.g. projects/{project}/locations/{location}/appConnectors/{app_connector}
-        "A String",
-      ],
-      "createTime": "A String", # Output only. Timestamp when the resource was created.
-      "destinationCidrs": [ # Required. CIDRs for the remote networks to connect to. e.g. IPv4: 198.51.100.14/24 IPv6: 2001:db8::/48
-        "A String",
-      ],
-      "displayName": "A String", # Optional. An arbitrary user-provided name for the NetConnection. Cannot exceed 64 characters.
-      "labels": { # Optional. Resource labels to represent user provided metadata.
-        "a_key": "A String",
-      },
-      "name": "A String", # Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.
-      "networkVpc": "A String", # Output only. The full name of the VPC network connected to the applications. Client Connector will send traffic here.
-      "state": "A String", # Output only. The current state of the NetConnection.
-      "uid": "A String", # Output only. A unique identifier for the instance generated by the system.
-      "updateTime": "A String", # Output only. Timestamp when the resource was last modified.
-    },
-  ],
-  "nextPageToken": "A String", # A token to retrieve the next page of results, or empty if there are no more results in the list.
-  "unreachable": [ # A list of locations that could not be reached.
-    "A String",
-  ],
-}
-
- -
- list_next() -
Retrieves the next page of results.
-
-        Args:
-          previous_request: The request for the previous page. (required)
-          previous_response: The response from the request for the previous page. (required)
-
-        Returns:
-          A request object that you can call 'execute()' on to request the next
-          page. Returns None if there are no more items in the collection.
-        
-
- -
- patch(name, allowMissing=None, body=None, requestId=None, updateMask=None, validateOnly=None, x__xgafv=None) -
Updates the parameters of a single NetConnection.
-
-Args:
-  name: string, Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection. (required)
-  body: object, The request body.
-    The object takes the form of:
-
-{ # A BeyondCorp NetConnection resource represents a BeyondCorp protected connection from BeyondCorp Client Connector to a remote application through a BeyondCorp AppConnector gateway.
-  "connectors": [ # Optional. List of [google.cloud.beyondcorp.v1main.AppConnector.name] that are authorized to be associated with this NetConnection. e.g. projects/{project}/locations/{location}/appConnectors/{app_connector}
-    "A String",
-  ],
-  "createTime": "A String", # Output only. Timestamp when the resource was created.
-  "destinationCidrs": [ # Required. CIDRs for the remote networks to connect to. e.g. IPv4: 198.51.100.14/24 IPv6: 2001:db8::/48
-    "A String",
-  ],
-  "displayName": "A String", # Optional. An arbitrary user-provided name for the NetConnection. Cannot exceed 64 characters.
-  "labels": { # Optional. Resource labels to represent user provided metadata.
-    "a_key": "A String",
-  },
-  "name": "A String", # Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.
-  "networkVpc": "A String", # Output only. The full name of the VPC network connected to the applications. Client Connector will send traffic here.
-  "state": "A String", # Output only. The current state of the NetConnection.
-  "uid": "A String", # Output only. A unique identifier for the instance generated by the system.
-  "updateTime": "A String", # Output only. Timestamp when the resource was last modified.
-}
-
-  allowMissing: boolean, Optional. If set as true, will create the resource if it is not found.
-  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
-  updateMask: string, 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 from [BeyondCorp.NetConnection]: * `labels` * `display_name`
-  validateOnly: boolean, Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
-  x__xgafv: string, V1 error format.
-    Allowed values
-      1 - v1 error format
-      2 - v2 error format
-
-Returns:
-  An object of the form:
-
-    { # This resource represents a long-running operation that is the result of a network API call.
-  "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 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). # The error result of the operation in case of failure or cancellation.
-    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
-    "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.
-      },
-    ],
-    "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.
-  },
-  "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.
-  },
-  "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}`.
-  "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 `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
-    "a_key": "", # Properties of the object. Contains field @type with type URL.
-  },
-}
-
-
setIamPolicy(resource, body=None, x__xgafv=None)
Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
diff --git a/googleapiclient/discovery_cache/documents/beyondcorp.v1.json b/googleapiclient/discovery_cache/documents/beyondcorp.v1.json
index e6dc28fbef0..85840e83728 100644
--- a/googleapiclient/discovery_cache/documents/beyondcorp.v1.json
+++ b/googleapiclient/discovery_cache/documents/beyondcorp.v1.json
@@ -1741,7 +1741,7 @@
       }
     }
   },
-  "revision": "20220929",
+  "revision": "20221019",
   "rootUrl": "https://beyondcorp.googleapis.com/",
   "schemas": {
     "AllocatedConnection": {
@@ -2998,45 +2998,6 @@
       },
       "type": "object"
     },
-    "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata": {
-      "description": "Represents the metadata of the long-running operation.",
-      "id": "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata",
-      "properties": {
-        "createTime": {
-          "description": "Output only. The time the operation was created.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "endTime": {
-          "description": "Output only. The time the operation finished running.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "requestedCancellation": {
-          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
-          "readOnly": true,
-          "type": "boolean"
-        },
-        "statusMessage": {
-          "description": "Output only. Human-readable status of the operation, if any.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "target": {
-          "description": "Output only. Server-defined resource path for the target of the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "verb": {
-          "description": "Output only. Name of the verb executed by the operation.",
-          "readOnly": true,
-          "type": "string"
-        }
-      },
-      "type": "object"
-    },
     "GoogleCloudBeyondcorpClientconnectorservicesV1alphaClientConnectorServiceOperationMetadata": {
       "description": "Represents the metadata of the long-running operation.",
       "id": "GoogleCloudBeyondcorpClientconnectorservicesV1alphaClientConnectorServiceOperationMetadata",
@@ -3245,50 +3206,6 @@
       "properties": {},
       "type": "object"
     },
-    "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata": {
-      "description": "Represents the metadata of the long-running operation.",
-      "id": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata",
-      "properties": {
-        "apiVersion": {
-          "description": "Output only. API version used to start the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "createTime": {
-          "description": "Output only. The time the operation was created.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "endTime": {
-          "description": "Output only. The time the operation finished running.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "requestedCancellation": {
-          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
-          "readOnly": true,
-          "type": "boolean"
-        },
-        "statusMessage": {
-          "description": "Output only. Human-readable status of the operation, if any.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "target": {
-          "description": "Output only. Server-defined resource path for the target of the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "verb": {
-          "description": "Output only. Name of the verb executed by the operation.",
-          "readOnly": true,
-          "type": "string"
-        }
-      },
-      "type": "object"
-    },
     "GoogleCloudLocationListLocationsResponse": {
       "description": "The response message for Locations.ListLocations.",
       "id": "GoogleCloudLocationListLocationsResponse",
diff --git a/googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json b/googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json
index 4baa2834bb8..1b091812ad2 100644
--- a/googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json
+++ b/googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json
@@ -303,6 +303,99 @@
                   ]
                 }
               }
+            },
+            "subscriptions": {
+              "methods": {
+                "create": {
+                  "description": "Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.",
+                  "flatPath": "v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions",
+                  "httpMethod": "POST",
+                  "id": "beyondcorp.organizations.locations.subscriptions.create",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "parameters": {
+                    "parent": {
+                      "description": "Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}`",
+                      "location": "path",
+                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
+                      "required": true,
+                      "type": "string"
+                    }
+                  },
+                  "path": "v1alpha/{+parent}/subscriptions",
+                  "request": {
+                    "$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
+                  },
+                  "response": {
+                    "$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                },
+                "get": {
+                  "description": "Gets details of a single Subscription.",
+                  "flatPath": "v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions/{subscriptionsId}",
+                  "httpMethod": "GET",
+                  "id": "beyondcorp.organizations.locations.subscriptions.get",
+                  "parameterOrder": [
+                    "name"
+                  ],
+                  "parameters": {
+                    "name": {
+                      "description": "Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}`",
+                      "location": "path",
+                      "pattern": "^organizations/[^/]+/locations/[^/]+/subscriptions/[^/]+$",
+                      "required": true,
+                      "type": "string"
+                    }
+                  },
+                  "path": "v1alpha/{+name}",
+                  "response": {
+                    "$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                },
+                "list": {
+                  "description": "Lists Subscriptions in a given organization and location.",
+                  "flatPath": "v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions",
+                  "httpMethod": "GET",
+                  "id": "beyondcorp.organizations.locations.subscriptions.list",
+                  "parameterOrder": [
+                    "parent"
+                  ],
+                  "parameters": {
+                    "pageSize": {
+                      "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
+                      "format": "int32",
+                      "location": "query",
+                      "type": "integer"
+                    },
+                    "pageToken": {
+                      "description": "Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.",
+                      "location": "query",
+                      "type": "string"
+                    },
+                    "parent": {
+                      "description": "Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}`",
+                      "location": "path",
+                      "pattern": "^organizations/[^/]+/locations/[^/]+$",
+                      "required": true,
+                      "type": "string"
+                    }
+                  },
+                  "path": "v1alpha/{+parent}/subscriptions",
+                  "response": {
+                    "$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse"
+                  },
+                  "scopes": [
+                    "https://www.googleapis.com/auth/cloud-platform"
+                  ]
+                }
+              }
             }
           }
         }
@@ -2771,109 +2864,6 @@
             },
             "netConnections": {
               "methods": {
-                "create": {
-                  "description": "Creates a new NetConnection in a given project and location.",
-                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections",
-                  "httpMethod": "POST",
-                  "id": "beyondcorp.projects.locations.netConnections.create",
-                  "parameterOrder": [
-                    "parent"
-                  ],
-                  "parameters": {
-                    "netConnectionId": {
-                      "description": "Optional. User-settable NetConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "parent": {
-                      "description": "Required. The resource project name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}`",
-                      "location": "path",
-                      "pattern": "^projects/[^/]+/locations/[^/]+$",
-                      "required": true,
-                      "type": "string"
-                    },
-                    "requestId": {
-                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "validateOnly": {
-                      "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
-                      "location": "query",
-                      "type": "boolean"
-                    }
-                  },
-                  "path": "v1alpha/{+parent}/netConnections",
-                  "request": {
-                    "$ref": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection"
-                  },
-                  "response": {
-                    "$ref": "GoogleLongrunningOperation"
-                  },
-                  "scopes": [
-                    "https://www.googleapis.com/auth/cloud-platform"
-                  ]
-                },
-                "delete": {
-                  "description": "Deletes a single NetConnection.",
-                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}",
-                  "httpMethod": "DELETE",
-                  "id": "beyondcorp.projects.locations.netConnections.delete",
-                  "parameterOrder": [
-                    "name"
-                  ],
-                  "parameters": {
-                    "name": {
-                      "description": "Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}`",
-                      "location": "path",
-                      "pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
-                      "required": true,
-                      "type": "string"
-                    },
-                    "requestId": {
-                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "validateOnly": {
-                      "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
-                      "location": "query",
-                      "type": "boolean"
-                    }
-                  },
-                  "path": "v1alpha/{+name}",
-                  "response": {
-                    "$ref": "GoogleLongrunningOperation"
-                  },
-                  "scopes": [
-                    "https://www.googleapis.com/auth/cloud-platform"
-                  ]
-                },
-                "get": {
-                  "description": "Gets details of a single NetConnection.",
-                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}",
-                  "httpMethod": "GET",
-                  "id": "beyondcorp.projects.locations.netConnections.get",
-                  "parameterOrder": [
-                    "name"
-                  ],
-                  "parameters": {
-                    "name": {
-                      "description": "Required. BeyondCorp NetConnection name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}`",
-                      "location": "path",
-                      "pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
-                      "required": true,
-                      "type": "string"
-                    }
-                  },
-                  "path": "v1alpha/{+name}",
-                  "response": {
-                    "$ref": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection"
-                  },
-                  "scopes": [
-                    "https://www.googleapis.com/auth/cloud-platform"
-                  ]
-                },
                 "getIamPolicy": {
                   "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                   "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}:getIamPolicy",
@@ -2905,101 +2895,6 @@
                     "https://www.googleapis.com/auth/cloud-platform"
                   ]
                 },
-                "list": {
-                  "description": "Lists NetConnections in a given project and location.",
-                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections",
-                  "httpMethod": "GET",
-                  "id": "beyondcorp.projects.locations.netConnections.list",
-                  "parameterOrder": [
-                    "parent"
-                  ],
-                  "parameters": {
-                    "filter": {
-                      "description": "Optional. A filter specifying constraints of a list operation.",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "orderBy": {
-                      "description": "Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "pageSize": {
-                      "description": "Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
-                      "format": "int32",
-                      "location": "query",
-                      "type": "integer"
-                    },
-                    "pageToken": {
-                      "description": "Optional. The next_page_token value returned from a previous ListNetConnectionsRequest, if any.",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "parent": {
-                      "description": "Required. The resource name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}`",
-                      "location": "path",
-                      "pattern": "^projects/[^/]+/locations/[^/]+$",
-                      "required": true,
-                      "type": "string"
-                    }
-                  },
-                  "path": "v1alpha/{+parent}/netConnections",
-                  "response": {
-                    "$ref": "GoogleCloudBeyondcorpNetconnectionsV1alphaListNetConnectionsResponse"
-                  },
-                  "scopes": [
-                    "https://www.googleapis.com/auth/cloud-platform"
-                  ]
-                },
-                "patch": {
-                  "description": "Updates the parameters of a single NetConnection.",
-                  "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}",
-                  "httpMethod": "PATCH",
-                  "id": "beyondcorp.projects.locations.netConnections.patch",
-                  "parameterOrder": [
-                    "name"
-                  ],
-                  "parameters": {
-                    "allowMissing": {
-                      "description": "Optional. If set as true, will create the resource if it is not found.",
-                      "location": "query",
-                      "type": "boolean"
-                    },
-                    "name": {
-                      "description": "Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.",
-                      "location": "path",
-                      "pattern": "^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$",
-                      "required": true,
-                      "type": "string"
-                    },
-                    "requestId": {
-                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "updateMask": {
-                      "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 from [BeyondCorp.NetConnection]: * `labels` * `display_name`",
-                      "format": "google-fieldmask",
-                      "location": "query",
-                      "type": "string"
-                    },
-                    "validateOnly": {
-                      "description": "Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.",
-                      "location": "query",
-                      "type": "boolean"
-                    }
-                  },
-                  "path": "v1alpha/{+name}",
-                  "request": {
-                    "$ref": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection"
-                  },
-                  "response": {
-                    "$ref": "GoogleLongrunningOperation"
-                  },
-                  "scopes": [
-                    "https://www.googleapis.com/auth/cloud-platform"
-                  ]
-                },
                 "setIamPolicy": {
                   "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                   "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}:setIamPolicy",
@@ -3186,7 +3081,7 @@
       }
     }
   },
-  "revision": "20220929",
+  "revision": "20221019",
   "rootUrl": "https://beyondcorp.googleapis.com/",
   "schemas": {
     "AllocatedConnection": {
@@ -4815,45 +4710,6 @@
       },
       "type": "object"
     },
-    "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata": {
-      "description": "Represents the metadata of the long-running operation.",
-      "id": "GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata",
-      "properties": {
-        "createTime": {
-          "description": "Output only. The time the operation was created.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "endTime": {
-          "description": "Output only. The time the operation finished running.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "requestedCancellation": {
-          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
-          "readOnly": true,
-          "type": "boolean"
-        },
-        "statusMessage": {
-          "description": "Output only. Human-readable status of the operation, if any.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "target": {
-          "description": "Output only. Server-defined resource path for the target of the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "verb": {
-          "description": "Output only. Name of the verb executed by the operation.",
-          "readOnly": true,
-          "type": "string"
-        }
-      },
-      "type": "object"
-    },
     "GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata": {
       "description": "Represents the metadata of the long-running operation.",
       "id": "GoogleCloudBeyondcorpClientconnectorservicesV1ClientConnectorServiceOperationMetadata",
@@ -4942,154 +4798,6 @@
       },
       "type": "object"
     },
-    "GoogleCloudBeyondcorpNetconnectionsV1alphaListNetConnectionsResponse": {
-      "description": "Response message for BeyondCorp.ListNetConnections.",
-      "id": "GoogleCloudBeyondcorpNetconnectionsV1alphaListNetConnectionsResponse",
-      "properties": {
-        "netConnections": {
-          "description": "A list of BeyondCorp NetConnections in the project.",
-          "items": {
-            "$ref": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection"
-          },
-          "type": "array"
-        },
-        "nextPageToken": {
-          "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
-          "type": "string"
-        },
-        "unreachable": {
-          "description": "A list of locations that could not be reached.",
-          "items": {
-            "type": "string"
-          },
-          "type": "array"
-        }
-      },
-      "type": "object"
-    },
-    "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection": {
-      "description": "A BeyondCorp NetConnection resource represents a BeyondCorp protected connection from BeyondCorp Client Connector to a remote application through a BeyondCorp AppConnector gateway.",
-      "id": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection",
-      "properties": {
-        "connectors": {
-          "description": "Optional. List of [google.cloud.beyondcorp.v1main.AppConnector.name] that are authorized to be associated with this NetConnection. e.g. projects/{project}/locations/{location}/appConnectors/{app_connector}",
-          "items": {
-            "type": "string"
-          },
-          "type": "array"
-        },
-        "createTime": {
-          "description": "Output only. Timestamp when the resource was created.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "destinationCidrs": {
-          "description": "Required. CIDRs for the remote networks to connect to. e.g. IPv4: 198.51.100.14/24 IPv6: 2001:db8::/48",
-          "items": {
-            "type": "string"
-          },
-          "type": "array"
-        },
-        "displayName": {
-          "description": "Optional. An arbitrary user-provided name for the NetConnection. Cannot exceed 64 characters.",
-          "type": "string"
-        },
-        "labels": {
-          "additionalProperties": {
-            "type": "string"
-          },
-          "description": "Optional. Resource labels to represent user provided metadata.",
-          "type": "object"
-        },
-        "name": {
-          "description": "Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.",
-          "type": "string"
-        },
-        "networkVpc": {
-          "description": "Output only. The full name of the VPC network connected to the applications. Client Connector will send traffic here.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "state": {
-          "description": "Output only. The current state of the NetConnection.",
-          "enum": [
-            "STATE_UNSPECIFIED",
-            "CREATING",
-            "CREATED",
-            "UPDATING",
-            "DELETING",
-            "DOWN"
-          ],
-          "enumDescriptions": [
-            "Default value. This value is unused.",
-            "NetConnection is being created.",
-            "NetConnection has been created.",
-            "NetConnection's configuration is being updated.",
-            "NetConnection is being deleted.",
-            "NetConnection is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF."
-          ],
-          "readOnly": true,
-          "type": "string"
-        },
-        "uid": {
-          "description": "Output only. A unique identifier for the instance generated by the system.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "updateTime": {
-          "description": "Output only. Timestamp when the resource was last modified.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        }
-      },
-      "type": "object"
-    },
-    "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata": {
-      "description": "Represents the metadata of the long-running operation.",
-      "id": "GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata",
-      "properties": {
-        "apiVersion": {
-          "description": "Output only. API version used to start the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "createTime": {
-          "description": "Output only. The time the operation was created.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "endTime": {
-          "description": "Output only. The time the operation finished running.",
-          "format": "google-datetime",
-          "readOnly": true,
-          "type": "string"
-        },
-        "requestedCancellation": {
-          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
-          "readOnly": true,
-          "type": "boolean"
-        },
-        "statusMessage": {
-          "description": "Output only. Human-readable status of the operation, if any.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "target": {
-          "description": "Output only. Server-defined resource path for the target of the operation.",
-          "readOnly": true,
-          "type": "string"
-        },
-        "verb": {
-          "description": "Output only. Name of the verb executed by the operation.",
-          "readOnly": true,
-          "type": "string"
-        }
-      },
-      "type": "object"
-    },
     "GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig": {
       "description": "The configuration that was applied to generate the result.",
       "id": "GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig",
@@ -5384,6 +5092,107 @@
       },
       "type": "object"
     },
+    "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse": {
+      "description": "Response message for BeyondCorp.ListSubscriptions.",
+      "id": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse",
+      "properties": {
+        "nextPageToken": {
+          "description": "A token to retrieve the next page of results, or empty if there are no more results in the list.",
+          "type": "string"
+        },
+        "subscriptions": {
+          "description": "A list of BeyondCorp Subscriptions in the organization.",
+          "items": {
+            "$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
+          },
+          "type": "array"
+        }
+      },
+      "type": "object"
+    },
+    "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription": {
+      "description": "A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.",
+      "id": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription",
+      "properties": {
+        "autoRenewEnabled": {
+          "description": "Output only. Represents that, if subscription will renew or end when the term ends.",
+          "readOnly": true,
+          "type": "boolean"
+        },
+        "createTime": {
+          "description": "Output only. Create time of the subscription.",
+          "format": "google-datetime",
+          "readOnly": true,
+          "type": "string"
+        },
+        "endTime": {
+          "description": "Output only. End time of the subscription.",
+          "format": "google-datetime",
+          "readOnly": true,
+          "type": "string"
+        },
+        "name": {
+          "description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
+          "type": "string"
+        },
+        "seatCount": {
+          "description": "Output only. Number of seats in the subscription.",
+          "format": "int64",
+          "readOnly": true,
+          "type": "string"
+        },
+        "sku": {
+          "description": "Required. SKU of subscription.",
+          "enum": [
+            "SKU_UNSPECIFIED",
+            "BCE_STANDARD_SKU"
+          ],
+          "enumDescriptions": [
+            "Default value. This value is unused.",
+            "Represents BeyondCorp Standard SKU."
+          ],
+          "type": "string"
+        },
+        "startTime": {
+          "description": "Output only. Start time of the subscription.",
+          "format": "google-datetime",
+          "readOnly": true,
+          "type": "string"
+        },
+        "state": {
+          "description": "Output only. The current state of the subscription.",
+          "enum": [
+            "STATE_UNSPECIFIED",
+            "ACTIVE",
+            "INACTIVE"
+          ],
+          "enumDescriptions": [
+            "Default value. This value is unused.",
+            "Represents an active subscription.",
+            "Represents an upcomming subscription."
+          ],
+          "readOnly": true,
+          "type": "string"
+        },
+        "type": {
+          "description": "Required. Type of subscription.",
+          "enum": [
+            "TYPE_UNSPECIFIED",
+            "TRIAL",
+            "PAID",
+            "ALLOWLIST"
+          ],
+          "enumDescriptions": [
+            "Default value. This value is unused.",
+            "Represents a trial subscription.",
+            "Represents a paid subscription.",
+            "Reresents an allowlisted subscription."
+          ],
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
     "GoogleCloudLocationListLocationsResponse": {
       "description": "The response message for Locations.ListLocations.",
       "id": "GoogleCloudLocationListLocationsResponse",