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 AwsVmDetailsAwsVmDetails.Builder. build()AwsVmDetailsAwsVmDetails.Builder. buildPartial()static AwsVmDetailsAwsVmDetails. getDefaultInstance()AwsVmDetailsAwsVmDetails.Builder. getDefaultInstanceForType()AwsVmDetailsAwsVmDetails. getDefaultInstanceForType()AwsVmDetailsAwsVmsDetails.Builder. getDetails(int index)The details of the AWS VMs.AwsVmDetailsAwsVmsDetails. getDetails(int index)The details of the AWS VMs.AwsVmDetailsAwsVmsDetailsOrBuilder. getDetails(int index)The details of the AWS VMs.static AwsVmDetailsAwsVmDetails. parseDelimitedFrom(InputStream input)static AwsVmDetailsAwsVmDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AwsVmDetailsAwsVmDetails. parseFrom(byte[] data)static AwsVmDetailsAwsVmDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AwsVmDetailsAwsVmDetails. parseFrom(com.google.protobuf.ByteString data)static AwsVmDetailsAwsVmDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AwsVmDetailsAwsVmDetails. parseFrom(com.google.protobuf.CodedInputStream input)static AwsVmDetailsAwsVmDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AwsVmDetailsAwsVmDetails. parseFrom(InputStream input)static AwsVmDetailsAwsVmDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AwsVmDetailsAwsVmDetails. parseFrom(ByteBuffer data)static AwsVmDetailsAwsVmDetails. 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.BuilderAwsVmsDetails.Builder. addDetails(int index, AwsVmDetails value)The details of the AWS VMs.AwsVmsDetails.BuilderAwsVmsDetails.Builder. addDetails(AwsVmDetails value)The details of the AWS VMs.AwsVmDetails.BuilderAwsVmDetails.Builder. mergeFrom(AwsVmDetails other)static AwsVmDetails.BuilderAwsVmDetails. newBuilder(AwsVmDetails prototype)AwsVmsDetails.BuilderAwsVmsDetails.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.BuilderAwsVmsDetails.Builder. addAllDetails(Iterable<? extends AwsVmDetails> values)The details of the AWS VMs.
-