Class GuestInstalledApplication (0.19.0)

public final class GuestInstalledApplication extends GeneratedMessageV3 implements GuestInstalledApplicationOrBuilder

Guest installed application information.

Protobuf type google.cloud.migrationcenter.v1.GuestInstalledApplication

Static Fields

APPLICATION_NAME_FIELD_NUMBER

public static final int APPLICATION_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

INSTALL_TIME_FIELD_NUMBER

public static final int INSTALL_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
TypeDescription
int

VENDOR_FIELD_NUMBER

public static final int VENDOR_FIELD_NUMBER
Field Value
TypeDescription
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GuestInstalledApplication getDefaultInstance()
Returns
TypeDescription
GuestInstalledApplication

getDescriptor()

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

newBuilder()

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

newBuilder(GuestInstalledApplication prototype)

public static GuestInstalledApplication.Builder newBuilder(GuestInstalledApplication prototype)
Parameter
NameDescription
prototypeGuestInstalledApplication
Returns
TypeDescription
GuestInstalledApplication.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getApplicationName()

public String getApplicationName()

Installed application name.

string application_name = 1;

Returns
TypeDescription
String

The applicationName.

getApplicationNameBytes()

public ByteString getApplicationNameBytes()

Installed application name.

string application_name = 1;

Returns
TypeDescription
ByteString

The bytes for applicationName.

getDefaultInstanceForType()

public GuestInstalledApplication getDefaultInstanceForType()
Returns
TypeDescription
GuestInstalledApplication

getInstallTime()

public Timestamp getInstallTime()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
TypeDescription
Timestamp

The installTime.

getInstallTimeOrBuilder()

public TimestampOrBuilder getInstallTimeOrBuilder()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getParserForType()

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

getPath()

public String getPath()

Source path.

string path = 4;

Returns
TypeDescription
String

The path.

getPathBytes()

public ByteString getPathBytes()

Source path.

string path = 4;

Returns
TypeDescription
ByteString

The bytes for path.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVendor()

public String getVendor()

Installed application vendor.

string vendor = 2;

Returns
TypeDescription
String

The vendor.

getVendorBytes()

public ByteString getVendorBytes()

Installed application vendor.

string vendor = 2;

Returns
TypeDescription
ByteString

The bytes for vendor.

getVersion()

public String getVersion()

Installed application version.

string version = 5;

Returns
TypeDescription
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Installed application version.

string version = 5;

Returns
TypeDescription
ByteString

The bytes for version.

hasInstallTime()

public boolean hasInstallTime()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
TypeDescription
boolean

Whether the installTime field is set.

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 GuestInstalledApplication.Builder newBuilderForType()
Returns
TypeDescription
GuestInstalledApplication.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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