Uses of Class
com.google.cloud.vmmigration.v1.ReplicationSync
-
Packages that use ReplicationSync Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of ReplicationSync in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ReplicationSync Modifier and Type Method Description ReplicationSync
ReplicationSync.Builder. build()
ReplicationSync
ReplicationSync.Builder. buildPartial()
static ReplicationSync
ReplicationSync. getDefaultInstance()
ReplicationSync
ReplicationSync.Builder. getDefaultInstanceForType()
ReplicationSync
ReplicationSync. getDefaultInstanceForType()
ReplicationSync
MigratingVm.Builder. getLastSync()
Output only.ReplicationSync
MigratingVm. getLastSync()
Output only.ReplicationSync
MigratingVmOrBuilder. getLastSync()
Output only.static ReplicationSync
ReplicationSync. parseDelimitedFrom(InputStream input)
static ReplicationSync
ReplicationSync. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicationSync
ReplicationSync. parseFrom(byte[] data)
static ReplicationSync
ReplicationSync. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicationSync
ReplicationSync. parseFrom(com.google.protobuf.ByteString data)
static ReplicationSync
ReplicationSync. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicationSync
ReplicationSync. parseFrom(com.google.protobuf.CodedInputStream input)
static ReplicationSync
ReplicationSync. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicationSync
ReplicationSync. parseFrom(InputStream input)
static ReplicationSync
ReplicationSync. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReplicationSync
ReplicationSync. parseFrom(ByteBuffer data)
static ReplicationSync
ReplicationSync. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ReplicationSync Modifier and Type Method Description com.google.protobuf.Parser<ReplicationSync>
ReplicationSync. getParserForType()
static com.google.protobuf.Parser<ReplicationSync>
ReplicationSync. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type ReplicationSync Modifier and Type Method Description ReplicationSync.Builder
ReplicationSync.Builder. mergeFrom(ReplicationSync other)
MigratingVm.Builder
MigratingVm.Builder. mergeLastSync(ReplicationSync value)
Output only.static ReplicationSync.Builder
ReplicationSync. newBuilder(ReplicationSync prototype)
MigratingVm.Builder
MigratingVm.Builder. setLastSync(ReplicationSync value)
Output only.
-