Class: Google::Iam::V1::PolicyDelta
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Iam::V1::PolicyDelta
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/policy.rb
 
Overview
The difference delta between two policies.
Instance Attribute Summary collapse
- 
  
    
      #binding_deltas  ⇒ Array<Google::Iam::V1::BindingDelta> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The delta for Bindings between two policies.
 
Instance Attribute Details
#binding_deltas ⇒ Array<Google::Iam::V1::BindingDelta>
Returns The delta for Bindings between two policies.
      106  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/policy.rb', line 106 class PolicyDelta; end  |