Interface FetchGitHubInstallationsResponseOrBuilder (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface FetchGitHubInstallationsResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|