Uses of Class
com.google.cloud.run.v2.IngressTraffic
-
Packages that use IngressTraffic Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of IngressTraffic in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return IngressTraffic Modifier and Type Method Description static IngressTrafficIngressTraffic. forNumber(int value)IngressTrafficService.Builder. getIngress()Provides the ingress settings for this Service.IngressTrafficService. getIngress()Provides the ingress settings for this Service.IngressTrafficServiceOrBuilder. getIngress()Provides the ingress settings for this Service.static IngressTrafficIngressTraffic. valueOf(int value)Deprecated.static IngressTrafficIngressTraffic. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static IngressTrafficIngressTraffic. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressTraffic[]IngressTraffic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.run.v2 that return types with arguments of type IngressTraffic Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IngressTraffic>IngressTraffic. internalGetValueMap()Methods in com.google.cloud.run.v2 with parameters of type IngressTraffic Modifier and Type Method Description Service.BuilderService.Builder. setIngress(IngressTraffic value)Provides the ingress settings for this Service.
-