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 CloneStepCloneStep.Builder. build()CloneStepCloneStep.Builder. buildPartial()static CloneStepCloneStep. getDefaultInstance()CloneStepCloneStep.Builder. getDefaultInstanceForType()CloneStepCloneStep. getDefaultInstanceForType()CloneStepCloneJob.Builder. getSteps(int index)Output only.CloneStepCloneJob. getSteps(int index)Output only.CloneStepCloneJobOrBuilder. getSteps(int index)Output only.static CloneStepCloneStep. parseDelimitedFrom(InputStream input)static CloneStepCloneStep. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloneStepCloneStep. parseFrom(byte[] data)static CloneStepCloneStep. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloneStepCloneStep. parseFrom(com.google.protobuf.ByteString data)static CloneStepCloneStep. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloneStepCloneStep. parseFrom(com.google.protobuf.CodedInputStream input)static CloneStepCloneStep. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloneStepCloneStep. parseFrom(InputStream input)static CloneStepCloneStep. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloneStepCloneStep. parseFrom(ByteBuffer data)static CloneStepCloneStep. 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.BuilderCloneJob.Builder. addSteps(int index, CloneStep value)Output only.CloneJob.BuilderCloneJob.Builder. addSteps(CloneStep value)Output only.CloneStep.BuilderCloneStep.Builder. mergeFrom(CloneStep other)static CloneStep.BuilderCloneStep. newBuilder(CloneStep prototype)CloneJob.BuilderCloneJob.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.BuilderCloneJob.Builder. addAllSteps(Iterable<? extends CloneStep> values)Output only.
-