Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.TargetHttpProxies.Insert |
Compute.TargetHttpProxies.insert(java.lang.String project,
TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project using the data included in the
request.
|
Constructor and Description |
---|
Compute.TargetHttpProxies.Insert(java.lang.String project,
TargetHttpProxy content)
Creates a TargetHttpProxy resource in the specified project using the data included in the
request.
|
Modifier and Type | Method and Description |
---|---|
TargetHttpProxy |
TargetHttpProxy.clone() |
TargetHttpProxy |
TargetHttpProxy.set(java.lang.String fieldName,
java.lang.Object value) |
TargetHttpProxy |
TargetHttpProxy.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetHttpProxy |
TargetHttpProxy.setDescription(java.lang.String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
TargetHttpProxy |
TargetHttpProxy.setId(java.math.BigInteger id)
[Output Only] Unique identifier for the resource.
|
TargetHttpProxy |
TargetHttpProxy.setKind(java.lang.String kind)
[Output Only] Type of resource.
|
TargetHttpProxy |
TargetHttpProxy.setName(java.lang.String name)
Name of the resource; provided by the client when the resource is created.
|
TargetHttpProxy |
TargetHttpProxy.setSelfLink(java.lang.String selfLink)
[Output Only] Server defined URL for the resource.
|
TargetHttpProxy |
TargetHttpProxy.setUrlMap(java.lang.String urlMap)
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TargetHttpProxy> |
TargetHttpProxyList.getItems()
A list of TargetHttpProxy resources.
|
Modifier and Type | Method and Description |
---|---|
TargetHttpProxyList |
TargetHttpProxyList.setItems(java.util.List<TargetHttpProxy> items)
A list of TargetHttpProxy resources.
|