{ "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." }, "https://www.googleapis.com/auth/firebase": { "description": "View and administer all your Firebase data and settings" } } } }, "basePath": "", "baseUrl": "https://firebasestorage.googleapis.com/", "batchPath": "batch", "canonicalName": "Firebasestorage", "description": "The Cloud Storage for Firebase API enables programmatic management of Cloud Storage buckets for use in Firebase projects", "discoveryVersion": "v1", "documentationLink": "https://firebase.google.com/docs/storage", "fullyEncodeReservedExpansion": true, "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "id": "firebasestorage:v1beta", "kind": "discovery#restDescription", "mtlsRootUrl": "https://firebasestorage.mtls.googleapis.com/", "name": "firebasestorage", "ownerDomain": "google.com", "ownerName": "Google", "parameters": { "$.xgafv": { "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query", "type": "string" }, "access_token": { "description": "OAuth access token.", "location": "query", "type": "string" }, "alt": { "default": "json", "description": "Data format for response.", "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "location": "query", "type": "string" }, "callback": { "description": "JSONP", "location": "query", "type": "string" }, "fields": { "description": "Selector specifying which fields to include in a partial response.", "location": "query", "type": "string" }, "key": { "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query", "type": "string" }, "oauth_token": { "description": "OAuth 2.0 token for the current user.", "location": "query", "type": "string" }, "prettyPrint": { "default": "true", "description": "Returns response with indentations and line breaks.", "location": "query", "type": "boolean" }, "quotaUser": { "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query", "type": "string" }, "uploadType": { "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query", "type": "string" }, "upload_protocol": { "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query", "type": "string" } }, "protocol": "rest", "resources": { "projects": { "methods": { "deleteDefaultBucket": { "description": "Unlinks and deletes the default bucket.", "flatPath": "v1beta/projects/{projectsId}/defaultBucket", "httpMethod": "DELETE", "id": "firebasestorage.projects.deleteDefaultBucket", "parameterOrder": [ "name" ], "parameters": { "name": { "description": "Required. The name of the default bucket to delete, `projects/{project_id_or_number}/defaultBucket`.", "location": "path", "pattern": "^projects/[^/]+/defaultBucket$", "required": true, "type": "string" } }, "path": "v1beta/{+name}", "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] }, "getDefaultBucket": { "description": "Gets the default bucket.", "flatPath": "v1beta/projects/{projectsId}/defaultBucket", "httpMethod": "GET", "id": "firebasestorage.projects.getDefaultBucket", "parameterOrder": [ "name" ], "parameters": { "name": { "description": "Required. The name of the default bucket to retrieve, `projects/{project_id_or_number}/defaultBucket`.", "location": "path", "pattern": "^projects/[^/]+/defaultBucket$", "required": true, "type": "string" } }, "path": "v1beta/{+name}", "response": { "$ref": "DefaultBucket" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] } }, "resources": { "buckets": { "methods": { "addFirebase": { "description": "Links a Google Cloud Storage bucket to a Firebase project.", "flatPath": "v1beta/projects/{projectsId}/buckets/{bucketsId}:addFirebase", "httpMethod": "POST", "id": "firebasestorage.projects.buckets.addFirebase", "parameterOrder": [ "bucket" ], "parameters": { "bucket": { "description": "Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`.", "location": "path", "pattern": "^projects/[^/]+/buckets/[^/]+$", "required": true, "type": "string" } }, "path": "v1beta/{+bucket}:addFirebase", "request": { "$ref": "AddFirebaseRequest" }, "response": { "$ref": "Bucket" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] }, "get": { "description": "Gets a single linked storage bucket.", "flatPath": "v1beta/projects/{projectsId}/buckets/{bucketsId}", "httpMethod": "GET", "id": "firebasestorage.projects.buckets.get", "parameterOrder": [ "name" ], "parameters": { "name": { "description": "Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`.", "location": "path", "pattern": "^projects/[^/]+/buckets/[^/]+$", "required": true, "type": "string" } }, "path": "v1beta/{+name}", "response": { "$ref": "Bucket" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] }, "list": { "description": "Lists the linked storage buckets for a project.", "flatPath": "v1beta/projects/{projectsId}/buckets", "httpMethod": "GET", "id": "firebasestorage.projects.buckets.list", "parameterOrder": [ "parent" ], "parameters": { "pageSize": { "description": "The maximum number of buckets to return. If not set, the server will use a reasonable default.", "format": "int32", "location": "query", "type": "integer" }, "pageToken": { "description": "A page token, received from a previous `ListBuckets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListBuckets` must match the call that provided the page token.", "location": "query", "type": "string" }, "parent": { "description": "Required. Resource name of the parent Firebase project, `projects/{project_id_or_number}`.", "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v1beta/{+parent}/buckets", "response": { "$ref": "ListBucketsResponse" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] }, "removeFirebase": { "description": "Unlinks a linked Google Cloud Storage bucket from a Firebase project.", "flatPath": "v1beta/projects/{projectsId}/buckets/{bucketsId}:removeFirebase", "httpMethod": "POST", "id": "firebasestorage.projects.buckets.removeFirebase", "parameterOrder": [ "bucket" ], "parameters": { "bucket": { "description": "Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket, `projects/{project_id_or_number}/buckets/{bucket_id}`.", "location": "path", "pattern": "^projects/[^/]+/buckets/[^/]+$", "required": true, "type": "string" } }, "path": "v1beta/{+bucket}:removeFirebase", "request": { "$ref": "RemoveFirebaseRequest" }, "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] } } }, "defaultBucket": { "methods": { "create": { "description": "Creates a Spark tier-eligible Cloud Storage bucket and links it to your Firebase project. If the default bucket already exists, this method will re-link it to your Firebase project. See https://firebase.google.com/pricing for pricing details.", "flatPath": "v1beta/projects/{projectsId}/defaultBucket", "httpMethod": "POST", "id": "firebasestorage.projects.defaultBucket.create", "parameterOrder": [ "parent" ], "parameters": { "parent": { "description": "Required. The parent resource where the default bucket will be created, `projects/{project_id_or_number}`.", "location": "path", "pattern": "^projects/[^/]+$", "required": true, "type": "string" } }, "path": "v1beta/{+parent}/defaultBucket", "request": { "$ref": "DefaultBucket" }, "response": { "$ref": "DefaultBucket" }, "scopes": [ "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/firebase" ] } } } } } }, "revision": "20241218", "rootUrl": "https://firebasestorage.googleapis.com/", "schemas": { "AddFirebaseRequest": { "description": "The request used to link a Google Cloud Storage bucket to a Firebase project.", "id": "AddFirebaseRequest", "properties": {}, "type": "object" }, "Bucket": { "description": "A storage bucket and its relation to a parent Firebase project.", "id": "Bucket", "properties": { "name": { "description": "Output only. Resource name of the bucket.", "readOnly": true, "type": "string" } }, "type": "object" }, "DefaultBucket": { "description": "Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.", "id": "DefaultBucket", "properties": { "bucket": { "$ref": "Bucket", "description": "Output only. Underlying bucket resource.", "readOnly": true }, "location": { "description": "Immutable. Location of the default bucket.", "type": "string" }, "name": { "description": "Resource name of the default bucket.", "type": "string" }, "storageClass": { "description": "Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.", "type": "string" } }, "type": "object" }, "Empty": { "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", "properties": {}, "type": "object" }, "ListBucketsResponse": { "description": "The response returned by `ListBuckets`.", "id": "ListBucketsResponse", "properties": { "buckets": { "description": "The list of linked buckets.", "items": { "$ref": "Bucket" }, "type": "array" }, "nextPageToken": { "description": "A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", "type": "string" } }, "type": "object" }, "RemoveFirebaseRequest": { "description": "The request used to unlink a Google Cloud Storage bucket from a Firebase project.", "id": "RemoveFirebaseRequest", "properties": {}, "type": "object" } }, "servicePath": "", "title": "Cloud Storage for Firebase API", "version": "v1beta", "version_module": true }
Memory