public static final class FetchGitHubInstallationsResponse.Builder extends GeneratedMessage.Builder<FetchGitHubInstallationsResponse.Builder> implements FetchGitHubInstallationsResponseOrBuilder
Response of fetching github installations.
Protobuf type google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllInstallations(Iterable<? extends FetchGitHubInstallationsResponse.Installation> values)
public FetchGitHubInstallationsResponse.Builder addAllInstallations(Iterable<? extends FetchGitHubInstallationsResponse.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>
|
addInstallations(FetchGitHubInstallationsResponse.Installation value)
public FetchGitHubInstallationsResponse.Builder addInstallations(FetchGitHubInstallationsResponse.Installation value)
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;
addInstallations(FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
public FetchGitHubInstallationsResponse.Builder addInstallations(FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
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;
addInstallations(int index, FetchGitHubInstallationsResponse.Installation value)
public FetchGitHubInstallationsResponse.Builder addInstallations(int index, FetchGitHubInstallationsResponse.Installation value)
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;
addInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
public FetchGitHubInstallationsResponse.Builder addInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
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;
addInstallationsBuilder()
public FetchGitHubInstallationsResponse.Installation.Builder addInstallationsBuilder()
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;
addInstallationsBuilder(int index)
public FetchGitHubInstallationsResponse.Installation.Builder addInstallationsBuilder(int index)
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
|
build()
public FetchGitHubInstallationsResponse build()
buildPartial()
public FetchGitHubInstallationsResponse buildPartial()
clear()
public FetchGitHubInstallationsResponse.Builder clear()
Overrides
clearInstallations()
public FetchGitHubInstallationsResponse.Builder clearInstallations()
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;
getDefaultInstanceForType()
public FetchGitHubInstallationsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInstallations(int index)
public FetchGitHubInstallationsResponse.Installation getInstallations(int index)
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
|
getInstallationsBuilder(int index)
public FetchGitHubInstallationsResponse.Installation.Builder getInstallationsBuilder(int index)
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
|
getInstallationsBuilderList()
public List<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;
getInstallationsCount()
public int getInstallationsCount()
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()
public List<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;
getInstallationsOrBuilder(int index)
public FetchGitHubInstallationsResponse.InstallationOrBuilder getInstallationsOrBuilder(int index)
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
|
getInstallationsOrBuilderList()
public List<? extends FetchGitHubInstallationsResponse.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()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FetchGitHubInstallationsResponse other)
public FetchGitHubInstallationsResponse.Builder mergeFrom(FetchGitHubInstallationsResponse other)
public FetchGitHubInstallationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FetchGitHubInstallationsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeInstallations(int index)
public FetchGitHubInstallationsResponse.Builder removeInstallations(int index)
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
|
setInstallations(int index, FetchGitHubInstallationsResponse.Installation value)
public FetchGitHubInstallationsResponse.Builder setInstallations(int index, FetchGitHubInstallationsResponse.Installation value)
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;
setInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
public FetchGitHubInstallationsResponse.Builder setInstallations(int index, FetchGitHubInstallationsResponse.Installation.Builder builderForValue)
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;