Network Services API (networkservices:v1)

2026-08-02

5 new methods

Additions

    Methods
  • networkservices.projects.locations.agentConnectivityTemplates.list

      Path : v1/{+parent}/agentConnectivityTemplates

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

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The project and location from which the AgentConnectivityTemplates should be listed, specified in the format `projects/*/locations/*`.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Maximum number of AgentConnectivityTemplates to return per call.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. The value returned by the last `ListAgentConnectivityTemplatesResponse` Indicates that this is a continuation of a prior `ListAgentConnectivityTemplates` call, and that the system should return the next page of data.

          Location : query

          Type : string

        returnPartialSuccess

          Description : Optional. If true, allow partial responses for multi-regional Aggregated List requests. Otherwise if one of the locations is down or unreachable, the Aggregated List request will fail.

          Location : query

          Type : boolean

      Parameter Order : parent

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

      Description : Lists AgentConnectivityTemplates in a given project and location.

  • networkservices.projects.locations.agentConnectivityTemplates.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/agentConnectivityTemplates/{agentConnectivityTemplatesId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. A name of the AgentConnectivityTemplate to get. Must be in the format `projects/*/locations/*/agentConnectivityTemplates/*`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single AgentConnectivityTemplate.

  • networkservices.projects.locations.agentConnectivityTemplates.create

      Path : v1/{+parent}/agentConnectivityTemplates

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

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The parent resource of the AgentConnectivityTemplate. Must be in the format `projects/*/locations/*`.

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

          Location : path

          Required : Yes

          Type : string

        agentConnectivityTemplateId

          Description : Required. Short name of the AgentConnectivityTemplate resource to be created.

          Location : query

          Type : string

      Parameter Order : parent

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

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

  • networkservices.projects.locations.agentConnectivityTemplates.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/agentConnectivityTemplates/{agentConnectivityTemplatesId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. Name of the AgentConnectivityTemplate resource. It matches pattern `projects/*/locations/*/agentConnectivityTemplates/`.

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. Field mask is used to specify the fields to be overwritten in the AgentConnectivityTemplate 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.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

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

      Description : Updates the parameters of a single AgentConnectivityTemplate.

  • networkservices.projects.locations.agentConnectivityTemplates.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/agentConnectivityTemplates/{agentConnectivityTemplatesId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. A name of the AgentConnectivityTemplate to delete. Must be in the format `projects/*/locations/*/agentConnectivityTemplates/*`.

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

          Location : path

          Required : Yes

          Type : string

        etag

          Description : Optional. The etag of the AgentConnectivityTemplate to delete.

          Location : query

          Type : string

      Parameter Order : name

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

      Description : Deletes a single AgentConnectivityTemplate.