Class: Fastly::BigQueryLogging
- Inherits:
- 
      BelongsToServiceAndVersion
      
        - Object
- Base
- BelongsToServiceAndVersion
- Fastly::BigQueryLogging
 
- Defined in:
- lib/fastly/big_query_logging.rb
Overview
An Google BigQuery endpoint to stream logs to
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute created_at. 
- 
  
    
      #dataset  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute dataset. 
- 
  
    
      #format  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute format. 
- 
  
    
      #format_version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute format_version. 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute name. 
- 
  
    
      #placement  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute placement. 
- 
  
    
      #project_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute project_id. 
- 
  
    
      #response_condition  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute response_condition. 
- 
  
    
      #secret_key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute secret_key. 
- 
  
    
      #service_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute service_id. 
- 
  
    
      #table  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute table. 
- 
  
    
      #template_suffix  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute template_suffix. 
- 
  
    
      #updated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute updated_at. 
- 
  
    
      #user  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute user. 
Attributes inherited from BelongsToServiceAndVersion
Attributes inherited from Base
Class Method Summary collapse
- 
  
    
      .path  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    :attr: updated_at. 
Methods inherited from BelongsToServiceAndVersion
#as_hash, delete_path, get_path, path_escape, post_path, put_path, #service, #version_number
Methods inherited from Base
#as_hash, #delete!, delete_path, get_path, #initialize, list_path, post_path, put_path, #require_api_key!, #save!
Constructor Details
This class inherits a constructor from Fastly::Base
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def created_at @created_at end | 
#dataset ⇒ Object
Returns the value of attribute dataset.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def dataset @dataset end | 
#format ⇒ Object
Returns the value of attribute format.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def format @format end | 
#format_version ⇒ Object
Returns the value of attribute format_version.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def format_version @format_version end | 
#name ⇒ Object
Returns the value of attribute name.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def name @name end | 
#placement ⇒ Object
Returns the value of attribute placement.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def placement @placement end | 
#project_id ⇒ Object
Returns the value of attribute project_id.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def project_id @project_id end | 
#response_condition ⇒ Object
Returns the value of attribute response_condition.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def response_condition @response_condition end | 
#secret_key ⇒ Object
Returns the value of attribute secret_key.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def secret_key @secret_key end | 
#service_id ⇒ Object
Returns the value of attribute service_id.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def service_id @service_id end | 
#table ⇒ Object
Returns the value of attribute table.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def table @table end | 
#template_suffix ⇒ Object
Returns the value of attribute template_suffix.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def template_suffix @template_suffix end | 
#updated_at ⇒ Object
Returns the value of attribute updated_at.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def updated_at @updated_at end | 
#user ⇒ Object
Returns the value of attribute user.
| 4 5 6 | # File 'lib/fastly/big_query_logging.rb', line 4 def user @user end | 
Class Method Details
.path ⇒ Object
:attr: updated_at
Timestamp when this object was updated
| 86 87 88 | # File 'lib/fastly/big_query_logging.rb', line 86 def self.path 'logging/bigquery' end |