2026-08-27
▼ ▲ firebaseml.projects.operations.get
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameters :
name
Description : The name of the operation resource.
Type : string
Required : Yes
Pattern : ^projects/[^/]+/operations/[^/]+$
Location : path
Flat Path : v1beta2/projects/{projectsId}/operations/{operationsId}
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Path : v1beta2/{+name}
▼ ▲ firebaseml.projects.models.list
HTTP Method : GET
Parameters :
filter
Type : string
Description : A filter for the list e.g. 'tags: abc' to list models which are tagged with "abc"
Location : query
pageSize
Location : query
Format : int32
Type : integer
Description : The maximum number of items to return
pageToken
Type : string
Location : query
Description : The next_page_token value returned from a previous List request, if any.
parent
Pattern : ^projects/[^/]+$
Description : Required. The name of the parent to list models for. The parent must have the form `projects/{project_id}'
Required : Yes
Location : path
Type : string
Flat Path : v1beta2/projects/{projectsId}/models
Path : v1beta2/{+parent}/models
Description : Lists the models
Parameter Order : parent
▼ ▲ firebaseml.projects.models.download
Description : Gets Download information for a model. This is meant for downloading model resources onto devices. It gives very limited information about the model.
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}:download
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/models/[^/]+$
Location : path
Required : Yes
Type : string
Description : Required. The name of the model to download. The name must have the form `projects/{project}/models/{model}`
Parameter Order : name
Path : v1beta2/{+name}:download
▼ ▲ firebaseml.projects.models.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Updates a model. The longrunning operation will eventually return a Model.
HTTP Method : PATCH
Parameters :
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : The update mask
name
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/models/[^/]+$
Description : The resource name of the Model. Model names have the form `projects/{project_id}/models/{model_id}` The name is ignored when creating a model.
Path : v1beta2/{+name}
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
▼ ▲ firebaseml.projects.models.get
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta2/{+name}
Description : Gets a model resource.
HTTP Method : GET
Parameters :
name
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+/models/[^/]+$
Description : Required. The name of the model to get. The name must have the form `projects/{project_id}/models/{model_id}`
Parameter Order : name
▼ ▲ firebaseml.projects.models.create
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta2/{+parent}/models
Flat Path : v1beta2/projects/{projectsId}/models
Description : Creates a model in Firebase ML. The longrunning operation will eventually return a Model
HTTP Method : POST
Parameters :
parent
Type : string
Required : Yes
Description : Required. The parent project resource where the model is to be created. The parent must have the form `projects/{project_id}`
Location : path
Pattern : ^projects/[^/]+$
▼ ▲ firebaseml.projects.models.delete
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
Description : Deletes a model
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta2/{+name}
Parameter Order : name
HTTP Method : DELETE
Parameters :
name
Type : string
Required : Yes
Location : path
Description : Required. The name of the model to delete. The name must have the form `projects/{project_id}/models/{model_id}`
Pattern : ^projects/[^/]+/models/[^/]+$