Uses of Class
com.google.cloud.securitycenter.v1.IamBinding.Action
-
Packages that use IamBinding.Action Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of IamBinding.Action in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return IamBinding.Action Modifier and Type Method Description static IamBinding.Action
IamBinding.Action. forNumber(int value)
IamBinding.Action
IamBinding.Builder. getAction()
The action that was performed on a Binding.IamBinding.Action
IamBinding. getAction()
The action that was performed on a Binding.IamBinding.Action
IamBindingOrBuilder. getAction()
The action that was performed on a Binding.static IamBinding.Action
IamBinding.Action. valueOf(int value)
Deprecated.static IamBinding.Action
IamBinding.Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static IamBinding.Action
IamBinding.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static IamBinding.Action[]
IamBinding.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type IamBinding.Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<IamBinding.Action>
IamBinding.Action. internalGetValueMap()
Methods in com.google.cloud.securitycenter.v1 with parameters of type IamBinding.Action Modifier and Type Method Description IamBinding.Builder
IamBinding.Builder. setAction(IamBinding.Action value)
The action that was performed on a Binding.
-