Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.BackendServices.Insert |
Compute.BackendServices.insert(java.lang.String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.BackendServices.Patch |
Compute.BackendServices.patch(java.lang.String project,
java.lang.String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Compute.BackendServices.Update |
Compute.BackendServices.update(java.lang.String project,
java.lang.String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Constructor and Description |
---|
Compute.BackendServices.Insert(java.lang.String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.BackendServices.Patch(java.lang.String project,
java.lang.String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Compute.BackendServices.Update(java.lang.String project,
java.lang.String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.clone() |
BackendService |
BackendService.encodeFingerprint(byte[] fingerprint)
Fingerprint of this resource.
|
BackendService |
BackendService.set(java.lang.String fieldName,
java.lang.Object value) |
BackendService |
BackendService.setAffinityCookieTtlSec(java.lang.Integer affinityCookieTtlSec)
Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE.
|
BackendService |
BackendService.setBackends(java.util.List<Backend> backends)
The list of backends that serve this BackendService.
|
BackendService |
BackendService.setConnectionDraining(ConnectionDraining connectionDraining) |
BackendService |
BackendService.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
BackendService |
BackendService.setDescription(java.lang.String description)
An optional description of this resource.
|
BackendService |
BackendService.setEnableCDN(java.lang.Boolean enableCDN)
If true, enable Cloud CDN for this BackendService.
|
BackendService |
BackendService.setFingerprint(java.lang.String fingerprint)
Fingerprint of this resource.
|
BackendService |
BackendService.setHealthChecks(java.util.List<java.lang.String> healthChecks)
The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health checking this
BackendService.
|
BackendService |
BackendService.setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
BackendService |
BackendService.setKind(java.lang.String kind)
[Output Only] Type of resource.
|
BackendService |
BackendService.setName(java.lang.String name)
Name of the resource.
|
BackendService |
BackendService.setPort(java.lang.Integer port)
Deprecated in favor of portName.
|
BackendService |
BackendService.setPortName(java.lang.String portName)
Name of backend port.
|
BackendService |
BackendService.setProtocol(java.lang.String protocol)
The protocol this BackendService uses to communicate with backends.
|
BackendService |
BackendService.setRegion(java.lang.String region)
[Output Only] URL of the region where the regional backend service resides.
|
BackendService |
BackendService.setSelfLink(java.lang.String selfLink)
[Output Only] Server-defined URL for the resource.
|
BackendService |
BackendService.setSessionAffinity(java.lang.String sessionAffinity)
Type of session affinity to use.
|
BackendService |
BackendService.setTimeoutSec(java.lang.Integer timeoutSec)
How many seconds to wait for the backend before considering it a failed request.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BackendService> |
BackendServiceList.getItems()
A list of BackendService resources.
|
Modifier and Type | Method and Description |
---|---|
BackendServiceList |
BackendServiceList.setItems(java.util.List<BackendService> items)
A list of BackendService resources.
|