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/*.



848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 848

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.



848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 848

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.



848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 848

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:



848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 848

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