Reference documentation and code samples for the Google Cloud Network Services V1 Client class AgentGatewayOutputCard.
AgentGatewayOutputCard contains informational output-only fields
Generated from protobuf message google.cloud.networkservices.v1.AgentGateway.AgentGatewayOutputCard
Namespace
Google \ Cloud \ NetworkServices \ V1 \ AgentGatewayMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mtls_endpoint |
string
Output only. mTLS Endpoint associated with this AgentGateway |
↳ root_certificates |
string[]
Output only. Root Certificates for Agents to validate this AgentGateway |
↳ service_extensions_service_account |
string
Output only. Service Account used by Service Extensions to operate. |
getMtlsEndpoint
Output only. mTLS Endpoint associated with this AgentGateway
| Returns | |
|---|---|
| Type | Description |
string |
|
setMtlsEndpoint
Output only. mTLS Endpoint associated with this AgentGateway
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRootCertificates
Output only. Root Certificates for Agents to validate this AgentGateway
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setRootCertificates
Output only. Root Certificates for Agents to validate this AgentGateway
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceExtensionsServiceAccount
Output only. Service Account used by Service Extensions to operate.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceExtensionsServiceAccount
Output only. Service Account used by Service Extensions to operate.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|