Interface FetchGitHubInstallationsResponse.InstallationOrBuilder (0.29.0)

publicstaticinterface FetchGitHubInstallationsResponse.InstallationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

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.