public interface RetrieveAuthorizationCodeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for registration. |