Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.set(String fieldName,
Object value) |
Endpoint |
Endpoint.setAliases(List<String> aliases)
Aliases for this endpoint, these will be served by the same UrlMap as the parent endpoint, and
will be provisioned in the GCP stack for the Regional Endpoints.
|
Endpoint |
Endpoint.setAllowCors(Boolean allowCors)
Allowing [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka cross-domain
traffic, would allow the backends served from this endpoint to receive and respond to HTTP
OPTIONS requests.
|
Endpoint |
Endpoint.setName(String name)
The canonical name of this endpoint.
|
Endpoint |
Endpoint.setTarget(String target)
The specification of an Internet routable address of API frontend that will handle requests to
this [API Endpoint](https://cloud.google.com/apis/design/glossary).
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
Service.getEndpoints()
Configuration for network endpoints.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setEndpoints(List<Endpoint> endpoints)
Configuration for network endpoints.
|
Copyright © 2011–2024 Google. All rights reserved.