public static final class ReportSummary.GroupPreferenceSetFinding extends GeneratedMessageV3 implements ReportSummary.GroupPreferenceSetFindingOrBuilder
Summary Findings for a specific Group/PreferenceSet combination.
Protobuf type google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
COMPUTE_ENGINE_FINDING_FIELD_NUMBER
public static final int COMPUTE_ENGINE_FINDING_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MACHINE_PREFERENCES_FIELD_NUMBER
public static final int MACHINE_PREFERENCES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_COMPUTE_FIELD_NUMBER
public static final int MONTHLY_COST_COMPUTE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER
public static final int MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_OS_LICENSE_FIELD_NUMBER
public static final int MONTHLY_COST_OS_LICENSE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_OTHER_FIELD_NUMBER
public static final int MONTHLY_COST_OTHER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_STORAGE_FIELD_NUMBER
public static final int MONTHLY_COST_STORAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MONTHLY_COST_TOTAL_FIELD_NUMBER
public static final int MONTHLY_COST_TOTAL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SOLE_TENANT_FINDING_FIELD_NUMBER
public static final int SOLE_TENANT_FINDING_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VMWARE_ENGINE_FINDING_FIELD_NUMBER
public static final int VMWARE_ENGINE_FINDING_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ReportSummary.GroupPreferenceSetFinding getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder()
newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)
public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)
public static ReportSummary.GroupPreferenceSetFinding parseDelimitedFrom(InputStream input)
public static ReportSummary.GroupPreferenceSetFinding parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(CodedInputStream input)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(InputStream input)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReportSummary.GroupPreferenceSetFinding> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getComputeEngineFinding()
public ReportSummary.ComputeEngineFinding getComputeEngineFinding()
A set of findings that applies to Compute Engine machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;
getComputeEngineFindingOrBuilder()
public ReportSummary.ComputeEngineFindingOrBuilder getComputeEngineFindingOrBuilder()
A set of findings that applies to Compute Engine machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;
getDefaultInstanceForType()
public ReportSummary.GroupPreferenceSetFinding getDefaultInstanceForType()
getDescription()
public String getDescription()
Description for the Preference Set.
string description = 2;
Returns |
---|
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description for the Preference Set.
string description = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for description.
|
getDisplayName()
public String getDisplayName()
Display Name of the Preference Set
string display_name = 1;
Returns |
---|
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Display Name of the Preference Set
string display_name = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
getMachinePreferences()
public VirtualMachinePreferences getMachinePreferences()
A set of preferences that applies to all machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;
getMachinePreferencesOrBuilder()
public VirtualMachinePreferencesOrBuilder getMachinePreferencesOrBuilder()
A set of preferences that applies to all machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;
getMonthlyCostCompute()
public Money getMonthlyCostCompute()
Compute monthly cost for this preference set.
.google.type.Money monthly_cost_compute = 5;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostCompute.
|
getMonthlyCostComputeOrBuilder()
public MoneyOrBuilder getMonthlyCostComputeOrBuilder()
Compute monthly cost for this preference set.
.google.type.Money monthly_cost_compute = 5;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getMonthlyCostNetworkEgress()
public Money getMonthlyCostNetworkEgress()
Network Egress monthly cost for this preference set.
.google.type.Money monthly_cost_network_egress = 7;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostNetworkEgress.
|
getMonthlyCostNetworkEgressOrBuilder()
public MoneyOrBuilder getMonthlyCostNetworkEgressOrBuilder()
Network Egress monthly cost for this preference set.
.google.type.Money monthly_cost_network_egress = 7;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getMonthlyCostOsLicense()
public Money getMonthlyCostOsLicense()
Licensing monthly cost for this preference set.
.google.type.Money monthly_cost_os_license = 6;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostOsLicense.
|
getMonthlyCostOsLicenseOrBuilder()
public MoneyOrBuilder getMonthlyCostOsLicenseOrBuilder()
Licensing monthly cost for this preference set.
.google.type.Money monthly_cost_os_license = 6;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getMonthlyCostOther()
public Money getMonthlyCostOther()
Miscellaneous monthly cost for this preference set.
.google.type.Money monthly_cost_other = 9;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostOther.
|
getMonthlyCostOtherOrBuilder()
public MoneyOrBuilder getMonthlyCostOtherOrBuilder()
Miscellaneous monthly cost for this preference set.
.google.type.Money monthly_cost_other = 9;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getMonthlyCostStorage()
public Money getMonthlyCostStorage()
Storage monthly cost for this preference set.
.google.type.Money monthly_cost_storage = 8;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostStorage.
|
getMonthlyCostStorageOrBuilder()
public MoneyOrBuilder getMonthlyCostStorageOrBuilder()
Storage monthly cost for this preference set.
.google.type.Money monthly_cost_storage = 8;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getMonthlyCostTotal()
public Money getMonthlyCostTotal()
Total monthly cost for this preference set.
.google.type.Money monthly_cost_total = 4;
Returns |
---|
Type | Description |
com.google.type.Money | The monthlyCostTotal.
|
getMonthlyCostTotalOrBuilder()
public MoneyOrBuilder getMonthlyCostTotalOrBuilder()
Total monthly cost for this preference set.
.google.type.Money monthly_cost_total = 4;
Returns |
---|
Type | Description |
com.google.type.MoneyOrBuilder | |
getParserForType()
public Parser<ReportSummary.GroupPreferenceSetFinding> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSoleTenantFinding()
public ReportSummary.SoleTenantFinding getSoleTenantFinding()
A set of findings that applies to Sole-Tenant machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;
getSoleTenantFindingOrBuilder()
public ReportSummary.SoleTenantFindingOrBuilder getSoleTenantFindingOrBuilder()
A set of findings that applies to Sole-Tenant machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;
getVmwareEngineFinding()
public ReportSummary.VmwareEngineFinding getVmwareEngineFinding()
A set of findings that applies to VMWare machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;
getVmwareEngineFindingOrBuilder()
public ReportSummary.VmwareEngineFindingOrBuilder getVmwareEngineFindingOrBuilder()
A set of findings that applies to VMWare machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;
hasComputeEngineFinding()
public boolean hasComputeEngineFinding()
A set of findings that applies to Compute Engine machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;
Returns |
---|
Type | Description |
boolean | Whether the computeEngineFinding field is set.
|
hasMachinePreferences()
public boolean hasMachinePreferences()
A set of preferences that applies to all machines in the context.
.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;
Returns |
---|
Type | Description |
boolean | Whether the machinePreferences field is set.
|
hasMonthlyCostCompute()
public boolean hasMonthlyCostCompute()
Compute monthly cost for this preference set.
.google.type.Money monthly_cost_compute = 5;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostCompute field is set.
|
hasMonthlyCostNetworkEgress()
public boolean hasMonthlyCostNetworkEgress()
Network Egress monthly cost for this preference set.
.google.type.Money monthly_cost_network_egress = 7;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostNetworkEgress field is set.
|
hasMonthlyCostOsLicense()
public boolean hasMonthlyCostOsLicense()
Licensing monthly cost for this preference set.
.google.type.Money monthly_cost_os_license = 6;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostOsLicense field is set.
|
hasMonthlyCostOther()
public boolean hasMonthlyCostOther()
Miscellaneous monthly cost for this preference set.
.google.type.Money monthly_cost_other = 9;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostOther field is set.
|
hasMonthlyCostStorage()
public boolean hasMonthlyCostStorage()
Storage monthly cost for this preference set.
.google.type.Money monthly_cost_storage = 8;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostStorage field is set.
|
hasMonthlyCostTotal()
public boolean hasMonthlyCostTotal()
Total monthly cost for this preference set.
.google.type.Money monthly_cost_total = 4;
Returns |
---|
Type | Description |
boolean | Whether the monthlyCostTotal field is set.
|
hasSoleTenantFinding()
public boolean hasSoleTenantFinding()
A set of findings that applies to Sole-Tenant machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;
Returns |
---|
Type | Description |
boolean | Whether the soleTenantFinding field is set.
|
hasVmwareEngineFinding()
public boolean hasVmwareEngineFinding()
A set of findings that applies to VMWare machines in the input.
.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;
Returns |
---|
Type | Description |
boolean | Whether the vmwareEngineFinding field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReportSummary.GroupPreferenceSetFinding.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportSummary.GroupPreferenceSetFinding.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ReportSummary.GroupPreferenceSetFinding.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides