public static interface ServicePerimeterConfig.IngressPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the ingressTo field is set. |