Class: Google::Cloud::SecureSourceManager::V1::ListBranchRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListBranchRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
ListBranchRulesResponse is the response to listing branchRules.
Instance Attribute Summary collapse
-
#branch_rules ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::BranchRule>
The list of branch rules.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#branch_rules ⇒ ::Array<::Google::Cloud::SecureSourceManager::V1::BranchRule>
Returns The list of branch rules.
730 731 732 733 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 730 class ListBranchRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
730 731 732 733 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 730 class ListBranchRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |