Class FetchGitHubInstallationsResponse.Builder (0.17.0)

publicstaticfinalclass FetchGitHubInstallationsResponse.BuilderextendsGeneratedMessageV3.Builder<FetchGitHubInstallationsResponse.Builder>implementsFetchGitHubInstallationsResponseOrBuilder

Response of fetching github installations.

Protobuf type google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addAllInstallations(Iterable<? extends FetchGitHubInstallationsResponse.Installation> values)

publicFetchGitHubInstallationsResponse.BuilderaddAllInstallations(Iterable<?extendsFetchGitHubInstallationsResponse.Installation>values)

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
values Iterable<? extends com.google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse.Installation>
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

addInstallations(FetchGitHubInstallationsResponse.Installation value)

publicFetchGitHubInstallationsResponse.BuilderaddInstallations(FetchGitHubInstallationsResponse.Installationvalue)

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
value FetchGitHubInstallationsResponse.Installation
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

addInstallations(FetchGitHubInstallationsResponse.Installation.Builder builderForValue)

publicFetchGitHubInstallationsResponse.BuilderaddInstallations(FetchGitHubInstallationsResponse.Installation.BuilderbuilderForValue)

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
builderForValue FetchGitHubInstallationsResponse.Installation.Builder
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

addInstallations(int index, FetchGitHubInstallationsResponse.Installation value)

publicFetchGitHubInstallationsResponse.BuilderaddInstallations(intindex,FetchGitHubInstallationsResponse.Installationvalue)

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;

Parameters
Name Description
index int
value FetchGitHubInstallationsResponse.Installation
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

addInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)

publicFetchGitHubInstallationsResponse.BuilderaddInstallations(intindex,FetchGitHubInstallationsResponse.Installation.BuilderbuilderForValue)

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;

Parameters
Name Description
index int
builderForValue FetchGitHubInstallationsResponse.Installation.Builder
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

addInstallationsBuilder()

publicFetchGitHubInstallationsResponse.Installation.BuilderaddInstallationsBuilder()

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
FetchGitHubInstallationsResponse.Installation.Builder

addInstallationsBuilder(int index)

publicFetchGitHubInstallationsResponse.Installation.BuilderaddInstallationsBuilder(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.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicFetchGitHubInstallationsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

build()

publicFetchGitHubInstallationsResponsebuild()
Returns
Type Description
FetchGitHubInstallationsResponse

buildPartial()

publicFetchGitHubInstallationsResponsebuildPartial()
Returns
Type Description
FetchGitHubInstallationsResponse

clear()

publicFetchGitHubInstallationsResponse.Builderclear()
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicFetchGitHubInstallationsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

clearInstallations()

publicFetchGitHubInstallationsResponse.BuilderclearInstallations()

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
FetchGitHubInstallationsResponse.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

publicFetchGitHubInstallationsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

clone()

publicFetchGitHubInstallationsResponse.Builderclone()
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

getDefaultInstanceForType()

publicFetchGitHubInstallationsResponsegetDefaultInstanceForType()
Returns
Type Description
FetchGitHubInstallationsResponse

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInstallations(int index)

publicFetchGitHubInstallationsResponse.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

getInstallationsBuilder(int index)

publicFetchGitHubInstallationsResponse.Installation.BuildergetInstallationsBuilder(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.Builder

getInstallationsBuilderList()

publicList<FetchGitHubInstallationsResponse.Installation.Builder>getInstallationsBuilderList()

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<Builder>

getInstallationsCount()

publicintgetInstallationsCount()

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()

publicList<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)

publicFetchGitHubInstallationsResponse.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()

publicList<?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>

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FetchGitHubInstallationsResponse other)

publicFetchGitHubInstallationsResponse.BuildermergeFrom(FetchGitHubInstallationsResponseother)
Parameter
Name Description
other FetchGitHubInstallationsResponse
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicFetchGitHubInstallationsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicFetchGitHubInstallationsResponse.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchGitHubInstallationsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

removeInstallations(int index)

publicFetchGitHubInstallationsResponse.BuilderremoveInstallations(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.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicFetchGitHubInstallationsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

setInstallations(int index, FetchGitHubInstallationsResponse.Installation value)

publicFetchGitHubInstallationsResponse.BuildersetInstallations(intindex,FetchGitHubInstallationsResponse.Installationvalue)

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;

Parameters
Name Description
index int
value FetchGitHubInstallationsResponse.Installation
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

setInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)

publicFetchGitHubInstallationsResponse.BuildersetInstallations(intindex,FetchGitHubInstallationsResponse.Installation.BuilderbuilderForValue)

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;

Parameters
Name Description
index int
builderForValue FetchGitHubInstallationsResponse.Installation.Builder
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicFetchGitHubInstallationsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalFetchGitHubInstallationsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

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.