Google Cloud Run V2 Client - Class IngressTraffic (0.4.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class IngressTraffic.

Allowed ingress traffic for the Container.

Protobuf type google.cloud.run.v2.IngressTraffic

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INGRESS_TRAFFIC_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum INGRESS_TRAFFIC_UNSPECIFIED = 0;

INGRESS_TRAFFIC_ALL

Value: 1

All inbound traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_ALL = 1;

INGRESS_TRAFFIC_INTERNAL_ONLY

Value: 2

Only internal traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_ONLY = 2;

INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER

Value: 3

Both internal and Google Cloud Load Balancer traffic is allowed.

Generated from protobuf enum INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER = 3;