Interface ResetAuthorizationCodeRequestOrBuilder (1.39.0)

public interface ResetAuthorizationCodeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegistration()

public abstract String getRegistration()

Required. The name of the Registration whose authorization code is being reset, in the format projects/*/locations/*/registrations/*.

string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The registration.

getRegistrationBytes()

public abstract ByteString getRegistrationBytes()

Required. The name of the Registration whose authorization code is being reset, in the format projects/*/locations/*/registrations/*.

string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for registration.