GCSObject

class pyatlan.model.assets.GCSObject(*, typeName: str = 'GCSObject', attributes: GCSObject.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: 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, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

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

TBC

GCS_BUCKET_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Simple name of the bucket in which this object exists.

GCS_BUCKET_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Unique name of the bucket in which this object exists.

GCS_OBJECT_CONTENT_DISPOSITION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Information about how this object’s content should be presented.

GCS_OBJECT_CONTENT_ENCODING: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Content encoding of this object.

GCS_OBJECT_CONTENT_LANGUAGE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Language of this object’s contents.

GCS_OBJECT_CONTENT_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Type of content in this object.

GCS_OBJECT_CRC32C_HASH: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

CRC32C hash of this object.

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

Time (epoch) at which this object’s data was last modified, in milliseconds.

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

Generation ID of this object.

GCS_OBJECT_HOLD_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Type of hold on this object.

GCS_OBJECT_KEY: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Key of this object, in GCS.

GCS_OBJECT_MD5HASH: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

MD5 hash of this object.

Media link to this object.

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

Retention expiration date of this object.

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

Object size in bytes.