Enum ApiMethodDescriptor.MethodType (2.19.2)

public enum ApiMethodDescriptor.MethodType extends Enum<ApiMethodDescriptor.MethodType>

Static Fields

NameDescription
BIDI_STREAMING
CLIENT_STREAMING
SERVER_STREAMING
UNARY
UNKNOWN

Static Methods

NameDescription
valueOf(String name)
values()