Interface UserPushCredentials.UserPushCredentialsDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UserPushCredentials.UserPushCredentialsData,UserPushCredentials.UserPushCredentialsData.Builder
- Enclosing class:
- UserPushCredentials
public static interface UserPushCredentials.UserPushCredentialsDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];java.lang.StringgetToken()string token = 1 [json_name = "token"];com.google.protobuf.ByteStringgetTokenBytes()string token = 1 [json_name = "token"];
-
-
-
Method Detail
-
getToken
java.lang.String getToken()
string token = 1 [json_name = "token"];- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()
string token = 1 [json_name = "token"];- Returns:
- The bytes for token.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-