public class Request
The operation request. This may not include all request parameters, such as those that are too large, privacy-sensitive, or duplicated elsewhere in the log record. It should never include user-generated data, such as file contents. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the `@type\` property.
Inheritance
java.lang.Object > RequestConstructors
Request()
public Request()
Methods
getFields()
public Map<String,Map<String,Object>> getFields()
Unordered map of dynamically typed values.
Type | Description |
Map<String,Map<String,java.lang.Object>> |
setFields(Map<String,Map<String,Object>> value)
public void setFields(Map<String,Map<String,Object>> value)
Name | Description |
value | Map<String,Map<String,java.lang.Object>> |