Interface FetchLinkableGitRepositoriesResponseOrBuilder (0.6.0)

publicinterface FetchLinkableGitRepositoriesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getLinkableGitRepositories(int index)

publicabstractLinkableGitRepositorygetLinkableGitRepositories(intindex)

The git repositories that can be linked to the connection.

repeated .google.cloud.developerconnect.v1.LinkableGitRepository linkable_git_repositories = 1;

Parameter
Name Description
index int
Returns
Type Description
LinkableGitRepository

getLinkableGitRepositoriesCount()

publicabstractintgetLinkableGitRepositoriesCount()

The git repositories that can be linked to the connection.

repeated .google.cloud.developerconnect.v1.LinkableGitRepository linkable_git_repositories = 1;

Returns
Type Description
int

getLinkableGitRepositoriesList()

publicabstractList<LinkableGitRepository>getLinkableGitRepositoriesList()

The git repositories that can be linked to the connection.

repeated .google.cloud.developerconnect.v1.LinkableGitRepository linkable_git_repositories = 1;

Returns
Type Description
List<LinkableGitRepository>

getLinkableGitRepositoriesOrBuilder(int index)

publicabstractLinkableGitRepositoryOrBuildergetLinkableGitRepositoriesOrBuilder(intindex)

The git repositories that can be linked to the connection.

repeated .google.cloud.developerconnect.v1.LinkableGitRepository linkable_git_repositories = 1;

Parameter
Name Description
index int
Returns
Type Description
LinkableGitRepositoryOrBuilder

getLinkableGitRepositoriesOrBuilderList()

publicabstractList<?extendsLinkableGitRepositoryOrBuilder>getLinkableGitRepositoriesOrBuilderList()

The git repositories that can be linked to the connection.

repeated .google.cloud.developerconnect.v1.LinkableGitRepository linkable_git_repositories = 1;

Returns
Type Description
List<? extends com.google.cloud.developerconnect.v1.LinkableGitRepositoryOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.