Package io.envoyproxy.envoy.data.tap.v3
Enum HttpStreamedTraceSegment.MessagePieceCase
- java.lang.Object
-
- java.lang.Enum<HttpStreamedTraceSegment.MessagePieceCase>
-
- io.envoyproxy.envoy.data.tap.v3.HttpStreamedTraceSegment.MessagePieceCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<HttpStreamedTraceSegment.MessagePieceCase>
- Enclosing class:
- HttpStreamedTraceSegment
public static enum HttpStreamedTraceSegment.MessagePieceCase extends Enum<HttpStreamedTraceSegment.MessagePieceCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MESSAGEPIECE_NOT_SETREQUEST_BODY_CHUNKREQUEST_HEADERSREQUEST_TRAILERSRESPONSE_BODY_CHUNKRESPONSE_HEADERSRESPONSE_TRAILERS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HttpStreamedTraceSegment.MessagePieceCaseforNumber(int value)intgetNumber()static HttpStreamedTraceSegment.MessagePieceCasevalueOf(int value)Deprecated.static HttpStreamedTraceSegment.MessagePieceCasevalueOf(String name)Returns the enum constant of this type with the specified name.static HttpStreamedTraceSegment.MessagePieceCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REQUEST_HEADERS
public static final HttpStreamedTraceSegment.MessagePieceCase REQUEST_HEADERS
-
REQUEST_BODY_CHUNK
public static final HttpStreamedTraceSegment.MessagePieceCase REQUEST_BODY_CHUNK
-
REQUEST_TRAILERS
public static final HttpStreamedTraceSegment.MessagePieceCase REQUEST_TRAILERS
-
RESPONSE_HEADERS
public static final HttpStreamedTraceSegment.MessagePieceCase RESPONSE_HEADERS
-
RESPONSE_BODY_CHUNK
public static final HttpStreamedTraceSegment.MessagePieceCase RESPONSE_BODY_CHUNK
-
RESPONSE_TRAILERS
public static final HttpStreamedTraceSegment.MessagePieceCase RESPONSE_TRAILERS
-
MESSAGEPIECE_NOT_SET
public static final HttpStreamedTraceSegment.MessagePieceCase MESSAGEPIECE_NOT_SET
-
-
Method Detail
-
values
public static HttpStreamedTraceSegment.MessagePieceCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HttpStreamedTraceSegment.MessagePieceCase c : HttpStreamedTraceSegment.MessagePieceCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HttpStreamedTraceSegment.MessagePieceCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static HttpStreamedTraceSegment.MessagePieceCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static HttpStreamedTraceSegment.MessagePieceCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-