Class: Google::Cloud::Dataform::V1::FetchGitAheadBehindRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::FetchGitAheadBehindRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
FetchGitAheadBehind request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#remote_branch ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
743 744 745 746 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 743 class FetchGitAheadBehindRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remote_branch ⇒ ::String
743 744 745 746 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 743 class FetchGitAheadBehindRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |