Class: Google::Cloud::DeveloperConnect::V1::FetchGitRefsRequest

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

Overview

Request for fetching git refs.

Defined Under Namespace

Modules: RefType

Instance Attribute Summary collapse

Instance Attribute Details



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 677

class FetchGitRefsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of refs.
  module RefType
    # No type specified.
    REF_TYPE_UNSPECIFIED = 0

    # To fetch tags.
    TAG = 1

    # To fetch branches.
    BRANCH = 2
  end
end

#page_size::Integer



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 677

class FetchGitRefsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of refs.
  module RefType
    # No type specified.
    REF_TYPE_UNSPECIFIED = 0

    # To fetch tags.
    TAG = 1

    # To fetch branches.
    BRANCH = 2
  end
end

#page_token::String



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 677

class FetchGitRefsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of refs.
  module RefType
    # No type specified.
    REF_TYPE_UNSPECIFIED = 0

    # To fetch tags.
    TAG = 1

    # To fetch branches.
    BRANCH = 2
  end
end

#ref_type::Google::Cloud::DeveloperConnect::V1::FetchGitRefsRequest::RefType



677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 677

class FetchGitRefsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of refs.
  module RefType
    # No type specified.
    REF_TYPE_UNSPECIFIED = 0

    # To fetch tags.
    TAG = 1

    # To fetch branches.
    BRANCH = 2
  end
end