Class: Google::Cloud::Compute::V1::Binding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Associates members, or principals, with a role.

Instance Attribute Summary collapse

Instance Attribute Details

#binding_id::String



3438
3439
3440
3441
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438

class Binding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#condition::Google::Cloud::Compute::V1::Expr



3438
3439
3440
3441
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438

class Binding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#members::Array<::String>



3438
3439
3440
3441
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438

class Binding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#role::String



3438
3439
3440
3441
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438

class Binding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end