public interface _RefreshApiTokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiKey()
the existing api token to be refreshed
|
com.google.protobuf.ByteString |
getApiKeyBytes()
the existing api token to be refreshed
|
java.lang.String |
getRefreshToken()
the refresh token that was generated with that api token
|
com.google.protobuf.ByteString |
getRefreshTokenBytes()
the refresh token that was generated with that api token
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getApiKey()
the existing api token to be refreshed
string api_key = 1;com.google.protobuf.ByteString getApiKeyBytes()
the existing api token to be refreshed
string api_key = 1;java.lang.String getRefreshToken()
the refresh token that was generated with that api token
string refresh_token = 2;com.google.protobuf.ByteString getRefreshTokenBytes()
the refresh token that was generated with that api token
string refresh_token = 2;