BeyondCorp API (beyondcorp:v1)

2023-04-15

9 removed methods

Deletions

    Methods
  • beyondcorp.projects.locations.clientGateways.create

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

      Parameters:

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

        clientGatewayId

          Location: query

          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.

          Type: string

        parent

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

          Description: Required. Value for parent.

          Location: path

          Type: string

          Required: Yes

        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.

      HTTP Method: POST

      Path: v1/{+parent}/clientGateways

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

      Parameter Order: parent

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

  • beyondcorp.projects.locations.clientGateways.delete

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

      Parameter Order: name

      Description: Deletes a single ClientGateway.

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

      HTTP Method: DELETE

      Parameters:

        name

          Type: string

          Required: Yes

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

          Location: path

          Description: Required. Name of the resource

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

          Type: boolean

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

          Location: query

      Path: v1/{+name}

  • beyondcorp.projects.locations.clientGateways.list

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

      Parameter Order: parent

      Description: Lists ClientGateways in a given project and location.

      Path: v1/{+parent}/clientGateways

      HTTP Method: GET

      Parameters:

        filter

          Type: string

          Location: query

          Description: Optional. Filtering results.

        orderBy

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

          Type: string

          Location: query

        parent

          Location: path

          Description: Required. Parent value for ListClientGatewaysRequest.

          Type: string

          Required: Yes

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

        pageSize

          Type: integer

          Format: int32

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

          Location: query

        pageToken

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

          Type: string

          Location: query

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

  • beyondcorp.projects.locations.clientGateways.get

      HTTP Method: GET

      Description: Gets details of a single ClientGateway.

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

      Path: v1/{+name}

      Parameters:

        name

          Location: path

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

          Description: Required. Name of the resource

          Type: string

          Required: Yes

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

      Parameter Order: name

  • beyondcorp.projects.locations.clientConnectorServices.list

      Path: v1/{+parent}/clientConnectorServices

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

      Parameter Order: parent

      HTTP Method: GET

      Parameters:

        filter

          Description: Optional. Filtering 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

        orderBy

          Type: string

          Location: query

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

        parent

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

          Required: Yes

          Description: Required. Parent value for ListClientConnectorServicesRequest.

          Type: string

          Location: path

        pageToken

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

          Type: string

          Location: query

      Description: Lists ClientConnectorServices in a given project and location.

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

  • beyondcorp.projects.locations.clientConnectorServices.create

      Parameter Order: parent

      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

        parent

          Type: string

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

          Location: path

          Description: Required. Value for parent.

          Required: Yes

        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.

          Location: query

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

      HTTP Method: POST

      Path: v1/{+parent}/clientConnectorServices

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

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

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

  • beyondcorp.projects.locations.clientConnectorServices.get

      Parameter Order: name

      HTTP Method: GET

      Description: Gets details of a single ClientConnectorService.

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

      Parameters:

        name

          Location: path

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

          Required: Yes

          Type: string

          Description: Required. Name of the resource.

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

      Path: v1/{+name}

  • beyondcorp.projects.locations.clientConnectorServices.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

        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 after the first request. For example, consider a situation where you make an initial request and the 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

        name

          Location: path

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

          Type: string

          Required: Yes

          Description: Required. Name of the resource.

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

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

      Parameter Order: name

      Description: Deletes a single ClientConnectorService.

      Path: v1/{+name}

      HTTP Method: DELETE

  • beyondcorp.projects.locations.clientConnectorServices.patch

      Description: Updates the parameters of a single ClientConnectorService.

      Parameters:

        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.

          Type: string

          Location: query

          Format: google-fieldmask

        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

        name

          Type: string

          Required: Yes

          Location: path

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

          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.

        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 the 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: PATCH

      Parameter Order: name

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

      Path: v1/{+name}

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