Class: Google::Cloud::Dataform::V1beta1::FetchGitAheadBehindRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

FetchGitAheadBehind request message.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The workspace's name.

Returns:

  • (::String)

    Required. The workspace's name.



684
685
686
687
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 684

class FetchGitAheadBehindRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#remote_branch::String

Returns Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.

Returns:

  • (::String)

    Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.



684
685
686
687
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 684

class FetchGitAheadBehindRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end