Uses of Class
com.google.cloud.compute.v1.WeightedBackendService
-
Packages that use WeightedBackendService Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of WeightedBackendService in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return WeightedBackendService Modifier and Type Method Description WeightedBackendService
WeightedBackendService.Builder. build()
WeightedBackendService
WeightedBackendService.Builder. buildPartial()
static WeightedBackendService
WeightedBackendService. getDefaultInstance()
WeightedBackendService
WeightedBackendService.Builder. getDefaultInstanceForType()
WeightedBackendService
WeightedBackendService. getDefaultInstanceForType()
WeightedBackendService
HttpRouteAction.Builder. getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendService
HttpRouteAction. getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendService
HttpRouteActionOrBuilder. getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs.static WeightedBackendService
WeightedBackendService. parseDelimitedFrom(InputStream input)
static WeightedBackendService
WeightedBackendService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedBackendService
WeightedBackendService. parseFrom(byte[] data)
static WeightedBackendService
WeightedBackendService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedBackendService
WeightedBackendService. parseFrom(com.google.protobuf.ByteString data)
static WeightedBackendService
WeightedBackendService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedBackendService
WeightedBackendService. parseFrom(com.google.protobuf.CodedInputStream input)
static WeightedBackendService
WeightedBackendService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedBackendService
WeightedBackendService. parseFrom(InputStream input)
static WeightedBackendService
WeightedBackendService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedBackendService
WeightedBackendService. parseFrom(ByteBuffer data)
static WeightedBackendService
WeightedBackendService. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type WeightedBackendService Modifier and Type Method Description com.google.protobuf.Parser<WeightedBackendService>
WeightedBackendService. getParserForType()
List<WeightedBackendService>
HttpRouteAction.Builder. getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs.List<WeightedBackendService>
HttpRouteAction. getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs.List<WeightedBackendService>
HttpRouteActionOrBuilder. getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs.static com.google.protobuf.Parser<WeightedBackendService>
WeightedBackendService. parser()
Methods in com.google.cloud.compute.v1 with parameters of type WeightedBackendService Modifier and Type Method Description HttpRouteAction.Builder
HttpRouteAction.Builder. addWeightedBackendServices(int index, WeightedBackendService value)
A list of weighted backend services to send traffic to when a route match occurs.HttpRouteAction.Builder
HttpRouteAction.Builder. addWeightedBackendServices(WeightedBackendService value)
A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendService.Builder
WeightedBackendService.Builder. mergeFrom(WeightedBackendService other)
static WeightedBackendService.Builder
WeightedBackendService. newBuilder(WeightedBackendService prototype)
HttpRouteAction.Builder
HttpRouteAction.Builder. setWeightedBackendServices(int index, WeightedBackendService value)
A list of weighted backend services to send traffic to when a route match occurs.Method parameters in com.google.cloud.compute.v1 with type arguments of type WeightedBackendService Modifier and Type Method Description HttpRouteAction.Builder
HttpRouteAction.Builder. addAllWeightedBackendServices(Iterable<? extends WeightedBackendService> values)
A list of weighted backend services to send traffic to when a route match occurs.
-