interfaz pública JobDefOrBuilder 
| Subclases indirectas conocidas | 
Métodos públicos
| booleano abstracto |  contiene tareas (tecla int)  Mapping from task ID to "hostname:port" string. | 
| cadena abstracta |  obtenerNombre ()  The name of this job. | 
| resumen com.google.protobuf.ByteString |  getNombreBytes ()  The name of this job. | 
| Mapa abstracto <Entero, Cadena> |  obtener tareas ()  Utilice  getTasksMap()en su lugar. | 
| resumen entero |  getTasksCount ()  Mapping from task ID to "hostname:port" string. | 
| Mapa abstracto <Entero, Cadena> |  getTasksMap ()  Mapping from task ID to "hostname:port" string. | 
| cadena abstracta |  getTasksOrDefault (clave int, String defaultValue)  Mapping from task ID to "hostname:port" string. | 
| cadena abstracta |  getTasksOrThrow (tecla int)  Mapping from task ID to "hostname:port" string. | 
Métodos públicos
booleano abstracto público contiene tareas (clave int)
Mapping from task ID to "hostname:port" string. If the `name` field contains "worker", and the `tasks` map contains a mapping from 7 to "example.org:2222", then the device prefix "/job:worker/task:7" will be assigned to "example.org:2222".
map<int32, string> tasks = 2; Cadena abstracta pública getName ()
The name of this job.
string name = 1; resumen público com.google.protobuf.ByteString getNameBytes ()
The name of this job.
string name = 1; resumen público int getTasksCount ()
Mapping from task ID to "hostname:port" string. If the `name` field contains "worker", and the `tasks` map contains a mapping from 7 to "example.org:2222", then the device prefix "/job:worker/task:7" will be assigned to "example.org:2222".
map<int32, string> tasks = 2; Mapa abstracto público<Entero, Cadena> getTasksMap ()
Mapping from task ID to "hostname:port" string. If the `name` field contains "worker", and the `tasks` map contains a mapping from 7 to "example.org:2222", then the device prefix "/job:worker/task:7" will be assigned to "example.org:2222".
map<int32, string> tasks = 2; cadena abstracta pública getTasksOrDefault (clave int, cadena defaultValue)
Mapping from task ID to "hostname:port" string. If the `name` field contains "worker", and the `tasks` map contains a mapping from 7 to "example.org:2222", then the device prefix "/job:worker/task:7" will be assigned to "example.org:2222".
map<int32, string> tasks = 2; Cadena abstracta pública getTasksOrThrow (clave int)
Mapping from task ID to "hostname:port" string. If the `name` field contains "worker", and the `tasks` map contains a mapping from 7 to "example.org:2222", then the device prefix "/job:worker/task:7" will be assigned to "example.org:2222".
map<int32, string> tasks = 2;