Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Edge

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

Overview

A directional edge.

Instance Attribute Summary collapse

Instance Attribute Details

#source_node::String

Returns The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.

Returns:

  • (::String)

    The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.



914
915
916
917
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 914

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

#target_node::String

Returns The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.

Returns:

  • (::String)

    The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.



914
915
916
917
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 914

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