public static final class AppliedLicense.Builder extends GeneratedMessage.Builder<AppliedLicense.Builder> implements AppliedLicenseOrBuilderAppliedLicense holds the license data returned by adaptation module report.
Protobuf type google.cloud.vmmigration.v1.AppliedLicense
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AppliedLicense.BuilderImplements
AppliedLicenseOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AppliedLicense.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AppliedLicense.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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.TypeThe 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 |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
AppliedLicense.Builder |
This builder for chaining. |