Class: Google::Cloud::SecurityCenter::V1::GetSourceRequest

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

Overview

Request message for getting a source.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Relative resource name of the source. Its format is organizations/[organization_id]/source/[source_id].

Returns:

  • (::String)

    Required. Relative resource name of the source. Its format is organizations/[organization_id]/source/[source_id].



410
411
412
413
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 410

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