Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression[a-z]([-a-z0-9]*[a-z0-9])?which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
description
string
An optional description of this resource. Provide this property when you create the resource.
selfLink
string
[Output Only] Server-defined URL for the resource.
selfLinkWithId
string
[Output Only] Server-defined URL for this resource with the resource id.
region
string
[Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update theNetworkEdgeSecurityService, otherwise the request will fail with error412 conditionNotMet.
To see the latest fingerprint, make aget()request to retrieve a NetworkEdgeSecurityService.
A base64-encoded string.
securityPolicy
string
The resource URL for the network edge security service associated with this network edge security service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-28 UTC."],[[["\u003cp\u003eThis webpage details how to retrieve a specific NetworkEdgeSecurityService using a GET request to the Google Compute API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires three path parameters: \u003ccode\u003eproject\u003c/code\u003e, \u003ccode\u003eregion\u003c/code\u003e, and \u003ccode\u003enetworkEdgeSecurityService\u003c/code\u003e, to identify the resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response body, if successful, contains a JSON representation of the NetworkEdgeSecurityService, detailing fields such as \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, and \u003ccode\u003esecurityPolicy\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this information requires specific OAuth scopes, such as \u003ccode\u003ecompute.readonly\u003c/code\u003e or \u003ccode\u003ecompute\u003c/code\u003e, and the IAM permission \u003ccode\u003ecompute.networkEdgeSecurityServices.get\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe URL uses gRPC Transcoding syntax, and there are links to useful external references such as RFC3339 and RFC1035 for additional context.\u003c/p\u003e\n"]]],[],null,["# Method: networkEdgeSecurityServices.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.NetworkEdgeSecurityService.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nGets a specified NetworkEdgeSecurityService.\n\n### HTTP request\n\n`GET https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nRepresents a Google Cloud Armor network edge security service resource.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/compute.readonly`\n- `\n https://www.googleapis.com/auth/compute`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nIn addition to any permissions specified on the fields above, authorization requires one or more of the following [IAM](https://cloud.google.com/iam/docs/) permissions:\n\n- `compute.networkEdgeSecurityServices.get`\n\nTo find predefined roles that contain those permissions, see [Compute Engine IAM Roles](/compute/docs/access/iam)."]]