Class: Google::Cloud::Dataform::V1beta1::PushGitCommitsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::PushGitCommitsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
PushGitCommits request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#remote_branch ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The workspace's name.
316 317 318 319 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 316 class PushGitCommitsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remote_branch ⇒ ::String
Returns Optional. The name of the branch in the Git remote to which commits should be pushed. If left unset, the repository's default branch name will be used.
316 317 318 319 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 316 class PushGitCommitsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |