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 IngressTraffic
IngressTraffic. forNumber(int value)
IngressTraffic
Service.Builder. getIngress()
Provides the ingress settings for this Service.IngressTraffic
Service. getIngress()
Provides the ingress settings for this Service.IngressTraffic
ServiceOrBuilder. getIngress()
Provides the ingress settings for this Service.static IngressTraffic
IngressTraffic. valueOf(int value)
Deprecated.static IngressTraffic
IngressTraffic. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IngressTraffic
IngressTraffic. 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.Builder
Service.Builder. setIngress(IngressTraffic value)
Provides the ingress settings for this Service.
-