Interface SavedObjectGraphOuterClass.SavedResourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDevice()
      A device specification indicating a required placement for the resource creation function, e.g.
      com.google.protobuf.ByteString getDeviceBytes()
      A device specification indicating a required placement for the resource creation function, e.g.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDevice

        java.lang.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

        com.google.protobuf.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.