class Google::Cloud::Trace::SpanKind

def self.get name

Returns:
  • (SpanKind) - The SpanKind, or `nil` if not known.

Parameters:
  • name (String, Symbol) -- The name of the SpanKind.
def self.get name
  @@mapping[name.to_sym]
end