public enum WireFormat extends Enum<WireFormat> implements ProtocolMessageEnumThe format of communication supported by the extension.
 Protobuf enum google.cloud.networkservices.v1.WireFormat
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
EXT_PROC_GRPC | 
         The extension service uses ext_proc gRPC API over a gRPC stream. This is
 the default value if the wire format is not specified. The backend service
 for the extension must use HTTP2 or H2C as the protocol. All
     | 
      
EXT_PROC_GRPC_VALUE | 
         The extension service uses ext_proc gRPC API over a gRPC stream. This is
 the default value if the wire format is not specified. The backend service
 for the extension must use HTTP2 or H2C as the protocol. All
     | 
      
UNRECOGNIZED | 
        |
WIRE_FORMAT_UNSPECIFIED | 
        Not specified.    | 
      
WIRE_FORMAT_UNSPECIFIED_VALUE | 
        Not specified.    | 
      
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |