Uses of Class
com.google.iam.v1.Binding
Packages that use Binding
-
Uses of Binding in com.google.iam.v1
Methods in com.google.iam.v1 that return BindingModifier and TypeMethodDescriptionBinding.Builder.build()Binding.Builder.buildPartial()Policy.Builder.getBindings(int index) Associates a list of `members`, or principals, with a `role`.Policy.getBindings(int index) Associates a list of `members`, or principals, with a `role`.PolicyOrBuilder.getBindings(int index) Associates a list of `members`, or principals, with a `role`.static BindingBinding.getDefaultInstance()Binding.Builder.getDefaultInstanceForType()Binding.getDefaultInstanceForType()static BindingBinding.parseDelimitedFrom(InputStream input) static BindingBinding.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingBinding.parseFrom(byte[] data) static BindingBinding.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingBinding.parseFrom(com.google.protobuf.ByteString data) static BindingBinding.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingBinding.parseFrom(com.google.protobuf.CodedInputStream input) static BindingBinding.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingBinding.parseFrom(InputStream input) static BindingBinding.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BindingBinding.parseFrom(ByteBuffer data) static BindingBinding.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.iam.v1 that return types with arguments of type BindingModifier and TypeMethodDescriptionPolicy.Builder.getBindingsList()Associates a list of `members`, or principals, with a `role`.Policy.getBindingsList()Associates a list of `members`, or principals, with a `role`.PolicyOrBuilder.getBindingsList()Associates a list of `members`, or principals, with a `role`.com.google.protobuf.Parser<Binding>Binding.getParserForType()static com.google.protobuf.Parser<Binding>Binding.parser()Methods in com.google.iam.v1 with parameters of type BindingModifier and TypeMethodDescriptionPolicy.Builder.addBindings(int index, Binding value) Associates a list of `members`, or principals, with a `role`.Policy.Builder.addBindings(Binding value) Associates a list of `members`, or principals, with a `role`.static Binding.BuilderBinding.newBuilder(Binding prototype) Policy.Builder.setBindings(int index, Binding value) Associates a list of `members`, or principals, with a `role`.Method parameters in com.google.iam.v1 with type arguments of type BindingModifier and TypeMethodDescriptionPolicy.Builder.addAllBindings(Iterable<? extends Binding> values) Associates a list of `members`, or principals, with a `role`.