Class: Google::Cloud::Dataform::V1beta1::FetchGitAheadBehindResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::FetchGitAheadBehindResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
FetchGitAheadBehind
response message.
Instance Attribute Summary collapse
-
#commits_ahead ⇒ ::Integer
The number of commits in the remote branch that are not in the workspace.
-
#commits_behind ⇒ ::Integer
The number of commits in the workspace that are not in the remote branch.
Instance Attribute Details
#commits_ahead ⇒ ::Integer
Returns The number of commits in the remote branch that are not in the workspace.
696 697 698 699 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 696 class FetchGitAheadBehindResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commits_behind ⇒ ::Integer
Returns The number of commits in the workspace that are not in the remote branch.
696 697 698 699 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 696 class FetchGitAheadBehindResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |