public static final class GuestInstalledApplication.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder> implements GuestInstalledApplicationOrBuilder
Guest installed application information.Protobuf type
google.cloud.migrationcenter.v1.GuestInstalledApplication| Modifier and Type | Method and Description |
|---|---|
GuestInstalledApplication.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GuestInstalledApplication |
build() |
GuestInstalledApplication |
buildPartial() |
GuestInstalledApplication.Builder |
clear() |
GuestInstalledApplication.Builder |
clearApplicationName()
Installed application name.
|
GuestInstalledApplication.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GuestInstalledApplication.Builder |
clearInstallTime()
The time when the application was installed.
|
GuestInstalledApplication.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GuestInstalledApplication.Builder |
clearPath()
Source path.
|
GuestInstalledApplication.Builder |
clearVendor()
Installed application vendor.
|
GuestInstalledApplication.Builder |
clearVersion()
Installed application version.
|
GuestInstalledApplication.Builder |
clone() |
String |
getApplicationName()
Installed application name.
|
com.google.protobuf.ByteString |
getApplicationNameBytes()
Installed application name.
|
GuestInstalledApplication |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getInstallTime()
The time when the application was installed.
|
com.google.protobuf.Timestamp.Builder |
getInstallTimeBuilder()
The time when the application was installed.
|
com.google.protobuf.TimestampOrBuilder |
getInstallTimeOrBuilder()
The time when the application was installed.
|
String |
getPath()
Source path.
|
com.google.protobuf.ByteString |
getPathBytes()
Source path.
|
String |
getVendor()
Installed application vendor.
|
com.google.protobuf.ByteString |
getVendorBytes()
Installed application vendor.
|
String |
getVersion()
Installed application version.
|
com.google.protobuf.ByteString |
getVersionBytes()
Installed application version.
|
boolean |
hasInstallTime()
The time when the application was installed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GuestInstalledApplication.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GuestInstalledApplication.Builder |
mergeFrom(GuestInstalledApplication other) |
GuestInstalledApplication.Builder |
mergeFrom(com.google.protobuf.Message other) |
GuestInstalledApplication.Builder |
mergeInstallTime(com.google.protobuf.Timestamp value)
The time when the application was installed.
|
GuestInstalledApplication.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GuestInstalledApplication.Builder |
setApplicationName(String value)
Installed application name.
|
GuestInstalledApplication.Builder |
setApplicationNameBytes(com.google.protobuf.ByteString value)
Installed application name.
|
GuestInstalledApplication.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GuestInstalledApplication.Builder |
setInstallTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the application was installed.
|
GuestInstalledApplication.Builder |
setInstallTime(com.google.protobuf.Timestamp value)
The time when the application was installed.
|
GuestInstalledApplication.Builder |
setPath(String value)
Source path.
|
GuestInstalledApplication.Builder |
setPathBytes(com.google.protobuf.ByteString value)
Source path.
|
GuestInstalledApplication.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GuestInstalledApplication.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GuestInstalledApplication.Builder |
setVendor(String value)
Installed application vendor.
|
GuestInstalledApplication.Builder |
setVendorBytes(com.google.protobuf.ByteString value)
Installed application vendor.
|
GuestInstalledApplication.Builder |
setVersion(String value)
Installed application version.
|
GuestInstalledApplication.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
Installed application version.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GuestInstalledApplication build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GuestInstalledApplication buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GuestInstalledApplication.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder mergeFrom(GuestInstalledApplication other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public GuestInstalledApplication.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestInstalledApplication.Builder>IOExceptionpublic String getApplicationName()
Installed application name.
string application_name = 1;getApplicationName in interface GuestInstalledApplicationOrBuilderpublic com.google.protobuf.ByteString getApplicationNameBytes()
Installed application name.
string application_name = 1;getApplicationNameBytes in interface GuestInstalledApplicationOrBuilderpublic GuestInstalledApplication.Builder setApplicationName(String value)
Installed application name.
string application_name = 1;value - The applicationName to set.public GuestInstalledApplication.Builder clearApplicationName()
Installed application name.
string application_name = 1;public GuestInstalledApplication.Builder setApplicationNameBytes(com.google.protobuf.ByteString value)
Installed application name.
string application_name = 1;value - The bytes for applicationName to set.public String getVendor()
Installed application vendor.
string vendor = 2;getVendor in interface GuestInstalledApplicationOrBuilderpublic com.google.protobuf.ByteString getVendorBytes()
Installed application vendor.
string vendor = 2;getVendorBytes in interface GuestInstalledApplicationOrBuilderpublic GuestInstalledApplication.Builder setVendor(String value)
Installed application vendor.
string vendor = 2;value - The vendor to set.public GuestInstalledApplication.Builder clearVendor()
Installed application vendor.
string vendor = 2;public GuestInstalledApplication.Builder setVendorBytes(com.google.protobuf.ByteString value)
Installed application vendor.
string vendor = 2;value - The bytes for vendor to set.public boolean hasInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;hasInstallTime in interface GuestInstalledApplicationOrBuilderpublic com.google.protobuf.Timestamp getInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;getInstallTime in interface GuestInstalledApplicationOrBuilderpublic GuestInstalledApplication.Builder setInstallTime(com.google.protobuf.Timestamp value)
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;public GuestInstalledApplication.Builder setInstallTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;public GuestInstalledApplication.Builder mergeInstallTime(com.google.protobuf.Timestamp value)
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;public GuestInstalledApplication.Builder clearInstallTime()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;public com.google.protobuf.Timestamp.Builder getInstallTimeBuilder()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;public com.google.protobuf.TimestampOrBuilder getInstallTimeOrBuilder()
The time when the application was installed.
.google.protobuf.Timestamp install_time = 3;getInstallTimeOrBuilder in interface GuestInstalledApplicationOrBuilderpublic String getPath()
Source path.
string path = 4;getPath in interface GuestInstalledApplicationOrBuilderpublic com.google.protobuf.ByteString getPathBytes()
Source path.
string path = 4;getPathBytes in interface GuestInstalledApplicationOrBuilderpublic GuestInstalledApplication.Builder setPath(String value)
Source path.
string path = 4;value - The path to set.public GuestInstalledApplication.Builder clearPath()
Source path.
string path = 4;public GuestInstalledApplication.Builder setPathBytes(com.google.protobuf.ByteString value)
Source path.
string path = 4;value - The bytes for path to set.public String getVersion()
Installed application version.
string version = 5;getVersion in interface GuestInstalledApplicationOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
Installed application version.
string version = 5;getVersionBytes in interface GuestInstalledApplicationOrBuilderpublic GuestInstalledApplication.Builder setVersion(String value)
Installed application version.
string version = 5;value - The version to set.public GuestInstalledApplication.Builder clearVersion()
Installed application version.
string version = 5;public GuestInstalledApplication.Builder setVersionBytes(com.google.protobuf.ByteString value)
Installed application version.
string version = 5;value - The bytes for version to set.public final GuestInstalledApplication.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>public final GuestInstalledApplication.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestInstalledApplication.Builder>Copyright © 2024 Google LLC. All rights reserved.