BeyondCorp API (beyondcorp:v1)

2022-07-16

26 removed methods

Deletions

    Methods
  • beyondcorp.projects.locations.appGateways.create

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

      Parameter Order: parent

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

      HTTP Method: POST

      Path: v1/{+parent}/appGateways

      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.

          Type: boolean

          Location: query

        parent

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

          Location: path

          Required: Yes

          Type: string

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

        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.

          Location: query

          Type: string

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

  • beyondcorp.projects.locations.appGateways.list

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

      Parameter Order: parent

      Description: Lists AppGateways in a given project and location.

      Path: v1/{+parent}/appGateways

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

      Parameters:

        filter

          Type: string

          Location: query

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

        pageToken

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

          Type: string

          Location: query

        parent

          Type: string

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

          Location: path

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

          Required: Yes

        pageSize

          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.

          Type: integer

          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

      HTTP Method: GET

  • beyondcorp.projects.locations.appGateways.delete

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

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

      HTTP Method: DELETE

      Parameter Order: name

      Parameters:

        name

          Type: string

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

          Required: Yes

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

          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

        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

      Path: v1/{+name}

      Description: Deletes a single AppGateway.

  • beyondcorp.projects.locations.appGateways.get

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

      Description: Gets details of a single AppGateway.

      Parameter Order: name

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

      Path: v1/{+name}

      Parameters:

        name

          Type: string

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

          Required: Yes

          Location: path

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

      HTTP Method: GET

  • beyondcorp.projects.locations.clientGateways.create

      Path: v1/{+parent}/clientGateways

      Parameter Order: parent

      Parameters:

        clientGatewayId

          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.

          Location: query

        parent

          Type: string

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

          Location: path

          Required: Yes

          Description: Required. Value for parent.

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

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

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

      HTTP Method: POST

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

  • beyondcorp.projects.locations.clientGateways.delete

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

      Description: Deletes a single ClientGateway.

      Parameter Order: name

      Path: v1/{+name}

      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 after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

        name

          Required: Yes

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

          Description: Required. Name of the resource

          Location: path

          Type: string

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

      HTTP Method: DELETE

  • beyondcorp.projects.locations.clientGateways.list

      HTTP Method: GET

      Parameter Order: parent

      Description: Lists ClientGateways in a given project and location.

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

      Parameters:

        pageToken

          Type: string

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

          Location: query

        orderBy

          Location: query

          Type: string

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

        parent

          Required: Yes

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

          Type: string

          Location: path

          Description: Required. Parent value for ListClientGatewaysRequest.

        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

        filter

          Location: query

          Description: Optional. Filtering results.

          Type: string

      Path: v1/{+parent}/clientGateways

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

  • beyondcorp.projects.locations.clientGateways.get

      Path: v1/{+name}

      Description: Gets details of a single ClientGateway.

      HTTP Method: GET

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

          Description: Required. Name of the resource

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

      Parameter Order: name

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

  • beyondcorp.projects.locations.appConnections.patch

      Parameter Order: name

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

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

      HTTP Method: PATCH

      Path: v1/{+name}

      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

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

          Type: boolean

          Location: query

        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

        name

          Required: Yes

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

          Location: path

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

          Type: string

        updateMask

          Type: string

          Format: google-fieldmask

          Location: query

          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`

      Description: Updates the parameters of a single AppConnection.

  • beyondcorp.projects.locations.appConnections.delete

      Parameter Order: name

      Path: v1/{+name}

      HTTP Method: DELETE

      Parameters:

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

        name

          Location: path

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

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

          Required: Yes

          Type: string

        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

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

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

      Description: Deletes a single AppConnection.

  • beyondcorp.projects.locations.appConnections.resolve

      Parameters:

        parent

          Required: Yes

          Location: path

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

          Type: string

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

        pageToken

          Type: string

          Location: query

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

        pageSize

          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.

          Type: integer

          Location: query

        appConnectorId

          Location: query

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

          Type: string

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

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

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

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

      HTTP Method: GET

      Parameter Order: parent

  • beyondcorp.projects.locations.appConnections.create

      Path: v1/{+parent}/appConnections

      Parameter Order: parent

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

      HTTP Method: POST

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

      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

        appConnectionId

          Type: string

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

          Location: query

        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

        parent

          Required: Yes

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

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

          Location: path

          Type: string

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

  • beyondcorp.projects.locations.appConnections.list

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

      HTTP Method: GET

      Parameters:

        pageSize

          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.

          Type: integer

          Location: query

        pageToken

          Type: string

          Location: query

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

        filter

          Type: string

          Location: query

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

        parent

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

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

          Type: string

          Required: Yes

          Location: path

        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

      Parameter Order: parent

      Description: Lists AppConnections in a given project and location.

      Path: v1/{+parent}/appConnections

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

  • beyondcorp.projects.locations.appConnections.get

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

      Path: v1/{+name}

      Description: Gets details of a single AppConnection.

      HTTP Method: GET

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

      Parameter Order: name

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

  • beyondcorp.projects.locations.appConnectors.reportStatus

      HTTP Method: POST

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

      Path: v1/{+appConnector}:reportStatus

      Description: Report status for a given connector.

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

      Parameters:

        appConnector

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

          Location: path

          Required: Yes

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

          Type: string

      Parameter Order: appConnector

  • beyondcorp.projects.locations.appConnectors.delete

      Description: Deletes a single AppConnector.

      Parameters:

        name

          Location: path

          Type: string

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

          Required: Yes

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

        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

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Type: string

          Location: query

      HTTP Method: DELETE

      Path: v1/{+name}

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

      Parameter Order: name

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

  • beyondcorp.projects.locations.appConnectors.get

      Parameter Order: name

      HTTP Method: GET

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

      Description: Gets details of a single AppConnector.

      Path: v1/{+name}

      Parameters:

        name

          Location: path

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

          Type: string

          Required: Yes

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

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

  • beyondcorp.projects.locations.appConnectors.list

      Path: v1/{+parent}/appConnectors

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

      Description: Lists AppConnectors in a given project and location.

      HTTP Method: GET

      Parameters:

        parent

          Type: string

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

          Location: path

          Required: Yes

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

        pageToken

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

          Type: string

          Location: query

        orderBy

          Location: query

          Type: string

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

        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

        filter

          Type: string

          Location: query

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

      Parameter Order: parent

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

  • beyondcorp.projects.locations.appConnectors.resolveInstanceConfig

      Parameters:

        appConnector

          Type: string

          Required: Yes

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

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

          Location: path

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

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

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

      Parameter Order: appConnector

      Path: v1/{+appConnector}:resolveInstanceConfig

      HTTP Method: GET

  • beyondcorp.projects.locations.appConnectors.patch

      HTTP Method: PATCH

      Parameter Order: name

      Description: Updates the parameters of a single AppConnector.

      Path: v1/{+name}

      Parameters:

        updateMask

          Location: query

          Format: google-fieldmask

          Type: string

          Description: Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnector]: * `labels` * `display_name`

        validateOnly

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

          Type: boolean

          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

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

          Type: string

          Required: Yes

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

          Location: path

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

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

  • beyondcorp.projects.locations.appConnectors.create

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

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

      Parameter Order: parent

      HTTP Method: POST

      Parameters:

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

        appConnectorId

          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.

          Location: query

        parent

          Location: path

          Required: Yes

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

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

          Type: string

        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

      Path: v1/{+parent}/appConnectors

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

  • beyondcorp.projects.locations.clientConnectorServices.patch

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

      Description: Updates the parameters of a single ClientConnectorService.

      HTTP Method: PATCH

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

      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.

          Location: query

          Format: google-fieldmask

          Type: string

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        validateOnly

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

          Location: query

          Type: boolean

        name

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

          Location: path

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

          Required: Yes

          Type: string

        allowMissing

          Location: query

          Type: boolean

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

      Path: v1/{+name}

      Parameter Order: name

  • beyondcorp.projects.locations.clientConnectorServices.delete

      HTTP Method: DELETE

      Description: Deletes a single ClientConnectorService.

      Path: v1/{+name}

      Parameter Order: name

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

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

      Parameters:

        name

          Required: Yes

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

          Type: string

          Location: path

          Description: Required. Name of the resource.

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

  • beyondcorp.projects.locations.clientConnectorServices.list

      Parameters:

        parent

          Required: Yes

          Description: Required. Parent value for ListClientConnectorServicesRequest.

          Location: path

          Type: string

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

        pageSize

          Location: query

          Type: integer

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

          Format: int32

        pageToken

          Type: string

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

          Location: query

        orderBy

          Type: string

          Location: query

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

        filter

          Type: string

          Description: Optional. Filtering results.

          Location: query

      Path: v1/{+parent}/clientConnectorServices

      HTTP Method: GET

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

      Parameter Order: parent

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

      Description: Lists ClientConnectorServices in a given project and location.

  • beyondcorp.projects.locations.clientConnectorServices.get

      Parameters:

        name

          Description: Required. Name of the resource.

          Location: path

          Type: string

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

          Required: Yes

      HTTP Method: GET

      Description: Gets details of a single ClientConnectorService.

      Parameter Order: name

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

      Path: v1/{+name}

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

  • beyondcorp.projects.locations.clientConnectorServices.create

      HTTP Method: POST

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

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

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

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

          Description: Required. Value for parent.

          Location: path

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

          Type: string

          Required: Yes

        clientConnectorServiceId

          Type: string

          Location: query

          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.

        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

      Path: v1/{+parent}/clientConnectorServices

      Parameter Order: parent