GetDpcMigrationAttemptRequest

abstract class GetDpcMigrationAttemptRequest


请求获取 DpcMigrationBefore 。

摘要

嵌套类型

GetDpcMigrationAttemptRequest 的构建器。

公共函数

java-static GetDpcMigrationAttemptRequest.Builder!
java-static GetDpcMigrationAttemptRequest!
abstract String!

所请求的迁移尝试的名称。

abstract GetDpcMigrationAttemptRequest.Builder!

公共函数

builder

java-static fun builder(): GetDpcMigrationAttemptRequest.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): GetDpcMigrationAttemptRequest!

getName

abstract fun getName(): String!

所请求的迁移尝试的名称。可以留空以请求最近的迁移尝试。

toBuilder

abstract fun toBuilder(): GetDpcMigrationAttemptRequest.Builder!