Package com.google.cloud.compute.v1
Class HttpRouteAction
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.compute.v1.HttpRouteAction
-
- All Implemented Interfaces:
HttpRouteActionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class HttpRouteAction extends com.google.protobuf.GeneratedMessageV3 implements HttpRouteActionOrBuilder
google.cloud.compute.v1.HttpRouteAction
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpRouteAction.Builder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CORS_POLICY_FIELD_NUMBER
static int
FAULT_INJECTION_POLICY_FIELD_NUMBER
static int
MAX_STREAM_DURATION_FIELD_NUMBER
static int
REQUEST_MIRROR_POLICY_FIELD_NUMBER
static int
RETRY_POLICY_FIELD_NUMBER
static int
TIMEOUT_FIELD_NUMBER
static int
URL_REWRITE_FIELD_NUMBER
static int
WEIGHTED_BACKEND_SERVICES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
CorsPolicy
getCorsPolicy()
The specification for allowing client-side cross-origin requests.CorsPolicyOrBuilder
getCorsPolicyOrBuilder()
The specification for allowing client-side cross-origin requests.static HttpRouteAction
getDefaultInstance()
HttpRouteAction
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
HttpFaultInjection
getFaultInjectionPolicy()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure.HttpFaultInjectionOrBuilder
getFaultInjectionPolicyOrBuilder()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure.Duration
getMaxStreamDuration()
Specifies the maximum duration (timeout) for streams on the selected route.DurationOrBuilder
getMaxStreamDurationOrBuilder()
Specifies the maximum duration (timeout) for streams on the selected route.com.google.protobuf.Parser<HttpRouteAction>
getParserForType()
RequestMirrorPolicy
getRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.RequestMirrorPolicyOrBuilder
getRequestMirrorPolicyOrBuilder()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.HttpRetryPolicy
getRetryPolicy()
Specifies the retry policy associated with this route.HttpRetryPolicyOrBuilder
getRetryPolicyOrBuilder()
Specifies the retry policy associated with this route.int
getSerializedSize()
Duration
getTimeout()
Specifies the timeout for the selected route.DurationOrBuilder
getTimeoutOrBuilder()
Specifies the timeout for the selected route.UrlRewrite
getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.UrlRewriteOrBuilder
getUrlRewriteOrBuilder()
The spec to modify the URL of the request, before forwarding the request to the matched service.WeightedBackendService
getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs.int
getWeightedBackendServicesCount()
A list of weighted backend services to send traffic to when a route match occurs.List<WeightedBackendService>
getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceOrBuilder
getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs.List<? extends WeightedBackendServiceOrBuilder>
getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs.boolean
hasCorsPolicy()
The specification for allowing client-side cross-origin requests.boolean
hasFaultInjectionPolicy()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure.int
hashCode()
boolean
hasMaxStreamDuration()
Specifies the maximum duration (timeout) for streams on the selected route.boolean
hasRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service.boolean
hasRetryPolicy()
Specifies the retry policy associated with this route.boolean
hasTimeout()
Specifies the timeout for the selected route.boolean
hasUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static HttpRouteAction.Builder
newBuilder()
static HttpRouteAction.Builder
newBuilder(HttpRouteAction prototype)
HttpRouteAction.Builder
newBuilderForType()
protected HttpRouteAction.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static HttpRouteAction
parseDelimitedFrom(InputStream input)
static HttpRouteAction
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteAction
parseFrom(byte[] data)
static HttpRouteAction
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteAction
parseFrom(com.google.protobuf.ByteString data)
static HttpRouteAction
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteAction
parseFrom(com.google.protobuf.CodedInputStream input)
static HttpRouteAction
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteAction
parseFrom(InputStream input)
static HttpRouteAction
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpRouteAction
parseFrom(ByteBuffer data)
static HttpRouteAction
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<HttpRouteAction>
parser()
HttpRouteAction.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CORS_POLICY_FIELD_NUMBER
public static final int CORS_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FAULT_INJECTION_POLICY_FIELD_NUMBER
public static final int FAULT_INJECTION_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_STREAM_DURATION_FIELD_NUMBER
public static final int MAX_STREAM_DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUEST_MIRROR_POLICY_FIELD_NUMBER
public static final int REQUEST_MIRROR_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RETRY_POLICY_FIELD_NUMBER
public static final int RETRY_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
URL_REWRITE_FIELD_NUMBER
public static final int URL_REWRITE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEIGHTED_BACKEND_SERVICES_FIELD_NUMBER
public static final int WEIGHTED_BACKEND_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasCorsPolicy
public boolean hasCorsPolicy()
The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy.
optional .google.cloud.compute.v1.CorsPolicy cors_policy = 398943748;
- Specified by:
hasCorsPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the corsPolicy field is set.
-
getCorsPolicy
public CorsPolicy getCorsPolicy()
The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy.
optional .google.cloud.compute.v1.CorsPolicy cors_policy = 398943748;
- Specified by:
getCorsPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- The corsPolicy.
-
getCorsPolicyOrBuilder
public CorsPolicyOrBuilder getCorsPolicyOrBuilder()
The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy.
optional .google.cloud.compute.v1.CorsPolicy cors_policy = 398943748;
- Specified by:
getCorsPolicyOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasFaultInjectionPolicy
public boolean hasFaultInjectionPolicy()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault injection is not supported with the global external HTTP(S) load balancer (classic). To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
optional .google.cloud.compute.v1.HttpFaultInjection fault_injection_policy = 412781079;
- Specified by:
hasFaultInjectionPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the faultInjectionPolicy field is set.
-
getFaultInjectionPolicy
public HttpFaultInjection getFaultInjectionPolicy()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault injection is not supported with the global external HTTP(S) load balancer (classic). To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
optional .google.cloud.compute.v1.HttpFaultInjection fault_injection_policy = 412781079;
- Specified by:
getFaultInjectionPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- The faultInjectionPolicy.
-
getFaultInjectionPolicyOrBuilder
public HttpFaultInjectionOrBuilder getFaultInjectionPolicyOrBuilder()
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault injection is not supported with the global external HTTP(S) load balancer (classic). To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
optional .google.cloud.compute.v1.HttpFaultInjection fault_injection_policy = 412781079;
- Specified by:
getFaultInjectionPolicyOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasMaxStreamDuration
public boolean hasMaxStreamDuration()
Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
optional .google.cloud.compute.v1.Duration max_stream_duration = 61428376;
- Specified by:
hasMaxStreamDuration
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the maxStreamDuration field is set.
-
getMaxStreamDuration
public Duration getMaxStreamDuration()
Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
optional .google.cloud.compute.v1.Duration max_stream_duration = 61428376;
- Specified by:
getMaxStreamDuration
in interfaceHttpRouteActionOrBuilder
- Returns:
- The maxStreamDuration.
-
getMaxStreamDurationOrBuilder
public DurationOrBuilder getMaxStreamDurationOrBuilder()
Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
optional .google.cloud.compute.v1.Duration max_stream_duration = 61428376;
- Specified by:
getMaxStreamDurationOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasRequestMirrorPolicy
public boolean hasRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer does not wait for responses from the shadow service. Before sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.RequestMirrorPolicy request_mirror_policy = 220196866;
- Specified by:
hasRequestMirrorPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the requestMirrorPolicy field is set.
-
getRequestMirrorPolicy
public RequestMirrorPolicy getRequestMirrorPolicy()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer does not wait for responses from the shadow service. Before sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.RequestMirrorPolicy request_mirror_policy = 220196866;
- Specified by:
getRequestMirrorPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- The requestMirrorPolicy.
-
getRequestMirrorPolicyOrBuilder
public RequestMirrorPolicyOrBuilder getRequestMirrorPolicyOrBuilder()
Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer does not wait for responses from the shadow service. Before sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.RequestMirrorPolicy request_mirror_policy = 220196866;
- Specified by:
getRequestMirrorPolicyOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasRetryPolicy
public boolean hasRetryPolicy()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;
- Specified by:
hasRetryPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the retryPolicy field is set.
-
getRetryPolicy
public HttpRetryPolicy getRetryPolicy()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;
- Specified by:
getRetryPolicy
in interfaceHttpRouteActionOrBuilder
- Returns:
- The retryPolicy.
-
getRetryPolicyOrBuilder
public HttpRetryPolicyOrBuilder getRetryPolicyOrBuilder()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;
- Specified by:
getRetryPolicyOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasTimeout
public boolean hasTimeout()
Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
optional .google.cloud.compute.v1.Duration timeout = 296701281;
- Specified by:
hasTimeout
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the timeout field is set.
-
getTimeout
public Duration getTimeout()
Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
optional .google.cloud.compute.v1.Duration timeout = 296701281;
- Specified by:
getTimeout
in interfaceHttpRouteActionOrBuilder
- Returns:
- The timeout.
-
getTimeoutOrBuilder
public DurationOrBuilder getTimeoutOrBuilder()
Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
optional .google.cloud.compute.v1.Duration timeout = 296701281;
- Specified by:
getTimeoutOrBuilder
in interfaceHttpRouteActionOrBuilder
-
hasUrlRewrite
public boolean hasUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.UrlRewrite url_rewrite = 273333948;
- Specified by:
hasUrlRewrite
in interfaceHttpRouteActionOrBuilder
- Returns:
- Whether the urlRewrite field is set.
-
getUrlRewrite
public UrlRewrite getUrlRewrite()
The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.UrlRewrite url_rewrite = 273333948;
- Specified by:
getUrlRewrite
in interfaceHttpRouteActionOrBuilder
- Returns:
- The urlRewrite.
-
getUrlRewriteOrBuilder
public UrlRewriteOrBuilder getUrlRewriteOrBuilder()
The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
optional .google.cloud.compute.v1.UrlRewrite url_rewrite = 273333948;
- Specified by:
getUrlRewriteOrBuilder
in interfaceHttpRouteActionOrBuilder
-
getWeightedBackendServicesList
public List<WeightedBackendService> getWeightedBackendServicesList()
A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
repeated .google.cloud.compute.v1.WeightedBackendService weighted_backend_services = 337028049;
- Specified by:
getWeightedBackendServicesList
in interfaceHttpRouteActionOrBuilder
-
getWeightedBackendServicesOrBuilderList
public List<? extends WeightedBackendServiceOrBuilder> getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
repeated .google.cloud.compute.v1.WeightedBackendService weighted_backend_services = 337028049;
- Specified by:
getWeightedBackendServicesOrBuilderList
in interfaceHttpRouteActionOrBuilder
-
getWeightedBackendServicesCount
public int getWeightedBackendServicesCount()
A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
repeated .google.cloud.compute.v1.WeightedBackendService weighted_backend_services = 337028049;
- Specified by:
getWeightedBackendServicesCount
in interfaceHttpRouteActionOrBuilder
-
getWeightedBackendServices
public WeightedBackendService getWeightedBackendServices(int index)
A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
repeated .google.cloud.compute.v1.WeightedBackendService weighted_backend_services = 337028049;
- Specified by:
getWeightedBackendServices
in interfaceHttpRouteActionOrBuilder
-
getWeightedBackendServicesOrBuilder
public WeightedBackendServiceOrBuilder getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
repeated .google.cloud.compute.v1.WeightedBackendService weighted_backend_services = 337028049;
- Specified by:
getWeightedBackendServicesOrBuilder
in interfaceHttpRouteActionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static HttpRouteAction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static HttpRouteAction parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static HttpRouteAction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static HttpRouteAction parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static HttpRouteAction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static HttpRouteAction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static HttpRouteAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public HttpRouteAction.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static HttpRouteAction.Builder newBuilder()
-
newBuilder
public static HttpRouteAction.Builder newBuilder(HttpRouteAction prototype)
-
toBuilder
public HttpRouteAction.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected HttpRouteAction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static HttpRouteAction getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<HttpRouteAction> parser()
-
getParserForType
public com.google.protobuf.Parser<HttpRouteAction> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public HttpRouteAction getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-