Class: Google::Cloud::SecureSourceManager::V1::ListHooksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListHooksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
ListHooksResponse is response to list hooks.
Instance Attribute Summary collapse
-
#hooks ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::Hook>
The list of hooks.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#hooks ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::Hook>
1045 1046 1047 1048 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1045 class ListHooksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
1045 1046 1047 1048 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1045 class ListHooksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |