Class FetchGitHubInstallationsResponse (0.2.0)

public final class FetchGitHubInstallationsResponse extends GeneratedMessageV3 implements FetchGitHubInstallationsResponseOrBuilder

Response of fetching github installations.

Protobuf type google.cloud.developerconnect.v1.FetchGitHubInstallationsResponse

Inheritance

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

Static Fields

INSTALLATIONS_FIELD_NUMBER

public static final int INSTALLATIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static FetchGitHubInstallationsResponse getDefaultInstance()
Returns
Type Description
FetchGitHubInstallationsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static FetchGitHubInstallationsResponse.Builder newBuilder()
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

newBuilder(FetchGitHubInstallationsResponse prototype)

public static FetchGitHubInstallationsResponse.Builder newBuilder(FetchGitHubInstallationsResponse prototype)
Parameter
Name Description
prototype FetchGitHubInstallationsResponse
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

parseDelimitedFrom(InputStream input)

public static FetchGitHubInstallationsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static FetchGitHubInstallationsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchGitHubInstallationsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchGitHubInstallationsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static FetchGitHubInstallationsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static FetchGitHubInstallationsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchGitHubInstallationsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FetchGitHubInstallationsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<FetchGitHubInstallationsResponse> parser()
Returns
Type Description
Parser<FetchGitHubInstallationsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public FetchGitHubInstallationsResponse getDefaultInstanceForType()
Returns
Type Description
FetchGitHubInstallationsResponse

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

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;

Returns
Type Description
List<Installation>

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
Returns
Type Description
FetchGitHubInstallationsResponse.InstallationOrBuilder

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>

getParserForType()

public Parser<FetchGitHubInstallationsResponse> getParserForType()
Returns
Type Description
Parser<FetchGitHubInstallationsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public FetchGitHubInstallationsResponse.Builder newBuilderForType()
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchGitHubInstallationsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
FetchGitHubInstallationsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public FetchGitHubInstallationsResponse.Builder toBuilder()
Returns
Type Description
FetchGitHubInstallationsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException