Uses of Class
com.google.cloud.vmmigration.v1.VmwareVmDetails
-
Packages that use VmwareVmDetails Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of VmwareVmDetails in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmwareVmDetails Modifier and Type Method Description VmwareVmDetails
VmwareVmDetails.Builder. build()
VmwareVmDetails
VmwareVmDetails.Builder. buildPartial()
static VmwareVmDetails
VmwareVmDetails. getDefaultInstance()
VmwareVmDetails
VmwareVmDetails.Builder. getDefaultInstanceForType()
VmwareVmDetails
VmwareVmDetails. getDefaultInstanceForType()
VmwareVmDetails
VmwareVmsDetails.Builder. getDetails(int index)
The details of the vmware VMs.VmwareVmDetails
VmwareVmsDetails. getDetails(int index)
The details of the vmware VMs.VmwareVmDetails
VmwareVmsDetailsOrBuilder. getDetails(int index)
The details of the vmware VMs.VmwareVmDetails
VmUtilizationInfo.Builder. getVmwareVmDetails()
The description of the VM in a Source of type Vmware.VmwareVmDetails
VmUtilizationInfo. getVmwareVmDetails()
The description of the VM in a Source of type Vmware.VmwareVmDetails
VmUtilizationInfoOrBuilder. getVmwareVmDetails()
The description of the VM in a Source of type Vmware.static VmwareVmDetails
VmwareVmDetails. parseDelimitedFrom(InputStream input)
static VmwareVmDetails
VmwareVmDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmDetails
VmwareVmDetails. parseFrom(byte[] data)
static VmwareVmDetails
VmwareVmDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmDetails
VmwareVmDetails. parseFrom(com.google.protobuf.ByteString data)
static VmwareVmDetails
VmwareVmDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmDetails
VmwareVmDetails. parseFrom(com.google.protobuf.CodedInputStream input)
static VmwareVmDetails
VmwareVmDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmDetails
VmwareVmDetails. parseFrom(InputStream input)
static VmwareVmDetails
VmwareVmDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmDetails
VmwareVmDetails. parseFrom(ByteBuffer data)
static VmwareVmDetails
VmwareVmDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmwareVmDetails Modifier and Type Method Description List<VmwareVmDetails>
VmwareVmsDetails.Builder. getDetailsList()
The details of the vmware VMs.List<VmwareVmDetails>
VmwareVmsDetails. getDetailsList()
The details of the vmware VMs.List<VmwareVmDetails>
VmwareVmsDetailsOrBuilder. getDetailsList()
The details of the vmware VMs.com.google.protobuf.Parser<VmwareVmDetails>
VmwareVmDetails. getParserForType()
static com.google.protobuf.Parser<VmwareVmDetails>
VmwareVmDetails. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type VmwareVmDetails Modifier and Type Method Description VmwareVmsDetails.Builder
VmwareVmsDetails.Builder. addDetails(int index, VmwareVmDetails value)
The details of the vmware VMs.VmwareVmsDetails.Builder
VmwareVmsDetails.Builder. addDetails(VmwareVmDetails value)
The details of the vmware VMs.VmwareVmDetails.Builder
VmwareVmDetails.Builder. mergeFrom(VmwareVmDetails other)
VmUtilizationInfo.Builder
VmUtilizationInfo.Builder. mergeVmwareVmDetails(VmwareVmDetails value)
The description of the VM in a Source of type Vmware.static VmwareVmDetails.Builder
VmwareVmDetails. newBuilder(VmwareVmDetails prototype)
VmwareVmsDetails.Builder
VmwareVmsDetails.Builder. setDetails(int index, VmwareVmDetails value)
The details of the vmware VMs.VmUtilizationInfo.Builder
VmUtilizationInfo.Builder. setVmwareVmDetails(VmwareVmDetails value)
The description of the VM in a Source of type Vmware.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type VmwareVmDetails Modifier and Type Method Description VmwareVmsDetails.Builder
VmwareVmsDetails.Builder. addAllDetails(Iterable<? extends VmwareVmDetails> values)
The details of the vmware VMs.
-