Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FetchLinkableGitRepositoriesResponse.
Response message for FetchLinkableGitRepositories.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#linkable_git_repositories
def linkable_git_repositories() -> ::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>
Returns
- (::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>) — The git repositories that can be linked to the connection.
#linkable_git_repositories=
def linkable_git_repositories=(value) -> ::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>
Parameter
- value (::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>) — The git repositories that can be linked to the connection.
Returns
- (::Array<::Google::Cloud::DeveloperConnect::V1::LinkableGitRepository>) — The git repositories that can be linked to the connection.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.