Class AppliedLicense.Builder (1.83.0)

public static final class AppliedLicense.Builder extends GeneratedMessage.Builder<AppliedLicense.Builder> implements AppliedLicenseOrBuilder

AppliedLicense holds the license data returned by adaptation module report.

Protobuf type google.cloud.vmmigration.v1.AppliedLicense

Static Methods

getDescriptor()

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

Methods

build()

public AppliedLicense build()
Returns
Type Description
AppliedLicense

buildPartial()

public AppliedLicense buildPartial()
Returns
Type Description
AppliedLicense

clear()

public AppliedLicense.Builder clear()
Returns
Type Description
AppliedLicense.Builder
Overrides

clearOsLicense()

public AppliedLicense.Builder clearOsLicense()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

clearType()

public AppliedLicense.Builder clearType()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

getDefaultInstanceForType()

public AppliedLicense getDefaultInstanceForType()
Returns
Type Description
AppliedLicense

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOsLicense()

public String getOsLicense()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
Type Description
String

The osLicense.

getOsLicenseBytes()

public ByteString getOsLicenseBytes()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
Type Description
ByteString

The bytes for osLicense.

getType()

public AppliedLicense.Type getType()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
Type Description
AppliedLicense.Type

The type.

getTypeValue()

public int getTypeValue()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AppliedLicense other)

public AppliedLicense.Builder mergeFrom(AppliedLicense other)
Parameter
Name Description
other AppliedLicense
Returns
Type Description
AppliedLicense.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppliedLicense.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppliedLicense.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AppliedLicense.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AppliedLicense.Builder
Overrides

setOsLicense(String value)

public AppliedLicense.Builder setOsLicense(String value)

The OS license returned from the adaptation module's report.

string os_license = 2;

Parameter
Name Description
value String

The osLicense to set.

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

setOsLicenseBytes(ByteString value)

public AppliedLicense.Builder setOsLicenseBytes(ByteString value)

The OS license returned from the adaptation module's report.

string os_license = 2;

Parameter
Name Description
value ByteString

The bytes for osLicense to set.

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

setType(AppliedLicense.Type value)

public AppliedLicense.Builder setType(AppliedLicense.Type value)

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Parameter
Name Description
value AppliedLicense.Type

The type to set.

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

setTypeValue(int value)

public AppliedLicense.Builder setTypeValue(int value)

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.