Class: Google::Cloud::SecurityCenterManagement::V1::ListSecurityCenterServicesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A pagination token. To retrieve the next page of results, call the method again with this token.

Returns:

  • (::String)

    A pagination token. To retrieve the next page of results, call the method again with this token.



1288
1289
1290
1291
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1288

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

#security_center_services::Array<::Google::Cloud::SecurityCenterManagement::V1::SecurityCenterService>

Returns The list of services.

Returns:



1288
1289
1290
1291
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 1288

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