Uses of Enum
com.google.iam.v1.BindingDelta.Action
Packages that use BindingDelta.Action
-
Uses of BindingDelta.Action in com.google.iam.v1
Methods in com.google.iam.v1 that return BindingDelta.ActionModifier and TypeMethodDescriptionstatic BindingDelta.ActionBindingDelta.Action.forNumber(int value) BindingDelta.Builder.getAction()The action that was performed on a Binding.BindingDelta.getAction()The action that was performed on a Binding.BindingDeltaOrBuilder.getAction()The action that was performed on a Binding.static BindingDelta.ActionBindingDelta.Action.valueOf(int value) Deprecated.static BindingDelta.ActionBindingDelta.Action.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BindingDelta.ActionReturns the enum constant of this type with the specified name.static BindingDelta.Action[]BindingDelta.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.iam.v1 that return types with arguments of type BindingDelta.ActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BindingDelta.Action>BindingDelta.Action.internalGetValueMap()Methods in com.google.iam.v1 with parameters of type BindingDelta.ActionModifier and TypeMethodDescriptionBindingDelta.Builder.setAction(BindingDelta.Action value) The action that was performed on a Binding.