Interface FetchGitHubInstallationsResponseOrBuilder (0.37.0)

publicinterface FetchGitHubInstallationsResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstallations(int index)

publicabstractFetchGitHubInstallationsResponse.InstallationgetInstallations(intindex)

List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

repeated .google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation installations = 1;

Parameter
Name Description
index int
Returns
Type Description
FetchGitHubInstallationsResponse.Installation

getInstallationsCount()

publicabstractintgetInstallationsCount()

List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

repeated .google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation installations = 1;

Returns
Type Description
int

getInstallationsList()

publicabstractList<FetchGitHubInstallationsResponse.Installation>getInstallationsList()

List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

repeated .google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation installations = 1;

Returns
Type Description
List<Installation>

getInstallationsOrBuilder(int index)

publicabstractFetchGitHubInstallationsResponse.InstallationOrBuildergetInstallationsOrBuilder(intindex)

List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

repeated .google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation installations = 1;

Parameter
Name Description
index int
Returns
Type Description
FetchGitHubInstallationsResponse.InstallationOrBuilder

getInstallationsOrBuilderList()

publicabstractList<?extendsFetchGitHubInstallationsResponse.InstallationOrBuilder>getInstallationsOrBuilderList()

List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise).

repeated .google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation installations = 1;

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

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.