public static class ZoneSetPolicyRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ZoneSetPolicyRequest.Builder |
addAllBindings(List<Binding> bindings)
Flatten Policy to create a backwacd compatible wire-format.
|
ZoneSetPolicyRequest.Builder |
addBindings(Binding bindings)
Flatten Policy to create a backwacd compatible wire-format.
|
ZoneSetPolicyRequest |
build() |
ZoneSetPolicyRequest.Builder |
clone() |
List<Binding> |
getBindingsList()
Flatten Policy to create a backwacd compatible wire-format.
|
String |
getEtag()
Flatten Policy to create a backward compatible wire-format.
|
Policy |
getPolicy()
REQUIRED: The complete policy to be applied to the 'resource'.
|
ZoneSetPolicyRequest.Builder |
mergeFrom(ZoneSetPolicyRequest other) |
ZoneSetPolicyRequest.Builder |
setEtag(String etag)
Flatten Policy to create a backward compatible wire-format.
|
ZoneSetPolicyRequest.Builder |
setPolicy(Policy policy)
REQUIRED: The complete policy to be applied to the 'resource'.
|
public ZoneSetPolicyRequest.Builder mergeFrom(ZoneSetPolicyRequest other)
public List<Binding> getBindingsList()
public ZoneSetPolicyRequest.Builder addAllBindings(List<Binding> bindings)
public ZoneSetPolicyRequest.Builder addBindings(Binding bindings)
public String getEtag()
public ZoneSetPolicyRequest.Builder setEtag(String etag)
public Policy getPolicy()
public ZoneSetPolicyRequest.Builder setPolicy(Policy policy)
public ZoneSetPolicyRequest build()
public ZoneSetPolicyRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.