Class StorageCredential (0.4.0)

StorageCredential(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The storage credential for a path in the table.

Attributes

Name Description
prefix str
Indicates a storage location prefix where the credential is relevant.
config MutableMapping[str, str]
The credentials for the storage location. The keys that are populated are: - gcs.oauth2.token - gcs.oauth2.token_expires_at - expiration-time (to support federation from Polaris).

Classes

ConfigEntry

ConfigEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.