public static interface AgentGateway.NetworkConfig.EgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetworkAttachment()
public abstract String getNetworkAttachment()Optional. The URI of the Network Attachment resource.
string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The networkAttachment. |
getNetworkAttachmentBytes()
public abstract ByteString getNetworkAttachmentBytes()Optional. The URI of the Network Attachment resource.
string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkAttachment. |
getTrustConfig()
public abstract AgentGateway.NetworkConfig.Egress.TrustConfig getTrustConfig()Optional. TrustConfig defines the trust configuration for egress.
.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress.TrustConfig trust_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentGateway.NetworkConfig.Egress.TrustConfig |
The trustConfig. |
getTrustConfigOrBuilder()
public abstract AgentGateway.NetworkConfig.Egress.TrustConfigOrBuilder getTrustConfigOrBuilder()Optional. TrustConfig defines the trust configuration for egress.
.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress.TrustConfig trust_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentGateway.NetworkConfig.Egress.TrustConfigOrBuilder |
|
hasTrustConfig()
public abstract boolean hasTrustConfig()Optional. TrustConfig defines the trust configuration for egress.
.google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress.TrustConfig trust_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the trustConfig field is set. |