Class: Google::Cloud::Bigquery::Dataset::Tag
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Dataset::Tag
- Defined in:
- lib/google/cloud/bigquery/dataset/tag.rb
Overview
A global tag managed by Resource Manager.
Instance Method Summary collapse
-
#tag_key ⇒ String
The namespaced friendly name of the tag key, e.g.
-
#tag_value ⇒ String
The friendly short name of the tag value, e.g.
Instance Method Details
#tag_key ⇒ String
The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
43 44 45 |
# File 'lib/google/cloud/bigquery/dataset/tag.rb', line 43 def tag_key @gapi.tag_key end |
#tag_value ⇒ String
The friendly short name of the tag value, e.g. "production".
52 53 54 |
# File 'lib/google/cloud/bigquery/dataset/tag.rb', line 52 def tag_value @gapi.tag_value end |