Class: Google::Cloud::Dialogflow::CX::V3::RestoreAgentRequest::GitSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/agent.rb

Overview

Settings for restoring from a git branch

Instance Attribute Summary collapse

Instance Attribute Details

#tracking_branch::String

Returns tracking branch for the git pull.

Returns:

  • (::String)

    tracking branch for the git pull



441
442
443
444
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 441

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