public static final class TlsRoute.RouteDestination.Builder extends GeneratedMessage.Builder<TlsRoute.RouteDestination.Builder> implements TlsRoute.RouteDestinationOrBuilderDescribe the destination for traffic to be routed to.
Protobuf type google.cloud.networkservices.v1.TlsRoute.RouteDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TlsRoute.RouteDestination.BuilderImplements
TlsRoute.RouteDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TlsRoute.RouteDestination build()| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination |
|
buildPartial()
public TlsRoute.RouteDestination buildPartial()| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination |
|
clear()
public TlsRoute.RouteDestination.Builder clear()| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
|
clearServiceName()
public TlsRoute.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 |
TlsRoute.RouteDestination.Builder |
This builder for chaining. |
clearWeight()
public TlsRoute.RouteDestination.Builder clearWeight()Optional. Specifies the proportion of requests forwarded to the backend referenced by the service_name field. This is computed as:
- weight/Sum(weights in destinations) Weights in all destinations does not need to sum up to 100.
int32 weight = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TlsRoute.RouteDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 service_name field. This is computed as:
- weight/Sum(weights in destinations) Weights in all destinations does not need to sum up to 100.
int32 weight = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The weight. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TlsRoute.RouteDestination other)
public TlsRoute.RouteDestination.Builder mergeFrom(TlsRoute.RouteDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
TlsRoute.RouteDestination |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TlsRoute.RouteDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TlsRoute.RouteDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
|
setServiceName(String value)
public TlsRoute.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 |
StringThe serviceName to set. |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
This builder for chaining. |
setServiceNameBytes(ByteString value)
public TlsRoute.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 |
ByteStringThe bytes for serviceName to set. |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
This builder for chaining. |
setWeight(int value)
public TlsRoute.RouteDestination.Builder setWeight(int value)Optional. Specifies the proportion of requests forwarded to the backend referenced by the service_name field. This is computed as:
- weight/Sum(weights in destinations) Weights in all destinations does not need to sum up to 100.
int32 weight = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe weight to set. |
| Returns | |
|---|---|
| Type | Description |
TlsRoute.RouteDestination.Builder |
This builder for chaining. |