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 WeightedBackendServiceWeightedBackendService.Builder. build()WeightedBackendServiceWeightedBackendService.Builder. buildPartial()static WeightedBackendServiceWeightedBackendService. getDefaultInstance()WeightedBackendServiceWeightedBackendService.Builder. getDefaultInstanceForType()WeightedBackendServiceWeightedBackendService. getDefaultInstanceForType()WeightedBackendServiceHttpRouteAction.Builder. getWeightedBackendServices(int index)A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceHttpRouteAction. getWeightedBackendServices(int index)A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceHttpRouteActionOrBuilder. getWeightedBackendServices(int index)A list of weighted backend services to send traffic to when a route match occurs.static WeightedBackendServiceWeightedBackendService. parseDelimitedFrom(InputStream input)static WeightedBackendServiceWeightedBackendService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedBackendServiceWeightedBackendService. parseFrom(byte[] data)static WeightedBackendServiceWeightedBackendService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedBackendServiceWeightedBackendService. parseFrom(com.google.protobuf.ByteString data)static WeightedBackendServiceWeightedBackendService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedBackendServiceWeightedBackendService. parseFrom(com.google.protobuf.CodedInputStream input)static WeightedBackendServiceWeightedBackendService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedBackendServiceWeightedBackendService. parseFrom(InputStream input)static WeightedBackendServiceWeightedBackendService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedBackendServiceWeightedBackendService. parseFrom(ByteBuffer data)static WeightedBackendServiceWeightedBackendService. 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.BuilderHttpRouteAction.Builder. addWeightedBackendServices(int index, WeightedBackendService value)A list of weighted backend services to send traffic to when a route match occurs.HttpRouteAction.BuilderHttpRouteAction.Builder. addWeightedBackendServices(WeightedBackendService value)A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendService.BuilderWeightedBackendService.Builder. mergeFrom(WeightedBackendService other)static WeightedBackendService.BuilderWeightedBackendService. newBuilder(WeightedBackendService prototype)HttpRouteAction.BuilderHttpRouteAction.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.BuilderHttpRouteAction.Builder. addAllWeightedBackendServices(Iterable<? extends WeightedBackendService> values)A list of weighted backend services to send traffic to when a route match occurs.
-