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