Uses of Class
com.google.iam.v1.Binding.Builder
Packages that use Binding.Builder
-
Uses of Binding.Builder in com.google.iam.v1
Methods in com.google.iam.v1 that return Binding.BuilderModifier and TypeMethodDescriptionBinding.Builder.addAllMembers(Iterable<String> values) Specifies the principals requesting access for a Cloud Platform resource.Policy.Builder.addBindingsBuilder()Associates a list of `members`, or principals, with a `role`.Policy.Builder.addBindingsBuilder(int index) Associates a list of `members`, or principals, with a `role`.Binding.Builder.addMembers(String value) Specifies the principals requesting access for a Cloud Platform resource.Binding.Builder.addMembersBytes(com.google.protobuf.ByteString value) Specifies the principals requesting access for a Cloud Platform resource.Binding.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Binding.Builder.clear()Binding.Builder.clearCondition()The condition that is associated with this binding.Binding.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Binding.Builder.clearMembers()Specifies the principals requesting access for a Cloud Platform resource.Binding.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Binding.Builder.clearRole()Role that is assigned to the list of `members`, or principals.Binding.Builder.clone()Policy.Builder.getBindingsBuilder(int index) Associates a list of `members`, or principals, with a `role`.Binding.Builder.mergeCondition(Expr value) The condition that is associated with this binding.Binding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Binding.Builder.mergeFrom(com.google.protobuf.Message other) final Binding.BuilderBinding.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Binding.BuilderBinding.newBuilder()static Binding.BuilderBinding.newBuilder(Binding prototype) Binding.newBuilderForType()protected Binding.BuilderBinding.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Binding.Builder.setCondition(Expr value) The condition that is associated with this binding.Binding.Builder.setCondition(Expr.Builder builderForValue) The condition that is associated with this binding.Binding.Builder.setMembers(int index, String value) Specifies the principals requesting access for a Cloud Platform resource.Binding.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Role that is assigned to the list of `members`, or principals.Binding.Builder.setRoleBytes(com.google.protobuf.ByteString value) Role that is assigned to the list of `members`, or principals.final Binding.BuilderBinding.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Binding.toBuilder()Methods in com.google.iam.v1 that return types with arguments of type Binding.BuilderModifier and TypeMethodDescriptionPolicy.Builder.getBindingsBuilderList()Associates a list of `members`, or principals, with a `role`.Methods in com.google.iam.v1 with parameters of type Binding.BuilderModifier and TypeMethodDescriptionPolicy.Builder.addBindings(int index, Binding.Builder builderForValue) Associates a list of `members`, or principals, with a `role`.Policy.Builder.addBindings(Binding.Builder builderForValue) Associates a list of `members`, or principals, with a `role`.Policy.Builder.setBindings(int index, Binding.Builder builderForValue) Associates a list of `members`, or principals, with a `role`.