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 classTrafficTargetHolds a single traffic routing entry for the Service.static classTrafficTarget.BuilderHolds a single traffic routing entry for the Service.Methods in com.google.cloud.run.v2 that return TrafficTargetOrBuilder Modifier and Type Method Description TrafficTargetOrBuilderService.Builder. getTrafficOrBuilder(int index)Specifies how to distribute traffic over a collection of Revisions belonging to the Service.TrafficTargetOrBuilderService. getTrafficOrBuilder(int index)Specifies how to distribute traffic over a collection of Revisions belonging to the Service.TrafficTargetOrBuilderServiceOrBuilder. 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.
-