public static interface AgentGateway.AgentGatewayOutputCardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMtlsEndpoint()
public abstract String getMtlsEndpoint()Output only. mTLS Endpoint associated with this AgentGateway
string mtls_endpoint = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The mtlsEndpoint. |
getMtlsEndpointBytes()
public abstract ByteString getMtlsEndpointBytes()Output only. mTLS Endpoint associated with this AgentGateway
string mtls_endpoint = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mtlsEndpoint. |
getRootCertificates(int index)
public abstract String getRootCertificates(int index)Output only. Root Certificates for Agents to validate this AgentGateway
repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The rootCertificates at the given index. |
getRootCertificatesBytes(int index)
public abstract ByteString getRootCertificatesBytes(int index)Output only. Root Certificates for Agents to validate this AgentGateway
repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the rootCertificates at the given index. |
getRootCertificatesCount()
public abstract int getRootCertificatesCount()Output only. Root Certificates for Agents to validate this AgentGateway
repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of rootCertificates. |
getRootCertificatesList()
public abstract List<String> getRootCertificatesList()Output only. Root Certificates for Agents to validate this AgentGateway
repeated string root_certificates = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the rootCertificates. |
getServiceExtensionsServiceAccount()
public abstract String getServiceExtensionsServiceAccount()Output only. Service Account used by Service Extensions to operate.
string service_extensions_service_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceExtensionsServiceAccount. |
getServiceExtensionsServiceAccountBytes()
public abstract ByteString getServiceExtensionsServiceAccountBytes()Output only. Service Account used by Service Extensions to operate.
string service_extensions_service_account = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceExtensionsServiceAccount. |