Uses of Class
com.google.cloud.clouddms.v1.VmCreationConfig
-
Packages that use VmCreationConfig Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of VmCreationConfig in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return VmCreationConfig Modifier and Type Method Description VmCreationConfig
VmCreationConfig.Builder. build()
VmCreationConfig
VmCreationConfig.Builder. buildPartial()
static VmCreationConfig
VmCreationConfig. getDefaultInstance()
VmCreationConfig
VmCreationConfig.Builder. getDefaultInstanceForType()
VmCreationConfig
VmCreationConfig. getDefaultInstanceForType()
VmCreationConfig
GenerateSshScriptRequest.Builder. getVmCreationConfig()
The VM creation configurationVmCreationConfig
GenerateSshScriptRequest. getVmCreationConfig()
The VM creation configurationVmCreationConfig
GenerateSshScriptRequestOrBuilder. getVmCreationConfig()
The VM creation configurationstatic VmCreationConfig
VmCreationConfig. parseDelimitedFrom(InputStream input)
static VmCreationConfig
VmCreationConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmCreationConfig
VmCreationConfig. parseFrom(byte[] data)
static VmCreationConfig
VmCreationConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmCreationConfig
VmCreationConfig. parseFrom(com.google.protobuf.ByteString data)
static VmCreationConfig
VmCreationConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmCreationConfig
VmCreationConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static VmCreationConfig
VmCreationConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmCreationConfig
VmCreationConfig. parseFrom(InputStream input)
static VmCreationConfig
VmCreationConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VmCreationConfig
VmCreationConfig. parseFrom(ByteBuffer data)
static VmCreationConfig
VmCreationConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type VmCreationConfig Modifier and Type Method Description com.google.protobuf.Parser<VmCreationConfig>
VmCreationConfig. getParserForType()
static com.google.protobuf.Parser<VmCreationConfig>
VmCreationConfig. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type VmCreationConfig Modifier and Type Method Description VmCreationConfig.Builder
VmCreationConfig.Builder. mergeFrom(VmCreationConfig other)
GenerateSshScriptRequest.Builder
GenerateSshScriptRequest.Builder. mergeVmCreationConfig(VmCreationConfig value)
The VM creation configurationstatic VmCreationConfig.Builder
VmCreationConfig. newBuilder(VmCreationConfig prototype)
GenerateSshScriptRequest.Builder
GenerateSshScriptRequest.Builder. setVmCreationConfig(VmCreationConfig value)
The VM creation configuration
-