Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
Api |
Api.clone() |
Api |
AttributeContext.getApi()
Represents an API operation that is involved to a network activity.
|
Api |
Api.set(String fieldName,
Object value) |
Api |
Api.setOperation(String operation)
The API operation name.
|
Api |
Api.setProtocol(String protocol)
The API protocol used for sending the request, such as "http", "https", "grpc", or "internal".
|
Api |
Api.setService(String service)
The API service name.
|
Api |
Api.setVersion(String version)
The API version associated with the API operation above, such as "v1" or "v1alpha1".
|
Modifier and Type | Method and Description |
---|---|
AttributeContext |
AttributeContext.setApi(Api api)
Represents an API operation that is involved to a network activity.
|
Copyright © 2011–2024 Google. All rights reserved.