Interface FetchGitHubInstallationsResponse.InstallationOrBuilder (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface FetchGitHubInstallationsResponse.InstallationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getId()
publicabstractlonggetId()ID of the installation in GitHub.
int64 id = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The id. |
getName()
publicabstractStringgetName()Name of the GitHub user or organization that owns this installation.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicabstractByteStringgetNameBytes()Name of the GitHub user or organization that owns this installation.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getType()
publicabstractStringgetType()Either "user" or "organization".
string type = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
publicabstractByteStringgetTypeBytes()Either "user" or "organization".
string type = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |