Class GuestInstalledApplicationList (0.24.0)

public final class GuestInstalledApplicationList extends GeneratedMessageV3 implements GuestInstalledApplicationListOrBuilder

Guest installed application list.

Protobuf type google.cloud.migrationcenter.v1.GuestInstalledApplicationList

Static Fields

ENTRIES_FIELD_NUMBER

public static final int ENTRIES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GuestInstalledApplicationList getDefaultInstance()
Returns
TypeDescription
GuestInstalledApplicationList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GuestInstalledApplicationList.Builder newBuilder()
Returns
TypeDescription
GuestInstalledApplicationList.Builder

newBuilder(GuestInstalledApplicationList prototype)

public static GuestInstalledApplicationList.Builder newBuilder(GuestInstalledApplicationList prototype)
Parameter
NameDescription
prototypeGuestInstalledApplicationList
Returns
TypeDescription
GuestInstalledApplicationList.Builder

parseDelimitedFrom(InputStream input)

public static GuestInstalledApplicationList parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GuestInstalledApplicationList parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GuestInstalledApplicationList parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GuestInstalledApplicationList parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GuestInstalledApplicationList parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GuestInstalledApplicationList parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GuestInstalledApplicationList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GuestInstalledApplicationList
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GuestInstalledApplicationList> parser()
Returns
TypeDescription
Parser<GuestInstalledApplicationList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GuestInstalledApplicationList getDefaultInstanceForType()
Returns
TypeDescription
GuestInstalledApplicationList

getEntries(int index)

public GuestInstalledApplication getEntries(int index)

Application entries.

repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestInstalledApplication

getEntriesCount()

public int getEntriesCount()

Application entries.

repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;

Returns
TypeDescription
int

getEntriesList()

public List<GuestInstalledApplication> getEntriesList()

Application entries.

repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;

Returns
TypeDescription
List<GuestInstalledApplication>

getEntriesOrBuilder(int index)

public GuestInstalledApplicationOrBuilder getEntriesOrBuilder(int index)

Application entries.

repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
GuestInstalledApplicationOrBuilder

getEntriesOrBuilderList()

public List<? extends GuestInstalledApplicationOrBuilder> getEntriesOrBuilderList()

Application entries.

repeated .google.cloud.migrationcenter.v1.GuestInstalledApplication entries = 1;

Returns
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.GuestInstalledApplicationOrBuilder>

getParserForType()

public Parser<GuestInstalledApplicationList> getParserForType()
Returns
TypeDescription
Parser<GuestInstalledApplicationList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GuestInstalledApplicationList.Builder newBuilderForType()
Returns
TypeDescription
GuestInstalledApplicationList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GuestInstalledApplicationList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GuestInstalledApplicationList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GuestInstalledApplicationList.Builder toBuilder()
Returns
TypeDescription
GuestInstalledApplicationList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException