Data Proc API, gRPC: ClusterService.ListUILinks
Written by
Updated at October 17, 2024
Retrieves a list of links to web interfaces being proxied by Data Proc UI Proxy.
gRPC request
rpc ListUILinks (ListUILinksRequest) returns (ListUILinksResponse)
ListUILinksRequest
{
"clusterId": "string"
}
Field |
Description |
clusterId |
string Required. ID of the Hadoop cluster. |
ListUILinksResponse
{
"links": [
{
"name": "string",
"url": "string"
}
]
}
Field |
Description |
links[] |
Requested list of ui links. |
UILink
Field |
Description |
name |
string |
url |
string |