Interface FetchGitHubInstallationsResponseOrBuilder (0.1.0)

public interface FetchGitHubInstallationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstallations(int index)

public abstract FetchGitHubInstallationsResponse.Installation getInstallations(int index)

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()

public abstract int getInstallationsCount()

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()

public abstract List<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)

public abstract FetchGitHubInstallationsResponse.InstallationOrBuilder getInstallationsOrBuilder(int index)

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()

public abstract List<? extends FetchGitHubInstallationsResponse.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>