public static final class TcpRoute.RouteDestination.Builder extends GeneratedMessageV3.Builder<TcpRoute.RouteDestination.Builder> implements TcpRoute.RouteDestinationOrBuilder
Describe the destination for traffic to be routed to.
Protobuf type google.events.cloud.networkservices.v1.TcpRoute.RouteDestination
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TcpRoute.RouteDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TcpRoute.RouteDestination build()
buildPartial()
public TcpRoute.RouteDestination buildPartial()
clear()
public TcpRoute.RouteDestination.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TcpRoute.RouteDestination.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TcpRoute.RouteDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearServiceName()
public TcpRoute.RouteDestination.Builder clearServiceName()
Required. The URL of a BackendService to route traffic to.
string service_name = 1;
clearWeight()
public TcpRoute.RouteDestination.Builder clearWeight()
Optional. 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;
clone()
public TcpRoute.RouteDestination.Builder clone()
Overrides
getDefaultInstanceForType()
public TcpRoute.RouteDestination getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getServiceName()
public String getServiceName()
Required. The URL of a BackendService to route traffic to.
string service_name = 1;
Returns |
Type |
Description |
String |
The serviceName.
|
getServiceNameBytes()
public ByteString getServiceNameBytes()
Required. The URL of a BackendService to route traffic to.
string service_name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for serviceName.
|
getWeight()
Optional. 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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TcpRoute.RouteDestination other)
public TcpRoute.RouteDestination.Builder mergeFrom(TcpRoute.RouteDestination other)
public TcpRoute.RouteDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TcpRoute.RouteDestination.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TcpRoute.RouteDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TcpRoute.RouteDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TcpRoute.RouteDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setServiceName(String value)
public TcpRoute.RouteDestination.Builder setServiceName(String value)
Required. The URL of a BackendService to route traffic to.
string service_name = 1;
Parameter |
Name |
Description |
value |
String
The serviceName to set.
|
setServiceNameBytes(ByteString value)
public TcpRoute.RouteDestination.Builder setServiceNameBytes(ByteString value)
Required. The URL of a BackendService to route traffic to.
string service_name = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for serviceName to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TcpRoute.RouteDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWeight(int value)
public TcpRoute.RouteDestination.Builder setWeight(int value)
Optional. 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.
|