Interface UserPushCredentials.UserPushCredentialsDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 2 [json_name = "organizationId"];
      java.lang.String getToken()
      string token = 1 [json_name = "token"];
      com.google.protobuf.ByteString getTokenBytes()
      string token = 1 [json_name = "token"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.