DeviceReference
    
    
      
    
    
      
      Zadbaj o dobrą organizację dzięki kolekcji
    
    
      
      Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        DeviceReference to abstrakcja interfejsu API, która umożliwia podanie argumentu device do metody za pomocą jednego z tych typów identyfikatorów:
        
          - Numeryczny identyfikator zasobu interfejsu API.
- rzeczywiste identyfikatory sprzętu, takie jak numer IMEI, należące do producenta urządzenia;
Metody działające na urządzeniach przyjmują DeviceReference jako typ parametru, ponieważ jest on bardziej elastyczny dla osoby wywołującej. Więcej informacji o identyfikatorach urządzeń znajdziesz w artykule Identyfikatory.
      
      
        
          
            
              | Zapis JSON | 
          
          
            
              | {
  // Union field devicecan be only one of the following:
  "deviceId": string,
  "deviceIdentifier": {
    object (DeviceIdentifier)
  }
  // End of list of possible types for union fielddevice.
} | 
          
        
      
      
        
          
            
              | Pola | 
          
          
            
              | Pole sumy device. Wymagane. Unikalny identyfikator urządzenia.devicemoże mieć tylko jedną z tych wartości: | 
            
              | deviceId | string (int64 format)
 Identyfikator urządzenia. | 
            
              | deviceIdentifier | object (DeviceIdentifier)
 Identyfikatory sprzętowe urządzenia. | 
          
        
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
  Ostatnia aktualizacja: 2025-07-25 UTC.
  
  
  
    
      [null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["A `DeviceReference` is used as a device argument in methods, accepting either a numeric API resource ID (`deviceId`) or real-world hardware IDs (`deviceIdentifier`) like IMEI.  The JSON representation uses a union field named `device` that contains either a `deviceId` string (int64 format) or a `deviceIdentifier` object, which holds the device's hardware IDs. Methods use this type for increased flexibility in identifying devices.\n"]]