Class: Fastly::GcsLogging

Inherits:
BelongsToServiceAndVersion show all
Defined in:
lib/fastly/gcs_logging.rb

Overview

An Google Cloud Storage endpoint to stream logs to

Instance Attribute Summary collapse

Attributes inherited from BelongsToServiceAndVersion

#version

Attributes inherited from Base

#fetcher

Class Method Summary collapse

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

#bucket_name ⇒ Object

Returns the value of attribute bucket_name.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def bucket_name
  @bucket_name
end

#comment ⇒ Object

Returns the value of attribute comment.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def comment
  @comment
end

#created_at ⇒ Object

Returns the value of attribute created_at.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def created_at
  @created_at
end

#deleted_at ⇒ Object

Returns the value of attribute deleted_at.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def deleted_at
  @deleted_at
end

#format ⇒ Object

Returns the value of attribute format.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def format
  @format
end

#format_version ⇒ Object

Returns the value of attribute format_version.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def format_version
  @format_version
end

#gzip_level ⇒ Object

Returns the value of attribute gzip_level.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def gzip_level
  @gzip_level
end

#message_type ⇒ Object

Returns the value of attribute message_type.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def message_type
  @message_type
end

#name ⇒ Object

Returns the value of attribute name.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def name
  @name
end

#path ⇒ Object

Returns the value of attribute path.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def path
  @path
end

#period ⇒ Object

Returns the value of attribute period.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def period
  @period
end

#placement ⇒ Object

Returns the value of attribute placement.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def placement
  @placement
end

#response_condition ⇒ Object

Returns the value of attribute response_condition.



4
5
6
# File 'lib/fastly/gcs_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/gcs_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/gcs_logging.rb', line 4

def service_id
  @service_id
end

#timestamp_format ⇒ Object

Returns the value of attribute timestamp_format.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def timestamp_format
  @timestamp_format
end

#updated_at ⇒ Object

Returns the value of attribute updated_at.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def updated_at
  @updated_at
end

#user ⇒ Object

Returns the value of attribute user.



4
5
6
# File 'lib/fastly/gcs_logging.rb', line 4

def user
  @user
end

Class Method Details

.path ⇒ Object

:attr: deleted_at

Timestamp when this object was deleted



107
108
109
# File 'lib/fastly/gcs_logging.rb', line 107

def self.path
  'logging/gcs'
end