Class DeveloperConnectClient.ListGitRepositoryLinksPage (0.52.0)

public static class DeveloperConnectClient.ListGitRepositoryLinksPage extends AbstractPage<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,GitRepositoryLink,DeveloperConnectClient.ListGitRepositoryLinksPage>

Inheritance

java.lang.Object > AbstractPage > DeveloperConnectClient.ListGitRepositoryLinksPage

Methods

protected DeveloperConnectClient.ListGitRepositoryLinksPage createPage(@Nullable PageContext<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,GitRepositoryLink> context, @Nullable ListGitRepositoryLinksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,GitRepositoryLink>
response @org.jspecify.annotations.Nullable com.google.cloud.developerconnect.v1.ListGitRepositoryLinksResponse
Returns
Type Description
DeveloperConnectClient.ListGitRepositoryLinksPage
Overrides
public ApiFuture<DeveloperConnectClient.ListGitRepositoryLinksPage> createPageAsync(@Nullable PageContext<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,GitRepositoryLink> context, ApiFuture<ListGitRepositoryLinksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,GitRepositoryLink>
futureResponse ApiFuture<ListGitRepositoryLinksResponse>
Returns
Type Description
ApiFuture<ListGitRepositoryLinksPage>
Overrides