public final class HttpRouteAction extends com.google.protobuf.GeneratedMessageV3 implements HttpRouteActionOrBuilder
Protobuf type
google.cloud.compute.v1.HttpRouteAction| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRouteAction.Builder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and 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 |
| Modifier and Type | Method and 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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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(ByteBuffer data) |
static HttpRouteAction |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<HttpRouteAction> |
parser() |
HttpRouteAction.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CORS_POLICY_FIELD_NUMBER
public static final int FAULT_INJECTION_POLICY_FIELD_NUMBER
public static final int MAX_STREAM_DURATION_FIELD_NUMBER
public static final int REQUEST_MIRROR_POLICY_FIELD_NUMBER
public static final int RETRY_POLICY_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int URL_REWRITE_FIELD_NUMBER
public static final int WEIGHTED_BACKEND_SERVICES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;hasCorsPolicy in interface HttpRouteActionOrBuilderpublic 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;getCorsPolicy in interface HttpRouteActionOrBuilderpublic 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;getCorsPolicyOrBuilder in interface HttpRouteActionOrBuilderpublic 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;
hasFaultInjectionPolicy in interface HttpRouteActionOrBuilderpublic 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;
getFaultInjectionPolicy in interface HttpRouteActionOrBuilderpublic 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;
getFaultInjectionPolicyOrBuilder in interface HttpRouteActionOrBuilderpublic 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;hasMaxStreamDuration in interface HttpRouteActionOrBuilderpublic 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;getMaxStreamDuration in interface HttpRouteActionOrBuilderpublic 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;getMaxStreamDurationOrBuilder in interface HttpRouteActionOrBuilderpublic 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;
hasRequestMirrorPolicy in interface HttpRouteActionOrBuilderpublic 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;
getRequestMirrorPolicy in interface HttpRouteActionOrBuilderpublic 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;
getRequestMirrorPolicyOrBuilder in interface HttpRouteActionOrBuilderpublic boolean hasRetryPolicy()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;hasRetryPolicy in interface HttpRouteActionOrBuilderpublic HttpRetryPolicy getRetryPolicy()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;getRetryPolicy in interface HttpRouteActionOrBuilderpublic HttpRetryPolicyOrBuilder getRetryPolicyOrBuilder()
Specifies the retry policy associated with this route.
optional .google.cloud.compute.v1.HttpRetryPolicy retry_policy = 56799913;getRetryPolicyOrBuilder in interface HttpRouteActionOrBuilderpublic 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;hasTimeout in interface HttpRouteActionOrBuilderpublic 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;getTimeout in interface HttpRouteActionOrBuilderpublic 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;getTimeoutOrBuilder in interface HttpRouteActionOrBuilderpublic 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;hasUrlRewrite in interface HttpRouteActionOrBuilderpublic 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;getUrlRewrite in interface HttpRouteActionOrBuilderpublic 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;getUrlRewriteOrBuilder in interface HttpRouteActionOrBuilderpublic 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;
getWeightedBackendServicesList in interface HttpRouteActionOrBuilderpublic 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;
getWeightedBackendServicesOrBuilderList in interface HttpRouteActionOrBuilderpublic 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;
getWeightedBackendServicesCount in interface HttpRouteActionOrBuilderpublic 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;
getWeightedBackendServices in interface HttpRouteActionOrBuilderpublic 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;
getWeightedBackendServicesOrBuilder in interface HttpRouteActionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HttpRouteAction parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpRouteAction parseFrom(InputStream input) throws IOException
IOExceptionpublic static HttpRouteAction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpRouteAction parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HttpRouteAction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpRouteAction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HttpRouteAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HttpRouteAction.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HttpRouteAction.Builder newBuilder()
public static HttpRouteAction.Builder newBuilder(HttpRouteAction prototype)
public HttpRouteAction.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HttpRouteAction.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HttpRouteAction getDefaultInstance()
public static com.google.protobuf.Parser<HttpRouteAction> parser()
public com.google.protobuf.Parser<HttpRouteAction> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HttpRouteAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.