Interface ServicePerimeterConfig.IngressPolicyOrBuilder (1.42.0)

public static interface ServicePerimeterConfig.IngressPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngressFrom()

public abstract ServicePerimeterConfig.IngressFrom getIngressFrom()

Defines the conditions on the source of a request causing this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom ingress_from = 1;

Returns
TypeDescription
ServicePerimeterConfig.IngressFrom

The ingressFrom.

getIngressFromOrBuilder()

public abstract ServicePerimeterConfig.IngressFromOrBuilder getIngressFromOrBuilder()

Defines the conditions on the source of a request causing this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom ingress_from = 1;

Returns
TypeDescription
ServicePerimeterConfig.IngressFromOrBuilder

getIngressTo()

public abstract ServicePerimeterConfig.IngressTo getIngressTo()

Defines the conditions on the [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation] and request destination that cause this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressTo ingress_to = 2;

Returns
TypeDescription
ServicePerimeterConfig.IngressTo

The ingressTo.

getIngressToOrBuilder()

public abstract ServicePerimeterConfig.IngressToOrBuilder getIngressToOrBuilder()

Defines the conditions on the [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation] and request destination that cause this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressTo ingress_to = 2;

Returns
TypeDescription
ServicePerimeterConfig.IngressToOrBuilder

hasIngressFrom()

public abstract boolean hasIngressFrom()

Defines the conditions on the source of a request causing this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom ingress_from = 1;

Returns
TypeDescription
boolean

Whether the ingressFrom field is set.

hasIngressTo()

public abstract boolean hasIngressTo()

Defines the conditions on the [ApiOperation] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.ApiOperation] and request destination that cause this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] to apply.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressTo ingress_to = 2;

Returns
TypeDescription
boolean

Whether the ingressTo field is set.