Cloud Storage for Firebase API . projects

Instance Methods

buckets()

Returns the buckets Resource.

defaultBucket()

Returns the defaultBucket Resource.

close()

Close httplib2 connections.

deleteDefaultBucket(name, x__xgafv=None)

Unlinks and deletes the default bucket.

getDefaultBucket(name, x__xgafv=None)

Gets the default bucket.

Method Details

close()
Close httplib2 connections.
deleteDefaultBucket(name, x__xgafv=None)
Unlinks and deletes the default bucket.

Args:
  name: string, Required. The name of the default bucket to delete, `projects/{project_id_or_number}/defaultBucket`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # 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); }
}
getDefaultBucket(name, x__xgafv=None)
Gets the default bucket.

Args:
  name: string, Required. The name of the default bucket to retrieve, `projects/{project_id_or_number}/defaultBucket`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # 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.
  "bucket": { # A storage bucket and its relation to a parent Firebase project. # Output only. Underlying bucket resource.
    "name": "A String", # Output only. Resource name of the bucket.
  },
  "location": "A String", # Immutable. Location of the default bucket.
  "name": "A String", # Resource name of the default bucket.
  "storageClass": "A String", # Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.
}