Class: Google::Cloud::DeveloperConnect::V1::FetchLinkableGitRepositoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::FetchLinkableGitRepositoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
Response message for FetchLinkableGitRepositories.
Instance Attribute Summary collapse
-
#linkable_git_repositories ⇒ ::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>
The git repositories that can be linked to the connection.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#linkable_git_repositories ⇒ ::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>
Returns The git repositories that can be linked to the connection.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1160 class FetchLinkableGitRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 1160 class FetchLinkableGitRepositoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |