Resource: Endpoint
Represents an Endpoint.
| JSON representation |
|---|
{
"name": string,
"endpointId": string,
"displayName": string,
"description": string,
"interfaces": [
{
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the Endpoint. Format: |
endpointId |
Output only. A stable, globally unique identifier for Endpoint. |
displayName |
Output only. Display name for the Endpoint. |
description |
Output only. Description of an Endpoint. |
interfaces[] |
Required. The connection details for the Endpoint. |
createTime |
Output only. Create time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Update time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
attributes |
Output only. Attributes of the Endpoint. Valid values:
An object containing a list of |
Methods |
|
|---|---|
|
Gets details of a single Endpoint. |
|
Lists Endpoints in a given project and location. |