public static final class AwsSourceVmDetails.Builder extends GeneratedMessageV3.Builder<AwsSourceVmDetails.Builder> implements AwsSourceVmDetailsOrBuilder
Represent the source AWS VM details.
Protobuf type google.events.cloud.vmmigration.v1.AwsSourceVmDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllDisks(Iterable<? extends AwsSourceVmDetails.AwsDiskDetails> values)
public AwsSourceVmDetails.Builder addAllDisks(Iterable<? extends AwsSourceVmDetails.AwsDiskDetails> values)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails>
|
addDisks(AwsSourceVmDetails.AwsDiskDetails value)
public AwsSourceVmDetails.Builder addDisks(AwsSourceVmDetails.AwsDiskDetails value)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
addDisks(AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
public AwsSourceVmDetails.Builder addDisks(AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
addDisks(int index, AwsSourceVmDetails.AwsDiskDetails value)
public AwsSourceVmDetails.Builder addDisks(int index, AwsSourceVmDetails.AwsDiskDetails value)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
addDisks(int index, AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
public AwsSourceVmDetails.Builder addDisks(int index, AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
addDisksBuilder()
public AwsSourceVmDetails.AwsDiskDetails.Builder addDisksBuilder()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
addDisksBuilder(int index)
public AwsSourceVmDetails.AwsDiskDetails.Builder addDisksBuilder(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AwsSourceVmDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AwsSourceVmDetails build()
buildPartial()
public AwsSourceVmDetails buildPartial()
clear()
public AwsSourceVmDetails.Builder clear()
Overrides
clearCommittedStorageBytes()
public AwsSourceVmDetails.Builder clearCommittedStorageBytes()
The total size of the disks being migrated in bytes.
int64 committed_storage_bytes = 2;
clearDisks()
public AwsSourceVmDetails.Builder clearDisks()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
clearField(Descriptors.FieldDescriptor field)
public AwsSourceVmDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFirmware()
public AwsSourceVmDetails.Builder clearFirmware()
The firmware type of the source VM.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public AwsSourceVmDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AwsSourceVmDetails.Builder clone()
Overrides
getCommittedStorageBytes()
public long getCommittedStorageBytes()
The total size of the disks being migrated in bytes.
int64 committed_storage_bytes = 2;
Returns |
---|
Type | Description |
long | The committedStorageBytes.
|
getDefaultInstanceForType()
public AwsSourceVmDetails getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisks(int index)
public AwsSourceVmDetails.AwsDiskDetails getDisks(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
index | int
|
getDisksBuilder(int index)
public AwsSourceVmDetails.AwsDiskDetails.Builder getDisksBuilder(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
index | int
|
getDisksBuilderList()
public List<AwsSourceVmDetails.AwsDiskDetails.Builder> getDisksBuilderList()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
getDisksCount()
public int getDisksCount()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Returns |
---|
Type | Description |
int | |
getDisksList()
public List<AwsSourceVmDetails.AwsDiskDetails> getDisksList()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
getDisksOrBuilder(int index)
public AwsSourceVmDetails.AwsDiskDetailsOrBuilder getDisksOrBuilder(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
index | int
|
getDisksOrBuilderList()
public List<? extends AwsSourceVmDetails.AwsDiskDetailsOrBuilder> getDisksOrBuilderList()
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Returns |
---|
Type | Description |
List<? extends com.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetailsOrBuilder> | |
getFirmware()
public AwsSourceVmDetails.Firmware getFirmware()
The firmware type of the source VM.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
getFirmwareValue()
public int getFirmwareValue()
The firmware type of the source VM.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for firmware.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AwsSourceVmDetails other)
public AwsSourceVmDetails.Builder mergeFrom(AwsSourceVmDetails other)
public AwsSourceVmDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AwsSourceVmDetails.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AwsSourceVmDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeDisks(int index)
public AwsSourceVmDetails.Builder removeDisks(int index)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
Parameter |
---|
Name | Description |
index | int
|
setCommittedStorageBytes(long value)
public AwsSourceVmDetails.Builder setCommittedStorageBytes(long value)
The total size of the disks being migrated in bytes.
int64 committed_storage_bytes = 2;
Parameter |
---|
Name | Description |
value | long
The committedStorageBytes to set.
|
setDisks(int index, AwsSourceVmDetails.AwsDiskDetails value)
public AwsSourceVmDetails.Builder setDisks(int index, AwsSourceVmDetails.AwsDiskDetails value)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
setDisks(int index, AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
public AwsSourceVmDetails.Builder setDisks(int index, AwsSourceVmDetails.AwsDiskDetails.Builder builderForValue)
The disks attached to the source VM.
repeated .google.events.cloud.vmmigration.v1.AwsSourceVmDetails.AwsDiskDetails disks = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public AwsSourceVmDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFirmware(AwsSourceVmDetails.Firmware value)
public AwsSourceVmDetails.Builder setFirmware(AwsSourceVmDetails.Firmware value)
The firmware type of the source VM.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
setFirmwareValue(int value)
public AwsSourceVmDetails.Builder setFirmwareValue(int value)
The firmware type of the source VM.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware firmware = 1;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for firmware to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AwsSourceVmDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AwsSourceVmDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides