Class: Google::Cloud::Dataform::V1beta1::FetchRepositoryHistoryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::FetchRepositoryHistoryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
FetchRepositoryHistory
response message.
Instance Attribute Summary collapse
-
#commits ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::CommitLogEntry>
A list of commit logs, ordered by 'git log' default order.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#commits ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::CommitLogEntry>
Returns A list of commit logs, ordered by 'git log' default order.
406 407 408 409 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 406 class FetchRepositoryHistoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
406 407 408 409 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 406 class FetchRepositoryHistoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |