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