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.BackendServices.Patch |
Compute.BackendServices.patch(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update |
Compute.BackendServices.update(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
Constructor and Description |
---|
Compute.BackendServices.Insert(String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.BackendServices.Patch(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
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.setBackends(List<Backend> backends)
The list of backends that serve this BackendService.
|
BackendService |
BackendService.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
BackendService |
BackendService.setDescription(String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
BackendService |
BackendService.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
BackendService |
BackendService.setHealthChecks(List<String> healthChecks)
The list of URLs to the HttpHealthCheck resource for health checking this BackendService.
|
BackendService |
BackendService.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
BackendService |
BackendService.setKind(String kind)
Type of the resource.
|
BackendService |
BackendService.setName(String name)
Name of the resource; provided by the client when the resource is created.
|
BackendService |
BackendService.setPort(Integer port)
The TCP port to connect on the backend.
|
BackendService |
BackendService.setProtocol(String protocol) |
BackendService |
BackendService.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|
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> |
BackendServiceList.getItems()
The BackendService resources.
|
Modifier and Type | Method and Description |
---|---|
BackendServiceList |
BackendServiceList.setItems(List<BackendService> items)
The BackendService resources.
|