public static class TargetHttpProxy.Builder extends Object
Modifier and Type | Method and Description |
---|---|
TargetHttpProxy |
build() |
TargetHttpProxy.Builder |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getName()
Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getUrlMap()
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
TargetHttpProxy.Builder |
mergeFrom(TargetHttpProxy other) |
TargetHttpProxy.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetHttpProxy.Builder |
setDescription(String description)
An optional description of this resource.
|
TargetHttpProxy.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
TargetHttpProxy.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
TargetHttpProxy.Builder |
setName(String name)
Name of the resource.
|
TargetHttpProxy.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetHttpProxy.Builder |
setUrlMap(String urlMap)
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
public TargetHttpProxy.Builder mergeFrom(TargetHttpProxy other)
public String getCreationTimestamp()
public TargetHttpProxy.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public TargetHttpProxy.Builder setDescription(String description)
public String getId()
public TargetHttpProxy.Builder setId(String id)
public String getKind()
public TargetHttpProxy.Builder setKind(String kind)
public String getName()
public TargetHttpProxy.Builder setName(String name)
public String getSelfLink()
public TargetHttpProxy.Builder setSelfLink(String selfLink)
public String getUrlMap()
public TargetHttpProxy.Builder setUrlMap(String urlMap)
public TargetHttpProxy build()
public TargetHttpProxy.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.