public static final class FetchGitHubInstallationsResponse.Builder extends GeneratedMessageV3.Builder<FetchGitHubInstallationsResponse.Builder> implements FetchGitHubInstallationsResponseOrBuilder
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()
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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchGitHubInstallationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public FetchGitHubInstallationsResponse build()
buildPartial()
public FetchGitHubInstallationsResponse buildPartial()
clear()
public FetchGitHubInstallationsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public FetchGitHubInstallationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchGitHubInstallationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public FetchGitHubInstallationsResponse.Builder clone()
Overrides
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 GeneratedMessageV3.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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitHubInstallationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public FetchGitHubInstallationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchGitHubInstallationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitHubInstallationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides