Uses of Class
com.google.cloud.Binding
-
Packages that use Binding Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of Binding in com.google.cloud
Methods in com.google.cloud that return Binding Modifier and Type Method Description abstract Binding
Binding.Builder. build()
Methods in com.google.cloud that return types with arguments of type Binding Modifier and Type Method Description com.google.common.collect.ImmutableList<Binding>
Policy. getBindingsList()
Returns the list of bindings that comprises the policy for version 3.Method parameters in com.google.cloud with type arguments of type Binding Modifier and Type Method Description Policy.Builder
Policy.Builder. setBindings(List<Binding> bindings)
Replaces the builder's List of bindings with the given List of Bindings.
-