GCSBucket#

class pyatlan.model.assets.GCSBucket(*, typeName: str = 'GCSBucket', attributes: GCSBucket.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

GCS_BUCKET_LIFECYCLE_RULES: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>#

Lifecycle rules for this bucket.

GCS_BUCKET_RETENTION_EFFECTIVE_TIME: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Effective time for retention of objects in this bucket.

GCS_BUCKET_RETENTION_LOCKED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether retention is locked for this bucket (true) or not (false).

GCS_BUCKET_RETENTION_PERIOD: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Retention period for objects in this bucket.

GCS_BUCKET_RETENTION_POLICY: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>#

Retention policy for this bucket.

GCS_BUCKET_VERSIONING_ENABLED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether versioning is enabled on the bucket (true) or not (false).

GCS_OBJECTS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

GCS_OBJECT_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Number of objects within the bucket.