Network Connectivity API (networkconnectivity:v1)

2024-04-26

4 new methods

Additions

    Methods
  • networkconnectivity.projects.locations.regionalEndpoints.list

      Path: v1/{+parent}/regionalEndpoints

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

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The parent resource's name of the RegionalEndpoint.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

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

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: A page token.

          Location: query

          Type: string

        filter

          Description: A filter expression that filters the results listed in the response.

          Location: query

          Type: string

        orderBy

          Description: Sort the results by a certain order.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists RegionalEndpoints in a given project and location.

  • networkconnectivity.projects.locations.regionalEndpoints.get

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/regionalEndpoints/{regionalEndpointsId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. Name of the RegionalEndpoint resource to get. Format: `projects/{project}/locations/{location}/regionalEndpoints/{regional_endpoint}`

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets details of a single RegionalEndpoint.

  • networkconnectivity.projects.locations.regionalEndpoints.create

      Path: v1/{+parent}/regionalEndpoints

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

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The parent resource's name of the RegionalEndpoint.

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

          Location: path

          Required: Yes

          Type: string

        regionalEndpointId

          Description: Required. Unique id of the Regional Endpoint to be created.

          Location: query

          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 knows to ignore the request if it has already been completed. The server guarantees 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 the original operation with the same request ID was received, and if so, ignores 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

      Parameter Order: parent

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

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

  • networkconnectivity.projects.locations.regionalEndpoints.delete

      Path: v1/{+name}

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/regionalEndpoints/{regionalEndpointsId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The name of the RegionalEndpoint to delete.

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

          Location: path

          Required: Yes

          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 knows to ignore the request if it has already been completed. The server guarantees 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 the original operation with the same request ID was received, and if so, ignores 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

      Parameter Order: name

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

      Description: Deletes a single RegionalEndpoint.