BeyondCorp API (beyondcorp:v1)

2022-07-14

26 removed methods

Deletions

    Methods
  • beyondcorp.projects.locations.clientGateways.get

      Path: v1/{+name}

      Parameters:

        name

          Type: string

          Required: Yes

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

          Location: path

          Description: Required. Name of the resource

      HTTP Method: GET

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

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

      Parameter Order: name

      Description: Gets details of a single ClientGateway.

  • beyondcorp.projects.locations.clientGateways.delete

      HTTP Method: DELETE

      Path: v1/{+name}

      Parameter Order: name

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

      Description: Deletes a single ClientGateway.

      Parameters:

        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

          Description: Required. Name of the resource

          Required: Yes

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

          Type: string

          Location: path

        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

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

  • beyondcorp.projects.locations.clientGateways.list

      Parameter Order: parent

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

      Parameters:

        pageSize

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

          Format: int32

          Type: integer

          Location: query

        parent

          Location: path

          Type: string

          Description: Required. Parent value for ListClientGatewaysRequest.

          Required: Yes

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

        orderBy

          Location: query

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

          Type: string

        pageToken

          Location: query

          Type: string

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

        filter

          Type: string

          Description: Optional. Filtering results.

          Location: query

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

      Path: v1/{+parent}/clientGateways

      HTTP Method: GET

      Description: Lists ClientGateways in a given project and location.

  • beyondcorp.projects.locations.clientGateways.create

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

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

      Parameters:

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

          Location: path

          Description: Required. Value for parent.

          Required: Yes

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

          Type: string

        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

        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.

      Parameter Order: parent

      Path: v1/{+parent}/clientGateways

      HTTP Method: POST

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

  • beyondcorp.projects.locations.appGateways.delete

      Parameters:

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

        name

          Location: path

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

          Required: Yes

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

          Type: string

        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

      Parameter Order: name

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

      HTTP Method: DELETE

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

      Path: v1/{+name}

      Description: Deletes a single AppGateway.

  • beyondcorp.projects.locations.appGateways.list

      HTTP Method: GET

      Description: Lists AppGateways in a given project and location.

      Path: v1/{+parent}/appGateways

      Parameter Order: parent

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

      Parameters:

        pageSize

          Format: int32

          Location: query

          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.

          Type: integer

        filter

          Type: string

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

          Location: query

        pageToken

          Type: string

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

          Location: query

        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

        parent

          Required: Yes

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

          Type: string

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

          Location: path

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

  • beyondcorp.projects.locations.appGateways.get

      Parameters:

        name

          Location: path

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

          Type: string

          Required: Yes

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

      HTTP Method: GET

      Path: v1/{+name}

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

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

      Description: Gets details of a single AppGateway.

      Parameter Order: name

  • beyondcorp.projects.locations.appGateways.create

      Parameter Order: parent

      Path: v1/{+parent}/appGateways

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

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

      HTTP Method: POST

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

      Parameters:

        appGatewayId

          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

          Location: query

        parent

          Location: path

          Type: string

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

          Required: Yes

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

        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

          Type: boolean

          Location: query

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

  • beyondcorp.projects.locations.appConnectors.create

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

      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

        appConnectorId

          Location: query

          Type: string

          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.

        parent

          Required: Yes

          Type: string

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

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

          Location: path

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

      Path: v1/{+parent}/appConnectors

      Parameter Order: parent

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

      HTTP Method: POST

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

  • beyondcorp.projects.locations.appConnectors.list

      HTTP Method: GET

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

      Parameter Order: parent

      Description: Lists AppConnectors in a given project and location.

      Parameters:

        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.

        filter

          Type: string

          Location: query

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

        pageSize

          Format: int32

          Location: query

          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.

          Type: integer

        pageToken

          Type: string

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

          Location: query

        parent

          Required: Yes

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

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

          Location: path

          Type: string

      Path: v1/{+parent}/appConnectors

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

  • beyondcorp.projects.locations.appConnectors.resolveInstanceConfig

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

      Parameters:

        appConnector

          Type: string

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

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

          Location: path

          Required: Yes

      HTTP Method: GET

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

      Path: v1/{+appConnector}:resolveInstanceConfig

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

      Parameter Order: appConnector

  • beyondcorp.projects.locations.appConnectors.get

      Description: Gets details of a single AppConnector.

      Parameters:

        name

          Location: path

          Required: Yes

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

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

          Type: string

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

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

      HTTP Method: GET

      Parameter Order: name

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnectors.patch

      Path: v1/{+name}

      HTTP Method: PATCH

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

      Parameters:

        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

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

        name

          Location: path

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

          Type: string

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

          Required: Yes

        updateMask

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

          Location: query

      Description: Updates the parameters of a single AppConnector.

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

      Parameter Order: name

  • beyondcorp.projects.locations.appConnectors.reportStatus

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

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

      Description: Report status for a given connector.

      Parameter Order: appConnector

      HTTP Method: POST

      Parameters:

        appConnector

          Required: Yes

          Location: path

          Type: string

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

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

      Path: v1/{+appConnector}:reportStatus

  • beyondcorp.projects.locations.appConnectors.delete

      Description: Deletes a single AppConnector.

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

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

      Parameter Order: name

      Path: v1/{+name}

      Parameters:

        name

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

          Location: path

          Required: Yes

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

          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

      HTTP Method: DELETE

  • beyondcorp.projects.locations.clientConnectorServices.create

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

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

      Path: v1/{+parent}/clientConnectorServices

      Parameters:

        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

          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

        parent

          Type: string

          Required: Yes

          Description: Required. Value for parent.

          Location: path

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

        clientConnectorServiceId

          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.

          Type: string

          Location: query

      Parameter Order: parent

      HTTP Method: POST

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

  • beyondcorp.projects.locations.clientConnectorServices.patch

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

      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

        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

        name

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

          Type: string

          Location: path

          Required: Yes

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

        allowMissing

          Location: query

          Type: boolean

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

        updateMask

          Format: google-fieldmask

          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.

          Type: string

          Location: query

      Path: v1/{+name}

      HTTP Method: PATCH

      Description: Updates the parameters of a single ClientConnectorService.

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

      Parameter Order: name

  • beyondcorp.projects.locations.clientConnectorServices.get

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

      Path: v1/{+name}

      Description: Gets details of a single ClientConnectorService.

      Parameters:

        name

          Description: Required. Name of the resource.

          Required: Yes

          Type: string

          Location: path

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

      HTTP Method: GET

      Parameter Order: name

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

  • beyondcorp.projects.locations.clientConnectorServices.delete

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

      Parameter Order: name

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

      HTTP Method: DELETE

      Parameters:

        name

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

          Type: string

          Required: Yes

          Location: path

          Description: Required. Name of the resource.

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

      Path: v1/{+name}

      Description: Deletes a single ClientConnectorService.

  • beyondcorp.projects.locations.clientConnectorServices.list

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

      Description: Lists ClientConnectorServices in a given project and location.

      Parameter Order: parent

      Path: v1/{+parent}/clientConnectorServices

      Parameters:

        orderBy

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

          Location: query

          Type: string

        pageSize

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

          Format: int32

          Type: integer

          Location: query

        parent

          Description: Required. Parent value for ListClientConnectorServicesRequest.

          Location: path

          Required: Yes

          Type: string

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

        filter

          Description: Optional. Filtering results.

          Type: string

          Location: query

        pageToken

          Location: query

          Type: string

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

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

      HTTP Method: GET

  • beyondcorp.projects.locations.appConnections.create

      Parameters:

        parent

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

          Location: path

          Required: Yes

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

          Type: string

        appConnectionId

          Type: string

          Location: query

          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.

        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

          Location: query

          Type: boolean

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1/{+parent}/appConnections

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

  • beyondcorp.projects.locations.appConnections.delete

      HTTP Method: DELETE

      Description: Deletes a single AppConnection.

      Parameter Order: name

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

      Path: v1/{+name}

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

      Parameters:

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

        validateOnly

          Location: query

          Type: boolean

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

        name

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

          Type: string

          Location: path

          Required: Yes

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

  • beyondcorp.projects.locations.appConnections.get

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

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

      Path: v1/{+name}

      HTTP Method: GET

      Parameter Order: name

      Parameters:

        name

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

          Required: Yes

          Location: path

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

          Type: string

      Description: Gets details of a single AppConnection.

  • beyondcorp.projects.locations.appConnections.resolve

      HTTP Method: GET

      Parameters:

        parent

          Type: string

          Required: Yes

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

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

          Location: path

        pageToken

          Type: string

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

          Location: query

        appConnectorId

          Location: query

          Type: string

          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

          Location: query

          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.

          Type: integer

          Format: int32

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

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

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

      Parameter Order: parent

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

  • beyondcorp.projects.locations.appConnections.patch

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

      Parameters:

        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

        allowMissing

          Type: boolean

          Location: query

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

        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

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

          Location: query

          Format: google-fieldmask

          Type: string

        name

          Required: Yes

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

          Location: path

          Type: string

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

      HTTP Method: PATCH

      Description: Updates the parameters of a single AppConnection.

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

      Parameter Order: name

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnections.list

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

      Parameters:

        filter

          Location: query

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

          Type: string

        pageToken

          Location: query

          Type: string

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

        parent

          Type: string

          Required: Yes

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

          Location: path

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

        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

          Type: integer

          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.

          Location: query

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

      HTTP Method: GET

      Path: v1/{+parent}/appConnections

      Description: Lists AppConnections in a given project and location.

      Parameter Order: parent

