Class: Google::Cloud::DeveloperConnect::V1::FetchGitRefsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::FetchGitRefsRequest
- 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
-
#git_repository_link ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#ref_type ⇒ ::Google::Cloud::DeveloperConnect::V1::FetchGitRefsRequest::RefType
Required.
Instance Attribute Details
#git_repository_link ⇒ ::String
Returns 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.
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.
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.
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 |