- 0.60.0 (latest)
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.52.0
 - 0.50.0
 - 0.49.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class GuestInstalledApplication.Builder extends GeneratedMessageV3.Builder<GuestInstalledApplication.Builder> implements GuestInstalledApplicationOrBuilderGuest installed application information.
 Protobuf type google.cloud.migrationcenter.v1.GuestInstalledApplication
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestInstalledApplication.BuilderImplements
GuestInstalledApplicationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestInstalledApplication.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
build()
public GuestInstalledApplication build()| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication | 
        |
buildPartial()
public GuestInstalledApplication buildPartial()| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication | 
        |
clear()
public GuestInstalledApplication.Builder clear()| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
clearApplicationName()
public GuestInstalledApplication.Builder clearApplicationName()Installed application name.
 string application_name = 1;
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public GuestInstalledApplication.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
clearInstallTime()
public GuestInstalledApplication.Builder clearInstallTime()The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestInstalledApplication.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
clearPath()
public GuestInstalledApplication.Builder clearPath()Source path.
 string path = 4;
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
clearVendor()
public GuestInstalledApplication.Builder clearVendor()Installed application vendor.
 string vendor = 2;
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
clearVersion()
public GuestInstalledApplication.Builder clearVersion()Installed application version.
 string version = 5;
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
clone()
public GuestInstalledApplication.Builder clone()| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
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 | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getInstallTime()
public Timestamp getInstallTime()The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The installTime.  | 
      
getInstallTimeBuilder()
public Timestamp.Builder getInstallTimeBuilder()The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getInstallTimeOrBuilder()
public TimestampOrBuilder getInstallTimeOrBuilder()The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
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.  | 
      
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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(GuestInstalledApplication other)
public GuestInstalledApplication.Builder mergeFrom(GuestInstalledApplication other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GuestInstalledApplication | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestInstalledApplication.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public GuestInstalledApplication.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
mergeInstallTime(Timestamp value)
public GuestInstalledApplication.Builder mergeInstallTime(Timestamp value)The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestInstalledApplication.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setApplicationName(String value)
public GuestInstalledApplication.Builder setApplicationName(String value)Installed application name.
 string application_name = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe applicationName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setApplicationNameBytes(ByteString value)
public GuestInstalledApplication.Builder setApplicationNameBytes(ByteString value)Installed application name.
 string application_name = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for applicationName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public GuestInstalledApplication.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setInstallTime(Timestamp value)
public GuestInstalledApplication.Builder setInstallTime(Timestamp value)The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setInstallTime(Timestamp.Builder builderForValue)
public GuestInstalledApplication.Builder setInstallTime(Timestamp.Builder builderForValue)The time when the application was installed.
 .google.protobuf.Timestamp install_time = 3;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setPath(String value)
public GuestInstalledApplication.Builder setPath(String value)Source path.
 string path = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe path to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setPathBytes(ByteString value)
public GuestInstalledApplication.Builder setPathBytes(ByteString value)Source path.
 string path = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for path to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestInstalledApplication.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestInstalledApplication.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        |
setVendor(String value)
public GuestInstalledApplication.Builder setVendor(String value)Installed application vendor.
 string vendor = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe vendor to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setVendorBytes(ByteString value)
public GuestInstalledApplication.Builder setVendorBytes(ByteString value)Installed application vendor.
 string vendor = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for vendor to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setVersion(String value)
public GuestInstalledApplication.Builder setVersion(String value)Installed application version.
 string version = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  | 
      
setVersionBytes(ByteString value)
public GuestInstalledApplication.Builder setVersionBytes(ByteString value)Installed application version.
 string version = 5;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for version to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
GuestInstalledApplication.Builder | 
        This builder for chaining.  |