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