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(String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.RegionBackendServices.Insert |
Compute.RegionBackendServices.insert(String project,
String region,
BackendService content)
Creates a regional BackendService resource in the specified project using the data included in
the request.
|
Compute.BackendServices.Patch |
Compute.BackendServices.patch(String project,
String backendService,
BackendService content)
Patches the specified BackendService resource with the data included in the request.
|
Compute.RegionBackendServices.Patch |
Compute.RegionBackendServices.patch(String project,
String region,
String backendService,
BackendService content)
Updates the specified regional BackendService resource with the data included in the request.
|
Compute.BackendServices.Update |
Compute.BackendServices.update(String project,
String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Compute.RegionBackendServices.Update |
Compute.RegionBackendServices.update(String project,
String region,
String backendService,
BackendService content)
Updates the specified regional BackendService resource with the data included in the request.
|
Constructor and Description |
---|
Insert(String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Insert(String project,
String region,
BackendService content)
Creates a regional BackendService resource in the specified project using the data included in
the request.
|
Patch(String project,
String backendService,
BackendService content)
Patches the specified BackendService resource with the data included in the request.
|
Patch(String project,
String region,
String backendService,
BackendService content)
Updates the specified regional BackendService resource with the data included in the request.
|
Update(String project,
String backendService,
BackendService content)
Updates the specified BackendService resource with the data included in the request.
|
Update(String project,
String region,
String backendService,
BackendService content)
Updates the specified regional 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(String fieldName,
Object value) |
BackendService |
BackendService.setAffinityCookieTtlSec(Integer affinityCookieTtlSec)
Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE.
|
BackendService |
BackendService.setBackends(List<Backend> backends)
The list of backends that serve this BackendService.
|
BackendService |
BackendService.setCdnPolicy(BackendServiceCdnPolicy cdnPolicy)
Cloud CDN configuration for this BackendService.
|
BackendService |
BackendService.setConnectionDraining(ConnectionDraining connectionDraining) |
BackendService |
BackendService.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
BackendService |
BackendService.setDescription(String description)
An optional description of this resource.
|
BackendService |
BackendService.setEnableCDN(Boolean enableCDN)
If true, enable Cloud CDN for this BackendService.
|
BackendService |
BackendService.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
BackendService |
BackendService.setHealthChecks(List<String> healthChecks)
The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for health checking this
BackendService.
|
BackendService |
BackendService.setIap(BackendServiceIAP iap) |
BackendService |
BackendService.setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
BackendService |
BackendService.setKind(String kind)
[Output Only] Type of resource.
|
BackendService |
BackendService.setLoadBalancingScheme(String loadBalancingScheme)
Indicates whether the backend service will be used with internal or external load balancing.
|
BackendService |
BackendService.setName(String name)
Name of the resource.
|
BackendService |
BackendService.setPort(Integer port)
Deprecated in favor of portName.
|
BackendService |
BackendService.setPortName(String portName)
Name of backend port.
|
BackendService |
BackendService.setProtocol(String protocol)
The protocol this BackendService uses to communicate with backends.
|
BackendService |
BackendService.setRegion(String region)
[Output Only] URL of the region where the regional backend service resides.
|
BackendService |
BackendService.setSecurityPolicy(String securityPolicy)
[Output Only] The resource URL for the security policy associated with this backend service.
|
BackendService |
BackendService.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
BackendService |
BackendService.setSessionAffinity(String sessionAffinity)
Type of session affinity to use.
|
BackendService |
BackendService.setTimeoutSec(Integer timeoutSec)
How many seconds to wait for the backend before considering it a failed request.
|
Modifier and Type | Method and Description |
---|---|
List<BackendService> |
BackendServicesScopedList.getBackendServices()
A list of BackendServices contained in this scope.
|
List<BackendService> |
BackendServiceList.getItems()
A list of BackendService resources.
|
Modifier and Type | Method and Description |
---|---|
BackendServicesScopedList |
BackendServicesScopedList.setBackendServices(List<BackendService> backendServices)
A list of BackendServices contained in this scope.
|
BackendServiceList |
BackendServiceList.setItems(List<BackendService> items)
A list of BackendService resources.
|
Copyright © 2011–2019 Google. All rights reserved.