Class GuestInstalledApplicationList (0.26.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
Type Description
int

Static Methods

getDefaultInstance()

public static GuestInstalledApplicationList getDefaultInstance()
Returns
Type Description
GuestInstalledApplicationList

getDescriptor()

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

newBuilder()

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

newBuilder(GuestInstalledApplicationList prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public GuestInstalledApplicationList getDefaultInstanceForType()
Returns
Type Description
GuestInstalledApplicationList

getEntries(int index)

public GuestInstalledApplication getEntries(int index)

Application entries.

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

Parameter
Name Description
index int
Returns
Type Description
GuestInstalledApplication

getEntriesCount()

public int getEntriesCount()

Application entries.

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

Returns
Type Description
int

getEntriesList()

public List<GuestInstalledApplication> getEntriesList()

Application entries.

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

Returns
Type Description
List<GuestInstalledApplication>

getEntriesOrBuilder(int index)

public GuestInstalledApplicationOrBuilder getEntriesOrBuilder(int index)

Application entries.

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

Parameter
Name Description
index int
Returns
Type Description
GuestInstalledApplicationOrBuilder

getEntriesOrBuilderList()

public List<? extends GuestInstalledApplicationOrBuilder> getEntriesOrBuilderList()

Application entries.

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

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

getParserForType()

public Parser<GuestInstalledApplicationList> getParserForType()
Returns
Type Description
Parser<GuestInstalledApplicationList>
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 GuestInstalledApplicationList.Builder newBuilderForType()
Returns
Type Description
GuestInstalledApplicationList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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