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

INSTALL_TIME_FIELD_NUMBER

public static final int INSTALL_TIME_FIELD_NUMBER
Field Value
Type Description
int

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
Field Value
Type Description
int

VENDOR_FIELD_NUMBER

public static final int VENDOR_FIELD_NUMBER
Field Value
Type Description
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GuestInstalledApplication getDefaultInstance()
Returns
Type Description
GuestInstalledApplication

getDescriptor()

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

newBuilder()

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

newBuilder(GuestInstalledApplication prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getApplicationName()

public String getApplicationName()

Installed application name.

string application_name = 1;

Returns
Type Description
String

The applicationName.

getApplicationNameBytes()

public ByteString getApplicationNameBytes()

Installed application name.

string application_name = 1;

Returns
Type Description
ByteString

The bytes for applicationName.

getDefaultInstanceForType()

public GuestInstalledApplication getDefaultInstanceForType()
Returns
Type Description
GuestInstalledApplication

getInstallTime()

public Timestamp getInstallTime()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
Type Description
Timestamp

The installTime.

getInstallTimeOrBuilder()

public TimestampOrBuilder getInstallTimeOrBuilder()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
Type Description
TimestampOrBuilder

getParserForType()

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

getPath()

public String getPath()

Source path.

string path = 4;

Returns
Type Description
String

The path.

getPathBytes()

public ByteString getPathBytes()

Source path.

string path = 4;

Returns
Type Description
ByteString

The bytes for path.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVendor()

public String getVendor()

Installed application vendor.

string vendor = 2;

Returns
Type Description
String

The vendor.

getVendorBytes()

public ByteString getVendorBytes()

Installed application vendor.

string vendor = 2;

Returns
Type Description
ByteString

The bytes for vendor.

getVersion()

public String getVersion()

Installed application version.

string version = 5;

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

Installed application version.

string version = 5;

Returns
Type Description
ByteString

The bytes for version.

hasInstallTime()

public boolean hasInstallTime()

The time when the application was installed.

.google.protobuf.Timestamp install_time = 3;

Returns
Type Description
boolean

Whether the installTime field is set.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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