Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
AttributeContext |
AttributeContext.clone() |
AttributeContext |
CheckRequest.getAttributes()
Describes attributes about the operation being executed by the service.
|
AttributeContext |
AttributeContext.set(String fieldName,
Object value) |
AttributeContext |
AttributeContext.setApi(Api api)
Represents an API operation that is involved to a network activity.
|
AttributeContext |
AttributeContext.setDestination(Peer destination)
The destination of a network activity, such as accepting a TCP connection.
|
AttributeContext |
AttributeContext.setExtensions(List<Map<String,Object>> extensions)
Supports extensions for advanced use cases, such as logs and metrics.
|
AttributeContext |
AttributeContext.setOrigin(Peer origin)
The origin of a network activity.
|
AttributeContext |
AttributeContext.setRequest(Request request)
Represents a network request, such as an HTTP request.
|
AttributeContext |
AttributeContext.setResource(Resource resource)
Represents a target resource that is involved with a network activity.
|
AttributeContext |
AttributeContext.setResponse(Response response)
Represents a network response, such as an HTTP response.
|
AttributeContext |
AttributeContext.setSource(Peer source)
The source of a network activity, such as starting a TCP connection.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeContext> |
ReportRequest.getOperations()
Describes the list of operations to be reported.
|
Modifier and Type | Method and Description |
---|---|
CheckRequest |
CheckRequest.setAttributes(AttributeContext attributes)
Describes attributes about the operation being executed by the service.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.setOperations(List<AttributeContext> operations)
Describes the list of operations to be reported.
|
Copyright © 2011–2024 Google. All rights reserved.