Uses of Class
com.google.cloud.vmmigration.v1.CloneStep
-
Packages that use CloneStep Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CloneStep in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneStep Modifier and Type Method Description CloneStep
CloneStep.Builder. build()
CloneStep
CloneStep.Builder. buildPartial()
static CloneStep
CloneStep. getDefaultInstance()
CloneStep
CloneStep.Builder. getDefaultInstanceForType()
CloneStep
CloneStep. getDefaultInstanceForType()
CloneStep
CloneJob.Builder. getSteps(int index)
Output only.CloneStep
CloneJob. getSteps(int index)
Output only.CloneStep
CloneJobOrBuilder. getSteps(int index)
Output only.static CloneStep
CloneStep. parseDelimitedFrom(InputStream input)
static CloneStep
CloneStep. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneStep
CloneStep. parseFrom(byte[] data)
static CloneStep
CloneStep. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneStep
CloneStep. parseFrom(com.google.protobuf.ByteString data)
static CloneStep
CloneStep. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneStep
CloneStep. parseFrom(com.google.protobuf.CodedInputStream input)
static CloneStep
CloneStep. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneStep
CloneStep. parseFrom(InputStream input)
static CloneStep
CloneStep. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloneStep
CloneStep. parseFrom(ByteBuffer data)
static CloneStep
CloneStep. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CloneStep Modifier and Type Method Description com.google.protobuf.Parser<CloneStep>
CloneStep. getParserForType()
List<CloneStep>
CloneJob.Builder. getStepsList()
Output only.List<CloneStep>
CloneJob. getStepsList()
Output only.List<CloneStep>
CloneJobOrBuilder. getStepsList()
Output only.static com.google.protobuf.Parser<CloneStep>
CloneStep. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type CloneStep Modifier and Type Method Description CloneJob.Builder
CloneJob.Builder. addSteps(int index, CloneStep value)
Output only.CloneJob.Builder
CloneJob.Builder. addSteps(CloneStep value)
Output only.CloneStep.Builder
CloneStep.Builder. mergeFrom(CloneStep other)
static CloneStep.Builder
CloneStep. newBuilder(CloneStep prototype)
CloneJob.Builder
CloneJob.Builder. setSteps(int index, CloneStep value)
Output only.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type CloneStep Modifier and Type Method Description CloneJob.Builder
CloneJob.Builder. addAllSteps(Iterable<? extends CloneStep> values)
Output only.
-