Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::ListSecurityProfilesResponse.
Response returned by the ListSecurityProfiles method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
#security_profiles
def security_profiles() -> ::Array<::Google::Cloud::NetworkSecurity::V1::SecurityProfile>
Returns
- (::Array<::Google::Cloud::NetworkSecurity::V1::SecurityProfile>) — List of SecurityProfile resources.
#security_profiles=
def security_profiles=(value) -> ::Array<::Google::Cloud::NetworkSecurity::V1::SecurityProfile>
Parameter
- value (::Array<::Google::Cloud::NetworkSecurity::V1::SecurityProfile>) — List of SecurityProfile resources.
Returns
- (::Array<::Google::Cloud::NetworkSecurity::V1::SecurityProfile>) — List of SecurityProfile resources.