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)
Creation timestamp in RFC3339 text format (output only).
|
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)
Unique identifier for the resource; defined by the server (output only).
|
TargetHttpProxy |
TargetHttpProxy.setKind(java.lang.String kind)
Type of the 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)
Server defined URL for the resource (output only).
|
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.
|