public static final class HttpRoute.Destination.Builder extends GeneratedMessageV3.Builder<HttpRoute.Destination.Builder> implements HttpRoute.DestinationOrBuilder
Specifications of a destination to which the request should be routed to.
Protobuf type google.cloud.networkservices.v1.HttpRoute.Destination
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HttpRoute.Destination.BuilderImplements
HttpRoute.DestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HttpRoute.Destination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
build()
public HttpRoute.Destination build()
Returns | |
---|---|
Type | Description |
HttpRoute.Destination |
buildPartial()
public HttpRoute.Destination buildPartial()
Returns | |
---|---|
Type | Description |
HttpRoute.Destination |
clear()
public HttpRoute.Destination.Builder clear()
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
clearField(Descriptors.FieldDescriptor field)
public HttpRoute.Destination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public HttpRoute.Destination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
clearServiceName()
public HttpRoute.Destination.Builder clearServiceName()
The URL of a BackendService to route traffic to.
string service_name = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
This builder for chaining. |
clearWeight()
public HttpRoute.Destination.Builder clearWeight()
Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as:
weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports.
If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend.
If weights are specified for any one service name, they need to be specified for all of them.
If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.
int32 weight = 2;
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
This builder for chaining. |
clone()
public HttpRoute.Destination.Builder clone()
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
getDefaultInstanceForType()
public HttpRoute.Destination getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
HttpRoute.Destination |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getServiceName()
public String getServiceName()
The URL of a BackendService to route traffic to.
string service_name = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The serviceName. |
getServiceNameBytes()
public ByteString getServiceNameBytes()
The URL of a BackendService to route traffic to.
string service_name = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceName. |
getWeight()
public int getWeight()
Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as:
weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports.
If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend.
If weights are specified for any one service name, they need to be specified for all of them.
If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.
int32 weight = 2;
Returns | |
---|---|
Type | Description |
int |
The weight. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(HttpRoute.Destination other)
public HttpRoute.Destination.Builder mergeFrom(HttpRoute.Destination other)
Parameter | |
---|---|
Name | Description |
other |
HttpRoute.Destination |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HttpRoute.Destination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public HttpRoute.Destination.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HttpRoute.Destination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public HttpRoute.Destination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HttpRoute.Destination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setServiceName(String value)
public HttpRoute.Destination.Builder setServiceName(String value)
The URL of a BackendService to route traffic to.
string service_name = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The serviceName to set. |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
This builder for chaining. |
setServiceNameBytes(ByteString value)
public HttpRoute.Destination.Builder setServiceNameBytes(ByteString value)
The URL of a BackendService to route traffic to.
string service_name = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for serviceName to set. |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final HttpRoute.Destination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setWeight(int value)
public HttpRoute.Destination.Builder setWeight(int value)
Specifies the proportion of requests forwarded to the backend referenced by the serviceName field. This is computed as:
weight/Sum(weights in this destination list). For non-zero values, there may be some epsilon from the exact proportion defined here depending on the precision an implementation supports.
If only one serviceName is specified and it has a weight greater than 0, 100% of the traffic is forwarded to that backend.
If weights are specified for any one service name, they need to be specified for all of them.
If weights are unspecified for all services, then, traffic is distributed in equal proportions to all of them.
int32 weight = 2;
Parameter | |
---|---|
Name | Description |
value |
int The weight to set. |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
This builder for chaining. |