Class FetchGitHubInstallationsResponse.Installation (0.32.0)

publicstaticfinalclass FetchGitHubInstallationsResponse.InstallationextendsGeneratedMessageV3implementsFetchGitHubInstallationsResponse.InstallationOrBuilder

Represents an installation of the GitHub App.

Protobuf type google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FetchGitHubInstallationsResponse.Installation

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ID_FIELD_NUMBER

publicstaticfinalintID_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

publicstaticfinalintNAME_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

publicstaticfinalintTYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticFetchGitHubInstallationsResponse.InstallationgetDefaultInstance()
Returns
Type Description
FetchGitHubInstallationsResponse.Installation

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticFetchGitHubInstallationsResponse.Installation.BuildernewBuilder()
Returns
Type Description
FetchGitHubInstallationsResponse.Installation.Builder

newBuilder(FetchGitHubInstallationsResponse.Installation prototype)

publicstaticFetchGitHubInstallationsResponse.Installation.BuildernewBuilder(FetchGitHubInstallationsResponse.Installationprototype)
Parameter
Name Description
prototype FetchGitHubInstallationsResponse.Installation
Returns
Type Description
FetchGitHubInstallationsResponse.Installation.Builder

parseDelimitedFrom(InputStream input)

publicstaticFetchGitHubInstallationsResponse.InstallationparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticFetchGitHubInstallationsResponse.InstallationparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Installation
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<FetchGitHubInstallationsResponse.Installation>parser()
Returns
Type Description
Parser<Installation>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicFetchGitHubInstallationsResponse.InstallationgetDefaultInstanceForType()
Returns
Type Description
FetchGitHubInstallationsResponse.Installation

getId()

publiclonggetId()

ID of the installation in GitHub.

int64 id = 1;

Returns
Type Description
long

The id.

getName()

publicStringgetName()

Name of the GitHub user or organization that owns this installation.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

publicByteStringgetNameBytes()

Name of the GitHub user or organization that owns this installation.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

publicParser<FetchGitHubInstallationsResponse.Installation>getParserForType()
Returns
Type Description
Parser<Installation>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getType()

publicStringgetType()

Either "user" or "organization".

string type = 3;

Returns
Type Description
String

The type.

getTypeBytes()

publicByteStringgetTypeBytes()

Either "user" or "organization".

string type = 3;

Returns
Type Description
ByteString

The bytes for type.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicFetchGitHubInstallationsResponse.Installation.BuildernewBuilderForType()
Returns
Type Description
FetchGitHubInstallationsResponse.Installation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedFetchGitHubInstallationsResponse.Installation.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchGitHubInstallationsResponse.Installation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicFetchGitHubInstallationsResponse.Installation.BuildertoBuilder()
Returns
Type Description
FetchGitHubInstallationsResponse.Installation.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.