public static final class GuestInstalledApplication.Builder extends GeneratedMessageV3.Builder<GuestInstalledApplication.Builder> implements GuestInstalledApplicationOrBuilder
Guest 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 | String The 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 | ByteString The 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 | String The 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 | ByteString The 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 | String The 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 | ByteString The 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 | String The 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 | ByteString The bytes for version to set. |
Returns | |
---|---|
Type | Description |
GuestInstalledApplication.Builder | This builder for chaining. |