GetDpcMigrationAttemptRequest

abstract class GetDpcMigrationAttemptRequest


Request for getting a DpcMigrationAttempt.

Summary

Nested types

Builder for GetDpcMigrationAttemptRequest.

Public functions

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

The name of the migration attempt requested.

abstract GetDpcMigrationAttemptRequest.Builder!

Public functions

builder

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

getDefaultInstance

java-static fun getDefaultInstance(): GetDpcMigrationAttemptRequest!

getName

abstract fun getName(): String!

The name of the migration attempt requested. Can be left empty to request the most recent migration attempt.

toBuilder

abstract fun toBuilder(): GetDpcMigrationAttemptRequest.Builder!