Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb

Overview

Google Cloud Platform storage access configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 36

def additional_properties
  @additional_properties
end

#file_pathObject

The relative file path from the GCS bucket root to the CSV file.



25
26
27
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 25

def file_path
  @file_path
end

#gcp_bucket_nameObject

GCP bucket containing the CSV file.



28
29
30
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 28

def gcp_bucket_name
  @gcp_bucket_name
end

#gcp_project_idObject

GCP project ID where the bucket is located.



31
32
33
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 31

def gcp_project_id
  @gcp_project_id
end

#gcp_service_account_emailObject

Service account email with read permissions for the GCS bucket.



34
35
36
# File 'lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb', line 34

def 
  @gcp_service_account_email
end