| Package | Description |
|---|---|
| envoy.api.v2.core | |
| envoy.api.v2.route | |
| envoy.data.accesslog.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Base.RequestMethod |
Base.RequestMethod.forNumber(int value) |
static Base.RequestMethod |
Base.RequestMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Base.RequestMethod |
Base.RequestMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Base.RequestMethod |
Base.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base.RequestMethod[] |
Base.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Base.RequestMethod> |
Base.RequestMethod.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Base.RequestMethod |
RouteOuterClass.VirtualClusterOrBuilder.getMethod()
Optionally specifies the HTTP method to match on.
|
Base.RequestMethod |
RouteOuterClass.VirtualCluster.getMethod()
Optionally specifies the HTTP method to match on.
|
Base.RequestMethod |
RouteOuterClass.VirtualCluster.Builder.getMethod()
Optionally specifies the HTTP method to match on.
|
| Modifier and Type | Method and Description |
|---|---|
RouteOuterClass.VirtualCluster.Builder |
RouteOuterClass.VirtualCluster.Builder.setMethod(Base.RequestMethod value)
Optionally specifies the HTTP method to match on.
|
| Modifier and Type | Method and Description |
|---|---|
Base.RequestMethod |
Accesslog.HTTPRequestPropertiesOrBuilder.getRequestMethod()
The request method (RFC 7231/2616).
|
Base.RequestMethod |
Accesslog.HTTPRequestProperties.getRequestMethod()
The request method (RFC 7231/2616).
|
Base.RequestMethod |
Accesslog.HTTPRequestProperties.Builder.getRequestMethod()
The request method (RFC 7231/2616).
|
| Modifier and Type | Method and Description |
|---|---|
Accesslog.HTTPRequestProperties.Builder |
Accesslog.HTTPRequestProperties.Builder.setRequestMethod(Base.RequestMethod value)
The request method (RFC 7231/2616).
|
Copyright © 2018 The Envoy Project. All rights reserved.