blob: dd7b6ae86f37a9816c8b36890a4bcd43f458d17d [file] [log] [blame]
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud Platform data"
},
"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": {
"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. Because bucket resource names are unique across projects, you may omit the project number, `projects/-/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. Because bucket resource names are unique across projects, you may omit the project number, `projects/-/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_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. Because bucket resource names are unique across projects, you may omit the project number, `projects/-/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"
]
}
}
}
}
}
},
"revision": "20210517",
"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": "Resource name of the bucket.",
"type": "string"
},
"reconciling": {
"description": "Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.",
"readOnly": true,
"type": "boolean"
}
},
"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); } The JSON representation for `Empty` is empty JSON object `{}`.",
"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
}