Uses of Interface
com.google.cloud.run.v2.TrafficTargetOrBuilder
-
Packages that use TrafficTargetOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of TrafficTargetOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement TrafficTargetOrBuilder Modifier and Type Class Description class
TrafficTarget
Holds a single traffic routing entry for the Service.static class
TrafficTarget.Builder
Holds a single traffic routing entry for the Service.Methods in com.google.cloud.run.v2 that return TrafficTargetOrBuilder Modifier and Type Method Description TrafficTargetOrBuilder
Service.Builder. getTrafficOrBuilder(int index)
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.TrafficTargetOrBuilder
Service. getTrafficOrBuilder(int index)
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.TrafficTargetOrBuilder
ServiceOrBuilder. getTrafficOrBuilder(int index)
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.Methods in com.google.cloud.run.v2 that return types with arguments of type TrafficTargetOrBuilder Modifier and Type Method Description List<? extends TrafficTargetOrBuilder>
Service.Builder. getTrafficOrBuilderList()
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.List<? extends TrafficTargetOrBuilder>
Service. getTrafficOrBuilderList()
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.List<? extends TrafficTargetOrBuilder>
ServiceOrBuilder. getTrafficOrBuilderList()
Specifies how to distribute traffic over a collection of Revisions belonging to the Service.
-