Class TcpRoute.RouteDestination.Builder (0.1.0)

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.cloud.networkservices.v1.TcpRoute.RouteDestination

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TcpRoute.RouteDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

build()

public TcpRoute.RouteDestination build()
Returns
Type Description
TcpRoute.RouteDestination

buildPartial()

public TcpRoute.RouteDestination buildPartial()
Returns
Type Description
TcpRoute.RouteDestination

clear()

public TcpRoute.RouteDestination.Builder clear()
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public TcpRoute.RouteDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TcpRoute.RouteDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

clearServiceName()

public TcpRoute.RouteDestination.Builder clearServiceName()

Required. The URL of a BackendService to route traffic to.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
TcpRoute.RouteDestination.Builder

This builder for chaining.

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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TcpRoute.RouteDestination.Builder

This builder for chaining.

clone()

public TcpRoute.RouteDestination.Builder clone()
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

getDefaultInstanceForType()

public TcpRoute.RouteDestination getDefaultInstanceForType()
Returns
Type Description
TcpRoute.RouteDestination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getServiceName()

public String getServiceName()

Required. The URL of a BackendService to route traffic to.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The serviceName.

getServiceNameBytes()

public ByteString getServiceNameBytes()

Required. The URL of a BackendService to route traffic to.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for serviceName.

getWeight()

public int 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The weight.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TcpRoute.RouteDestination other)

public TcpRoute.RouteDestination.Builder mergeFrom(TcpRoute.RouteDestination other)
Parameter
Name Description
other TcpRoute.RouteDestination
Returns
Type Description
TcpRoute.RouteDestination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TcpRoute.RouteDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TcpRoute.RouteDestination.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TcpRoute.RouteDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TcpRoute.RouteDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TcpRoute.RouteDestination.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TcpRoute.RouteDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TcpRoute.RouteDestination.Builder
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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The serviceName to set.

Returns
Type Description
TcpRoute.RouteDestination.Builder

This builder for chaining.

setServiceNameBytes(ByteString value)

public TcpRoute.RouteDestination.Builder setServiceNameBytes(ByteString value)

Required. The URL of a BackendService to route traffic to.

string service_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for serviceName to set.

Returns
Type Description
TcpRoute.RouteDestination.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TcpRoute.RouteDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TcpRoute.RouteDestination.Builder
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 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The weight to set.

Returns
Type Description
TcpRoute.RouteDestination.Builder

This builder for chaining.