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 |
clearRequestHeaderModifier()
public HttpRoute.Destination.Builder clearRequestHeaderModifier()
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
clearResponseHeaderModifier()
public HttpRoute.Destination.Builder clearResponseHeaderModifier()
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
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 |
getRequestHeaderModifier()
public HttpRoute.HeaderModifier getRequestHeaderModifier()
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifier |
The requestHeaderModifier. |
getRequestHeaderModifierBuilder()
public HttpRoute.HeaderModifier.Builder getRequestHeaderModifierBuilder()
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifier.Builder |
getRequestHeaderModifierOrBuilder()
public HttpRoute.HeaderModifierOrBuilder getRequestHeaderModifierOrBuilder()
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifierOrBuilder |
getResponseHeaderModifier()
public HttpRoute.HeaderModifier getResponseHeaderModifier()
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifier |
The responseHeaderModifier. |
getResponseHeaderModifierBuilder()
public HttpRoute.HeaderModifier.Builder getResponseHeaderModifierBuilder()
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifier.Builder |
getResponseHeaderModifierOrBuilder()
public HttpRoute.HeaderModifierOrBuilder getResponseHeaderModifierOrBuilder()
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
HttpRoute.HeaderModifierOrBuilder |
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. |
hasRequestHeaderModifier()
public boolean hasRequestHeaderModifier()
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the requestHeaderModifier field is set. |
hasResponseHeaderModifier()
public boolean hasResponseHeaderModifier()
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the responseHeaderModifier field is set. |
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 |
mergeRequestHeaderModifier(HttpRoute.HeaderModifier value)
public HttpRoute.Destination.Builder mergeRequestHeaderModifier(HttpRoute.HeaderModifier value)
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
HttpRoute.HeaderModifier |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
mergeResponseHeaderModifier(HttpRoute.HeaderModifier value)
public HttpRoute.Destination.Builder mergeResponseHeaderModifier(HttpRoute.HeaderModifier value)
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
HttpRoute.HeaderModifier |
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 |
setRequestHeaderModifier(HttpRoute.HeaderModifier value)
public HttpRoute.Destination.Builder setRequestHeaderModifier(HttpRoute.HeaderModifier value)
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
HttpRoute.HeaderModifier |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setRequestHeaderModifier(HttpRoute.HeaderModifier.Builder builderForValue)
public HttpRoute.Destination.Builder setRequestHeaderModifier(HttpRoute.HeaderModifier.Builder builderForValue)
Optional. The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier request_header_modifier = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
HttpRoute.HeaderModifier.Builder |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setResponseHeaderModifier(HttpRoute.HeaderModifier value)
public HttpRoute.Destination.Builder setResponseHeaderModifier(HttpRoute.HeaderModifier value)
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
HttpRoute.HeaderModifier |
Returns | |
---|---|
Type | Description |
HttpRoute.Destination.Builder |
setResponseHeaderModifier(HttpRoute.HeaderModifier.Builder builderForValue)
public HttpRoute.Destination.Builder setResponseHeaderModifier(HttpRoute.HeaderModifier.Builder builderForValue)
Optional. The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration.
.google.cloud.networkservices.v1.HttpRoute.HeaderModifier response_header_modifier = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
HttpRoute.HeaderModifier.Builder |
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. |