Uses of Class
com.google.iam.v1.BindingDelta.Builder
Packages that use BindingDelta.Builder
-
Uses of BindingDelta.Builder in com.google.iam.v1
Methods in com.google.iam.v1 that return BindingDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.addBindingDeltasBuilder()The delta for Bindings between two policies.PolicyDelta.Builder.addBindingDeltasBuilder(int index) The delta for Bindings between two policies.BindingDelta.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BindingDelta.Builder.clear()BindingDelta.Builder.clearAction()The action that was performed on a Binding.BindingDelta.Builder.clearCondition()The condition that is associated with this binding.BindingDelta.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BindingDelta.Builder.clearMember()A single identity requesting access for a Cloud Platform resource.BindingDelta.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BindingDelta.Builder.clearRole()Role that is assigned to `members`.BindingDelta.Builder.clone()PolicyDelta.Builder.getBindingDeltasBuilder(int index) The delta for Bindings between two policies.BindingDelta.Builder.mergeCondition(Expr value) The condition that is associated with this binding.BindingDelta.Builder.mergeFrom(BindingDelta other) BindingDelta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BindingDelta.Builder.mergeFrom(com.google.protobuf.Message other) final BindingDelta.BuilderBindingDelta.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static BindingDelta.BuilderBindingDelta.newBuilder()static BindingDelta.BuilderBindingDelta.newBuilder(BindingDelta prototype) BindingDelta.newBuilderForType()protected BindingDelta.BuilderBindingDelta.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BindingDelta.Builder.setAction(BindingDelta.Action value) The action that was performed on a Binding.BindingDelta.Builder.setActionValue(int value) The action that was performed on a Binding.BindingDelta.Builder.setCondition(Expr value) The condition that is associated with this binding.BindingDelta.Builder.setCondition(Expr.Builder builderForValue) The condition that is associated with this binding.A single identity requesting access for a Cloud Platform resource.BindingDelta.Builder.setMemberBytes(com.google.protobuf.ByteString value) A single identity requesting access for a Cloud Platform resource.BindingDelta.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Role that is assigned to `members`.BindingDelta.Builder.setRoleBytes(com.google.protobuf.ByteString value) Role that is assigned to `members`.final BindingDelta.BuilderBindingDelta.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BindingDelta.toBuilder()Methods in com.google.iam.v1 that return types with arguments of type BindingDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.getBindingDeltasBuilderList()The delta for Bindings between two policies.Methods in com.google.iam.v1 with parameters of type BindingDelta.BuilderModifier and TypeMethodDescriptionPolicyDelta.Builder.addBindingDeltas(int index, BindingDelta.Builder builderForValue) The delta for Bindings between two policies.PolicyDelta.Builder.addBindingDeltas(BindingDelta.Builder builderForValue) The delta for Bindings between two policies.PolicyDelta.Builder.setBindingDeltas(int index, BindingDelta.Builder builderForValue) The delta for Bindings between two policies.