Interface RetrieveAuthorizationCodeRequestOrBuilder (1.0.2)

public interface RetrieveAuthorizationCodeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegistration()

public abstract String getRegistration()

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

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

Returns
TypeDescription
String

The registration.

getRegistrationBytes()

public abstract ByteString getRegistrationBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for registration.