public static interface ClientConnectorService.EgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationTypeCase()
public abstract ClientConnectorService.Egress.DestinationTypeCase getDestinationTypeCase()| Type | Description |
| ClientConnectorService.Egress.DestinationTypeCase |
getPeeredVpc()
public abstract ClientConnectorService.Egress.PeeredVpc getPeeredVpc()A VPC from the consumer project.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress.PeeredVpc peered_vpc = 1;
| Type | Description |
| ClientConnectorService.Egress.PeeredVpc | The peeredVpc. |
getPeeredVpcOrBuilder()
public abstract ClientConnectorService.Egress.PeeredVpcOrBuilder getPeeredVpcOrBuilder()A VPC from the consumer project.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress.PeeredVpc peered_vpc = 1;
| Type | Description |
| ClientConnectorService.Egress.PeeredVpcOrBuilder |
hasPeeredVpc()
public abstract boolean hasPeeredVpc()A VPC from the consumer project.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Egress.PeeredVpc peered_vpc = 1;
| Type | Description |
| boolean | Whether the peeredVpc field is set. |