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