Interface SavedObjectGraphOuterClass.SavedResourceOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedResource, SavedObjectGraphOuterClass.SavedResource.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.SavedResourceOrBuilder extends MessageOrBuilder
  • Method Details

    • getDevice

      String getDevice()
      A device specification indicating a required placement for the resource
      creation function, e.g. "CPU". An empty string allows the user to select a
      device.
      
      string device = 1;
      Returns:
      The device.
    • getDeviceBytes

      ByteString getDeviceBytes()
      A device specification indicating a required placement for the resource
      creation function, e.g. "CPU". An empty string allows the user to select a
      device.
      
      string device = 1;
      Returns:
      The bytes for device.