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