Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
V2ResourceEvent |
V2ResourceEvent.clone() |
V2ResourceEvent |
V2ResourceEvent.set(String fieldName,
Object value) |
V2ResourceEvent |
V2ResourceEvent.setContextId(Long contextId)
The ESF unique context id of the api request, from which this resource event originated.
|
V2ResourceEvent |
V2ResourceEvent.setDestinations(String destinations)
The destinations field determines which backend services should handle the event.
|
V2ResourceEvent |
V2ResourceEvent.setParent(Resource parent)
The parent resource for the resource.
|
V2ResourceEvent |
V2ResourceEvent.setPath(String path)
The api path the resource event was created in.
|
V2ResourceEvent |
V2ResourceEvent.setPayload(Map<String,Object> payload)
The payload contains metadata associated with the resource event.
|
V2ResourceEvent |
V2ResourceEvent.setResource(Resource resource)
The resource associated with the event.
|
V2ResourceEvent |
V2ResourceEvent.setType(String type)
The resource event type determines how the backend service should process the event.
|
Copyright © 2011–2024 Google. All rights reserved.