BeyondCorp API (beyondcorp:v1)

2022-07-15

26 new methods

Additions

    Methods
  • beyondcorp.projects.locations.clientConnectorServices.list

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices

      Description: Lists ClientConnectorServices in a given project and location.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Path: v1/{+parent}/clientConnectorServices

      Parameters:

        filter

          Location: query

          Description: Optional. Filtering results.

          Type: string

        parent

          Required: Yes

          Location: path

          Type: string

          Description: Required. Parent value for ListClientConnectorServicesRequest.

          Pattern: ^projects/[^/]+/locations/[^/]+$

        pageToken

          Description: Optional. A token identifying a page of results the server should return.

          Location: query

          Type: string

        pageSize

          Location: query

          Description: Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Format: int32

          Type: integer

        orderBy

          Type: string

          Description: Optional. Hint for how to order the results.

          Location: query

  • beyondcorp.projects.locations.clientConnectorServices.delete

      HTTP Method: DELETE

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Description: Deletes a single ClientConnectorService.

      Parameters:

        name

          Location: path

          Type: string

          Description: Required. Name of the resource.

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$

        requestId

          Type: string

          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

        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

  • beyondcorp.projects.locations.clientConnectorServices.create

      Path: v1/{+parent}/clientConnectorServices

      Parameter Order: parent

      HTTP Method: POST

      Parameters:

        clientConnectorServiceId

          Type: string

          Description: Optional. User-settable client connector service resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter. A random system generated name will be assigned if not specified by the user.

          Location: query

        validateOnly

          Type: boolean

          Location: query

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

        requestId

          Type: string

          Location: query

          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).

        parent

          Type: string

          Description: Required. Value for parent.

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates a new ClientConnectorService in a given project and location.

  • beyondcorp.projects.locations.clientConnectorServices.patch

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1/{+name}

      Parameter Order: name

      Description: Updates the parameters of a single ClientConnectorService.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}

      Parameters:

        name

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$

          Description: Required. Name of resource. The name is ignored during creation.

          Type: string

        allowMissing

          Location: query

          Type: boolean

          Description: Optional. If set as true, will create the resource if it is not found.

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the ClientConnectorService resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. Mutable fields: display_name, ingress.config.destination_routes.

          Location: query

          Format: google-fieldmask

          Type: string

        requestId

          Type: string

          Location: query

          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).

        validateOnly

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Type: boolean

          Location: query

      HTTP Method: PATCH

  • beyondcorp.projects.locations.clientConnectorServices.get

      HTTP Method: GET

      Parameters:

        name

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$

          Location: path

          Required: Yes

          Description: Required. Name of the resource.

      Parameter Order: name

      Path: v1/{+name}

      Description: Gets details of a single ClientConnectorService.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}

  • beyondcorp.projects.locations.clientGateways.create

      Parameter Order: parent

      Description: Creates a new ClientGateway in a given project and location.

      HTTP Method: POST

      Parameters:

        clientGatewayId

          Location: query

          Type: string

          Description: Optional. User-settable client gateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.

        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

        parent

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. Value for parent.

          Required: Yes

          Type: string

        requestId

          Type: string

          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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientGateways

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1/{+parent}/clientGateways

  • beyondcorp.projects.locations.clientGateways.get

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Description: Gets details of a single ClientGateway.

      Path: v1/{+name}

      Parameter Order: name

      Parameters:

        name

          Location: path

          Required: Yes

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$

          Description: Required. Name of the resource

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}

  • beyondcorp.projects.locations.clientGateways.delete

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. Name of the resource

          Pattern: ^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$

          Required: Yes

        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

        requestId

          Location: query

          Type: string

          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).

      HTTP Method: DELETE

      Path: v1/{+name}

      Description: Deletes a single ClientGateway.

      Parameter Order: name

  • beyondcorp.projects.locations.clientGateways.list

      Description: Lists ClientGateways in a given project and location.

      Path: v1/{+parent}/clientGateways

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/clientGateways

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Parameters:

        orderBy

          Description: Optional. Hint for how to order the results.

          Type: string

          Location: query

        filter

          Location: query

          Type: string

          Description: Optional. Filtering results.

        pageSize

          Location: query

          Format: int32

          Type: integer

          Description: Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

        pageToken

          Location: query

          Description: Optional. A token identifying a page of results the server should return.

          Type: string

        parent

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. Parent value for ListClientGatewaysRequest.

          Type: string

      Parameter Order: parent

  • beyondcorp.projects.locations.appConnections.list

      Path: v1/{+parent}/appConnections

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections

      Parameters:

        parent

          Description: Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Required: Yes

          Location: path

        filter

          Description: Optional. A filter specifying constraints of a list operation.

          Type: string

          Location: query

        pageToken

          Type: string

          Location: query

          Description: Optional. The next_page_token value returned from a previous ListAppConnectionsRequest, if any.

        orderBy

          Description: Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.

          Type: string

          Location: query

        pageSize

          Type: integer

          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

      Parameter Order: parent

      Description: Lists AppConnections in a given project and location.

  • beyondcorp.projects.locations.appConnections.get

      Parameters:

        name

          Description: Required. BeyondCorp AppConnection name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

      Description: Gets details of a single AppConnection.

      Path: v1/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}

      HTTP Method: GET

  • beyondcorp.projects.locations.appConnections.resolve

      Parameter Order: parent

      Description: Resolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.

      Parameters:

        appConnectorId

          Type: string

          Location: query

          Description: Required. BeyondCorp Connector name of the connector associated with those AppConnections using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`

        pageSize

          Format: int32

          Location: query

          Type: integer

          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.

        parent

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`

          Required: Yes

        pageToken

          Type: string

          Location: query

          Description: Optional. The next_page_token value returned from a previous ResolveAppConnectionsResponse, if any.

      HTTP Method: GET

      Path: v1/{+parent}/appConnections:resolve

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections:resolve

  • beyondcorp.projects.locations.appConnections.create

      Parameters:

        requestId

          Type: string

          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

        validateOnly

          Location: query

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Type: boolean

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Location: path

          Description: Required. The resource project name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`

          Required: Yes

        appConnectionId

          Type: string

          Description: Optional. User-settable AppConnection 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

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections

      Path: v1/{+parent}/appConnections

      Description: Creates a new AppConnection in a given project and location.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: POST

  • beyondcorp.projects.locations.appConnections.patch

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Updates the parameters of a single AppConnection.

      HTTP Method: PATCH

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}

      Parameters:

        name

          Required: Yes

          Type: string

          Description: Required. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$

        updateMask

          Location: query

          Format: google-fieldmask

          Type: string

          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.AppConnection]: * `labels` * `display_name` * `application_endpoint` * `connectors`

        allowMissing

          Location: query

          Description: Optional. If set as true, will create the resource if it is not found.

          Type: boolean

        validateOnly

          Location: query

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Type: boolean

        requestId

          Location: query

          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).

          Type: string

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnections.delete

      HTTP Method: DELETE

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}

      Description: Deletes a single AppConnection.

      Parameter Order: name

      Path: v1/{+name}

      Parameters:

        name

          Location: path

          Description: Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$

        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

        requestId

          Type: string

          Location: query

          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).

  • beyondcorp.projects.locations.appConnectors.reportStatus

      HTTP Method: POST

      Description: Report status for a given connector.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:reportStatus

      Parameter Order: appConnector

      Parameters:

        appConnector

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$

          Type: string

          Required: Yes

          Location: path

          Description: Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/connectors/{connector}`

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1/{+appConnector}:reportStatus

  • beyondcorp.projects.locations.appConnectors.resolveInstanceConfig

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: appConnector

      Parameters:

        appConnector

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$

          Description: Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector}`

          Required: Yes

          Type: string

          Location: path

      HTTP Method: GET

      Path: v1/{+appConnector}:resolveInstanceConfig

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:resolveInstanceConfig

      Description: Get instance config for a given AppConnector. An internal method called by a AppConnector to get its container config.

  • beyondcorp.projects.locations.appConnectors.create

      HTTP Method: POST

      Parameters:

        validateOnly

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Type: boolean

          Location: query

        appConnectorId

          Description: Optional. User-settable AppConnector resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.

          Type: string

          Location: query

        parent

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The resource project name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`

          Required: Yes

        requestId

          Type: string

          Location: query

          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).

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

      Path: v1/{+parent}/appConnectors

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors

      Description: Creates a new AppConnector in a given project and location.

  • beyondcorp.projects.locations.appConnectors.delete

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        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).

          Type: string

          Location: query

        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

        name

          Required: Yes

          Type: string

          Location: path

          Description: Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$

      HTTP Method: DELETE

      Description: Deletes a single AppConnector.

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnectors.list

      Parameter Order: parent

      Description: Lists AppConnectors in a given project and location.

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1/{+parent}/appConnectors

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors

      Parameters:

        orderBy

          Location: query

          Type: string

          Description: Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.

        filter

          Type: string

          Location: query

          Description: Optional. A filter specifying constraints of a list operation.

        pageSize

          Type: integer

          Location: query

          Format: int32

          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.

        parent

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The resource name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`

          Required: Yes

        pageToken

          Description: Optional. The next_page_token value returned from a previous ListAppConnectorsRequest, if any.

          Type: string

          Location: query

  • beyondcorp.projects.locations.appConnectors.patch

      HTTP Method: PATCH

      Description: Updates the parameters of a single AppConnector.

      Parameters:

        name

          Location: path

          Description: Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$

          Required: Yes

          Type: string

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          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.AppConnector]: * `labels` * `display_name`

        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

        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).

          Type: string

          Location: query

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnectors.get

      Description: Gets details of a single AppConnector.

      Path: v1/{+name}

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$

          Type: string

          Required: Yes

          Description: Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`

          Location: path

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • beyondcorp.projects.locations.appGateways.create

      Description: Creates a new AppGateway in a given project and location.

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        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.

          Type: boolean

          Location: query

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Description: Required. The resource project name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`

          Location: path

          Type: string

        appGatewayId

          Location: query

          Description: Optional. User-settable AppGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.

          Type: string

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appGateways

      Path: v1/{+parent}/appGateways

  • beyondcorp.projects.locations.appGateways.list

      Parameters:

        parent

          Type: string

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The resource name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`

        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

          Type: integer

          Location: query

        pageToken

          Description: Optional. The next_page_token value returned from a previous ListAppGatewaysRequest, if any.

          Type: string

          Location: query

        filter

          Type: string

          Location: query

          Description: Optional. A filter specifying constraints of a list operation.

        orderBy

          Type: string

          Location: query

          Description: Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.

      Parameter Order: parent

      Path: v1/{+parent}/appGateways

      Description: Lists AppGateways in a given project and location.

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appGateways

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • beyondcorp.projects.locations.appGateways.delete

      HTTP Method: DELETE

      Parameters:

        validateOnly

          Type: boolean

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Location: query

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$

          Description: Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`

          Required: Yes

          Type: string

          Location: path

        requestId

          Location: query

          Type: string

          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).

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Deletes a single AppGateway.

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}

      Parameter Order: name

  • beyondcorp.projects.locations.appGateways.get

      Parameters:

        name

          Required: Yes

          Description: Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Gets details of a single AppGateway.

      HTTP Method: GET

      Path: v1/{+name}

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}