26 new methods

Additions

    Methods
  • beyondcorp.projects.locations.clientGateways.get

      Path: v1/{+name}

      Parameters:

        name

          Type: string

          Required: Yes

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

          Location: path

          Description: Required. Name of the resource

      HTTP Method: GET

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

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

      Parameter Order: name

      Description: Gets details of a single ClientGateway.

  • beyondcorp.projects.locations.clientGateways.delete

      HTTP Method: DELETE

      Path: v1/{+name}

      Parameter Order: name

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

      Description: Deletes a single ClientGateway.

      Parameters:

        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

          Description: Required. Name of the resource

          Required: Yes

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

          Type: string

          Location: path

        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

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

  • beyondcorp.projects.locations.clientGateways.list

      Parameter Order: parent

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

      Parameters:

        pageSize

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

          Format: int32

          Type: integer

          Location: query

        parent

          Location: path

          Type: string

          Description: Required. Parent value for ListClientGatewaysRequest.

          Required: Yes

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

        orderBy

          Location: query

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

          Type: string

        pageToken

          Location: query

          Type: string

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

        filter

          Type: string

          Description: Optional. Filtering results.

          Location: query

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

      Path: v1/{+parent}/clientGateways

      HTTP Method: GET

      Description: Lists ClientGateways in a given project and location.

  • beyondcorp.projects.locations.clientGateways.create

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

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

      Parameters:

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

          Location: path

          Description: Required. Value for parent.

          Required: Yes

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

          Type: string

        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

        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.

      Parameter Order: parent

      Path: v1/{+parent}/clientGateways

      HTTP Method: POST

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

  • beyondcorp.projects.locations.appGateways.delete

      Parameters:

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

        name

          Location: path

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

          Required: Yes

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

          Type: string

        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

      Parameter Order: name

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

      HTTP Method: DELETE

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

      Path: v1/{+name}

      Description: Deletes a single AppGateway.

  • beyondcorp.projects.locations.appGateways.list

      HTTP Method: GET

      Description: Lists AppGateways in a given project and location.

      Path: v1/{+parent}/appGateways

      Parameter Order: parent

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

      Parameters:

        pageSize

          Format: int32

          Location: query

          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.

          Type: integer

        filter

          Type: string

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

          Location: query

        pageToken

          Type: string

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

          Location: query

        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

        parent

          Required: Yes

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

          Type: string

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

          Location: path

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

  • beyondcorp.projects.locations.appGateways.get

      Parameters:

        name

          Location: path

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

          Type: string

          Required: Yes

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

      HTTP Method: GET

      Path: v1/{+name}

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

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

      Description: Gets details of a single AppGateway.

      Parameter Order: name

  • beyondcorp.projects.locations.appGateways.create

      Parameter Order: parent

      Path: v1/{+parent}/appGateways

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

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

      HTTP Method: POST

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

      Parameters:

        appGatewayId

          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

          Location: query

        parent

          Location: path

          Type: string

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

          Required: Yes

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

        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

          Type: boolean

          Location: query

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

  • beyondcorp.projects.locations.appConnectors.create

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

      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

        appConnectorId

          Location: query

          Type: string

          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.

        parent

          Required: Yes

          Type: string

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

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

          Location: path

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

      Path: v1/{+parent}/appConnectors

      Parameter Order: parent

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

      HTTP Method: POST

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

  • beyondcorp.projects.locations.appConnectors.list

      HTTP Method: GET

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

      Parameter Order: parent

      Description: Lists AppConnectors in a given project and location.

      Parameters:

        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.

        filter

          Type: string

          Location: query

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

        pageSize

          Format: int32

          Location: query

          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.

          Type: integer

        pageToken

          Type: string

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

          Location: query

        parent

          Required: Yes

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

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

          Location: path

          Type: string

      Path: v1/{+parent}/appConnectors

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

  • beyondcorp.projects.locations.appConnectors.resolveInstanceConfig

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

      Parameters:

        appConnector

          Type: string

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

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

          Location: path

          Required: Yes

      HTTP Method: GET

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

      Path: v1/{+appConnector}:resolveInstanceConfig

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

      Parameter Order: appConnector

  • beyondcorp.projects.locations.appConnectors.get

      Description: Gets details of a single AppConnector.

      Parameters:

        name

          Location: path

          Required: Yes

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

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

          Type: string

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

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

      HTTP Method: GET

      Parameter Order: name

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnectors.patch

      Path: v1/{+name}

      HTTP Method: PATCH

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

      Parameters:

        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

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

        name

          Location: path

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

          Type: string

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

          Required: Yes

        updateMask

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

          Location: query

      Description: Updates the parameters of a single AppConnector.

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

      Parameter Order: name

  • beyondcorp.projects.locations.appConnectors.reportStatus

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

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

      Description: Report status for a given connector.

      Parameter Order: appConnector

      HTTP Method: POST

      Parameters:

        appConnector

          Required: Yes

          Location: path

          Type: string

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

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

      Path: v1/{+appConnector}:reportStatus

  • beyondcorp.projects.locations.appConnectors.delete

      Description: Deletes a single AppConnector.

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

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

      Parameter Order: name

      Path: v1/{+name}

      Parameters:

        name

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

          Location: path

          Required: Yes

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

          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

      HTTP Method: DELETE

  • beyondcorp.projects.locations.clientConnectorServices.create

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

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

      Path: v1/{+parent}/clientConnectorServices

      Parameters:

        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

          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

        parent

          Type: string

          Required: Yes

          Description: Required. Value for parent.

          Location: path

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

        clientConnectorServiceId

          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.

          Type: string

          Location: query

      Parameter Order: parent

      HTTP Method: POST

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

  • beyondcorp.projects.locations.clientConnectorServices.patch

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

      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

        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

        name

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

          Type: string

          Location: path

          Required: Yes

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

        allowMissing

          Location: query

          Type: boolean

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

        updateMask

          Format: google-fieldmask

          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.

          Type: string

          Location: query

      Path: v1/{+name}

      HTTP Method: PATCH

      Description: Updates the parameters of a single ClientConnectorService.

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

      Parameter Order: name

  • beyondcorp.projects.locations.clientConnectorServices.get

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

      Path: v1/{+name}

      Description: Gets details of a single ClientConnectorService.

      Parameters:

        name

          Description: Required. Name of the resource.

          Required: Yes

          Type: string

          Location: path

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

      HTTP Method: GET

      Parameter Order: name

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

  • beyondcorp.projects.locations.clientConnectorServices.delete

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

      Parameter Order: name

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

      HTTP Method: DELETE

      Parameters:

        name

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

          Type: string

          Required: Yes

          Location: path

          Description: Required. Name of the resource.

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

      Path: v1/{+name}

      Description: Deletes a single ClientConnectorService.

  • beyondcorp.projects.locations.clientConnectorServices.list

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

      Description: Lists ClientConnectorServices in a given project and location.

      Parameter Order: parent

      Path: v1/{+parent}/clientConnectorServices

      Parameters:

        orderBy

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

          Location: query

          Type: string

        pageSize

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

          Format: int32

          Type: integer

          Location: query

        parent

          Description: Required. Parent value for ListClientConnectorServicesRequest.

          Location: path

          Required: Yes

          Type: string

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

        filter

          Description: Optional. Filtering results.

          Type: string

          Location: query

        pageToken

          Location: query

          Type: string

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

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

      HTTP Method: GET

  • beyondcorp.projects.locations.appConnections.create

      Parameters:

        parent

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

          Location: path

          Required: Yes

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

          Type: string

        appConnectionId

          Type: string

          Location: query

          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.

        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

          Location: query

          Type: boolean

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1/{+parent}/appConnections

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

  • beyondcorp.projects.locations.appConnections.delete

      HTTP Method: DELETE

      Description: Deletes a single AppConnection.

      Parameter Order: name

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

      Path: v1/{+name}

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

      Parameters:

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

        validateOnly

          Location: query

          Type: boolean

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

        name

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

          Type: string

          Location: path

          Required: Yes

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

  • beyondcorp.projects.locations.appConnections.get

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

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

      Path: v1/{+name}

      HTTP Method: GET

      Parameter Order: name

      Parameters:

        name

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

          Required: Yes

          Location: path

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

          Type: string

      Description: Gets details of a single AppConnection.

  • beyondcorp.projects.locations.appConnections.resolve

      HTTP Method: GET

      Parameters:

        parent

          Type: string

          Required: Yes

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

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

          Location: path

        pageToken

          Type: string

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

          Location: query

        appConnectorId

          Location: query

          Type: string

          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

          Location: query

          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.

          Type: integer

          Format: int32

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

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

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

      Parameter Order: parent

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

  • beyondcorp.projects.locations.appConnections.patch

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

      Parameters:

        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

        allowMissing

          Type: boolean

          Location: query

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

        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

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

          Location: query

          Format: google-fieldmask

          Type: string

        name

          Required: Yes

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

          Location: path

          Type: string

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

      HTTP Method: PATCH

      Description: Updates the parameters of a single AppConnection.

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

      Parameter Order: name

      Path: v1/{+name}

  • beyondcorp.projects.locations.appConnections.list

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

      Parameters:

        filter

          Location: query

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

          Type: string

        pageToken

          Location: query

          Type: string

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

        parent

          Type: string

          Required: Yes

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

          Location: path

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

        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

          Type: integer

          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.

          Location: query

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

      HTTP Method: GET

      Path: v1/{+parent}/appConnections

      Description: Lists AppConnections in a given project and location.

      Parameter Order: parent