| Modifier and Type | Method and Description |
|---|---|
WeightedBackendService |
WeightedBackendService.Builder.build() |
WeightedBackendService |
WeightedBackendService.Builder.buildPartial() |
static WeightedBackendService |
WeightedBackendService.getDefaultInstance() |
WeightedBackendService |
WeightedBackendService.getDefaultInstanceForType() |
WeightedBackendService |
WeightedBackendService.Builder.getDefaultInstanceForType() |
WeightedBackendService |
HttpRouteAction.getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs.
|
WeightedBackendService |
HttpRouteAction.Builder.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(ByteBuffer data) |
static WeightedBackendService |
WeightedBackendService.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<WeightedBackendService> |
WeightedBackendService.getParserForType() |
List<WeightedBackendService> |
HttpRouteAction.getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs.
|
List<WeightedBackendService> |
HttpRouteAction.Builder.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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.