ingressSettings property

  1. @TagNumber(8)
ServiceConfig_IngressSettings get ingressSettings

The ingress settings for the function, controlling what traffic can reach it.

Implementation

@$pb.TagNumber(8)
ServiceConfig_IngressSettings get ingressSettings => $_getN(6);
  1. @TagNumber(8)
set ingressSettings (ServiceConfig_IngressSettings v)

Implementation

@$pb.TagNumber(8)
set ingressSettings(ServiceConfig_IngressSettings v) { setField(8, v); }