public class ResourceOriginalState
The resource's original state before mutation. Present only for operations which have successfully modified the targeted resource(s). In general, this field should contain all changed fields, except those that are already been included in `request`, `response`, `metadata` or `service_data` fields. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the `@type\` property.
Inheritance
java.lang.Object > ResourceOriginalStateConstructors
ResourceOriginalState()
public ResourceOriginalState()
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>> |