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