public static interface FetchGitHubInstallationsResponse.InstallationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract long getId()
ID of the installation in GitHub.
int64 id = 1;
Returns | |
---|---|
Type | Description |
long |
The id. |
getName()
public abstract String getName()
Name of the GitHub user or organization that owns this installation.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the GitHub user or organization that owns this installation.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract String getType()
Either "user" or "organization".
string type = 3;
Returns | |
---|---|
Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
Either "user" or "organization".
string type = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for type. |