Class ServiceData

public class ServiceData

Deprecated, use `metadata` field instead. Other service-specific data about the request, response, and other activities. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the `@type\` property.

Inheritance

java.lang.Object > ServiceData

Constructors

ServiceData()

public ServiceData()

Methods

getFields()

public Map<String,Map<String,Object>> getFields()

Unordered map of dynamically typed values.

Returns
TypeDescription
Map<String,Map<String,java.lang.Object>>

setFields(Map<String,Map<String,Object>> value)

public void setFields(Map<String,Map<String,Object>> value)
Parameter
NameDescription
valueMap<String,Map<String,java.lang.Object>>