Class: Google::Cloud::SecurityCenter::V1p1beta1::GetSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::GetSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Request message for getting a source.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Relative resource name of the source. Its format is "organizations/[organization_id]/source/[source_id]".
109 110 111 112 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 109 class GetSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |