Uses of Class
com.google.cloud.vmmigration.v1.VmwareVmsDetails
-
Packages that use VmwareVmsDetails Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of VmwareVmsDetails in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return VmwareVmsDetails Modifier and Type Method Description VmwareVmsDetails
VmwareVmsDetails.Builder. build()
VmwareVmsDetails
VmwareVmsDetails.Builder. buildPartial()
static VmwareVmsDetails
VmwareVmsDetails. getDefaultInstance()
VmwareVmsDetails
VmwareVmsDetails.Builder. getDefaultInstanceForType()
VmwareVmsDetails
VmwareVmsDetails. getDefaultInstanceForType()
VmwareVmsDetails
FetchInventoryResponse.Builder. getVmwareVms()
The description of the VMs in a Source of type Vmware.VmwareVmsDetails
FetchInventoryResponse. getVmwareVms()
The description of the VMs in a Source of type Vmware.VmwareVmsDetails
FetchInventoryResponseOrBuilder. getVmwareVms()
The description of the VMs in a Source of type Vmware.static VmwareVmsDetails
VmwareVmsDetails. parseDelimitedFrom(InputStream input)
static VmwareVmsDetails
VmwareVmsDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(byte[] data)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(com.google.protobuf.ByteString data)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(com.google.protobuf.CodedInputStream input)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(InputStream input)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(ByteBuffer data)
static VmwareVmsDetails
VmwareVmsDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type VmwareVmsDetails Modifier and Type Method Description com.google.protobuf.Parser<VmwareVmsDetails>
VmwareVmsDetails. getParserForType()
static com.google.protobuf.Parser<VmwareVmsDetails>
VmwareVmsDetails. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type VmwareVmsDetails Modifier and Type Method Description VmwareVmsDetails.Builder
VmwareVmsDetails.Builder. mergeFrom(VmwareVmsDetails other)
FetchInventoryResponse.Builder
FetchInventoryResponse.Builder. mergeVmwareVms(VmwareVmsDetails value)
The description of the VMs in a Source of type Vmware.static VmwareVmsDetails.Builder
VmwareVmsDetails. newBuilder(VmwareVmsDetails prototype)
FetchInventoryResponse.Builder
FetchInventoryResponse.Builder. setVmwareVms(VmwareVmsDetails value)
The description of the VMs in a Source of type Vmware.
-