Package | Description |
---|---|
com.google.api.services.appengine.v1.model |
Modifier and Type | Method and Description |
---|---|
EndpointsApiService |
EndpointsApiService.clone() |
EndpointsApiService |
Version.getEndpointsApiService()
Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible
Service Proxy will be provided to serve the API implemented by the app.
|
EndpointsApiService |
EndpointsApiService.set(java.lang.String fieldName,
java.lang.Object value) |
EndpointsApiService |
EndpointsApiService.setConfigId(java.lang.String configId)
Endpoints service configuration ID as specified by the Service Management API.
|
EndpointsApiService |
EndpointsApiService.setDisableTraceSampling(java.lang.Boolean disableTraceSampling)
Enable or disable trace sampling.
|
EndpointsApiService |
EndpointsApiService.setName(java.lang.String name)
Endpoints service name which is the name of the "service" resource in the Service Management
API.
|
EndpointsApiService |
EndpointsApiService.setRolloutStrategy(java.lang.String rolloutStrategy)
Endpoints rollout strategy.
|
Modifier and Type | Method and Description |
---|---|
Version |
Version.setEndpointsApiService(EndpointsApiService endpointsApiService)
Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible
Service Proxy will be provided to serve the API implemented by the app.
|