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)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update |
Compute.BackendServices.update(java.lang.String project,
java.lang.String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
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)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update(java.lang.String project,
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
BackendService |
BackendService.setBackends(java.util.List<Backend> backends)
The list of backends that serve this BackendService.
|
BackendService |
BackendService.setCreationTimestamp(java.lang.String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
BackendService |
BackendService.setDescription(java.lang.String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
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 resource for health checking this BackendService.
|
BackendService |
BackendService.setId(java.math.BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
BackendService |
BackendService.setKind(java.lang.String kind)
Type of the resource.
|
BackendService |
BackendService.setName(java.lang.String name)
Name of the resource; provided by the client when the resource is created.
|
BackendService |
BackendService.setPort(java.lang.Integer port)
Deprecated in favor of port_name.
|
BackendService |
BackendService.setPortName(java.lang.String portName)
Name of backend port.
|
BackendService |
BackendService.setProtocol(java.lang.String protocol) |
BackendService |
BackendService.setSelfLink(java.lang.String selfLink)
Server defined URL for the resource (output only).
|
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.
|