public final class GuestInstalledApplication extends GeneratedMessageV3 implements GuestInstalledApplicationOrBuilder
Guest installed application information.
Protobuf type google.cloud.migrationcenter.v1.GuestInstalledApplication
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GuestInstalledApplication.Builder newBuilder()
newBuilder(GuestInstalledApplication prototype)
public static GuestInstalledApplication.Builder newBuilder(GuestInstalledApplication prototype)
public static GuestInstalledApplication parseDelimitedFrom(InputStream input)
public static GuestInstalledApplication parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GuestInstalledApplication parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestInstalledApplication parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GuestInstalledApplication parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestInstalledApplication parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestInstalledApplication parseFrom(CodedInputStream input)
public static GuestInstalledApplication parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestInstalledApplication parseFrom(InputStream input)
public static GuestInstalledApplication parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GuestInstalledApplication parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestInstalledApplication parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GuestInstalledApplication> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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()
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;
getParserForType()
public Parser<GuestInstalledApplication> getParserForType()
Overrides
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()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GuestInstalledApplication.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestInstalledApplication.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GuestInstalledApplication.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides