fullPath property

String? fullPath
getter/setter pair

A string representation of the full container name.

Examples: - BigQuery: 'Project:DataSetId.TableId' - Cloud Storage: 'gs://Bucket/folders/filename.txt'

Implementation

core.String? fullPath;