Class: DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TableResultV2DataAttributesFileMetadataOneOfAccessDetailsGcpDetail
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#file_path ⇒ Object
The relative file path from the GCS bucket root to the CSV file.
-
#gcp_bucket_name ⇒ Object
GCP bucket containing the CSV file.
-
#gcp_project_id ⇒ Object
GCP project ID where the bucket is located.
-
#gcp_service_account_email ⇒ Object
Service account email with read permissions for the GCS bucket.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_path ⇒ Object
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_name ⇒ Object
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_id ⇒ Object
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_email ⇒ Object
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 @gcp_service_account_email end |