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

Returns Required. The resource name of GitRepositoryLink in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*.

Returns:

  • (::String)

    Required. The resource name of GitRepositoryLink in the format projects/*/locations/*/connections/*/gitRepositoryLinks/*.



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

Returns Optional. Number of results to return in the list. Default to 20.

Returns:

  • (::Integer)

    Optional. Number of results to return in the list. Default to 20.



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

Returns Optional. Page start.

Returns:

  • (::String)

    Optional. Page start.



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

Returns Required. Type of refs to fetch.

Returns:



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