Class: Google::Cloud::SecureSourceManager::V1::ListBranchRulesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#branch_rules::Array<::Google::Cloud::SecureSourceManager::V1::BranchRule>

Returns The list of branch rules.

Returns:



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.

Returns:

  • (::String)

    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