2026-04-12
▼ ▲ networkservices.projects.locations.agentGateways.get
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentGateways/{agentGatewaysId}
Description : Gets details of a single AgentGateway.
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
Parameters :
name
Description : Required. A name of the AgentGateway to get. Must be in the format `projects/*/locations/*/agentGateways/*`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/agentGateways/[^/]+$
Type : string
Required : Yes
▼ ▲ networkservices.projects.locations.agentGateways.list
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentGateways
Parameter Order : parent
HTTP Method : GET
Description : Lists AgentGateways in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/agentGateways
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Description : Required. The project and location from which the AgentGateways should be listed, specified in the format `projects/*/locations/*`.
Location : path
Required : Yes
pageSize
Description : Optional. Maximum number of AgentGateways to return per call.
Location : query
Format : int32
Type : integer
pageToken
Type : string
Description : Optional. The value returned by the last `ListAgentGatewaysResponse` Indicates that this is a continuation of a prior `ListAgentGateways` call, and that the system should return the next page of data.
Location : query
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
▼ ▲ networkservices.projects.locations.agentGateways.create
Path : v1beta1/{+parent}/agentGateways
Parameters :
parent
Description : Required. The parent resource of the AgentGateway. Must be in the format `projects/*/locations/*`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
agentGatewayId
Type : string
Description : Required. Short name of the AgentGateway resource to be created.
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new AgentGateway in a given project and location.
HTTP Method : POST
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentGateways
▼ ▲ networkservices.projects.locations.agentGateways.patch
Parameters :
name
Description : Identifier. Name of the AgentGateway resource. It matches pattern `projects/*/locations/*/agentGateways/`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/agentGateways/[^/]+$
Type : string
Required : Yes
updateMask
Type : string
Description : Optional. Field mask is used to specify the fields to be overwritten in the AgentGateway 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
Format : google-fieldmask
Path : v1beta1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the parameters of a single AgentGateway.
HTTP Method : PATCH
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentGateways/{agentGatewaysId}
▼ ▲ networkservices.projects.locations.agentGateways.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. A name of the AgentGateway to delete. Must be in the format `projects/*/locations/*/agentGateways/*`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/agentGateways/[^/]+$
Type : string
Required : Yes
etag
Description : Optional. The etag of the AgentGateway to delete.
Location : query
Type : string
Path : v1beta1/{+name}
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agentGateways/{agentGatewaysId}
Description : Deletes a single AgentGateway.
HTTP Method : DELETE