GetDpcMigrationAttemptRequest

public abstract class GetDpcMigrationAttemptRequest


Request for getting a DpcMigrationAttempt.

Summary

Nested types

Builder for GetDpcMigrationAttemptRequest.

Public methods

static GetDpcMigrationAttemptRequest.Builder
static GetDpcMigrationAttemptRequest
abstract String

The name of the migration attempt requested.

abstract GetDpcMigrationAttemptRequest.Builder

Public methods

builder

public static GetDpcMigrationAttemptRequest.Builder builder()

getDefaultInstance

public static GetDpcMigrationAttemptRequest getDefaultInstance()

getName

public abstract String getName()

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

toBuilder

public abstract GetDpcMigrationAttemptRequest.Builder toBuilder()