Class: Google::Cloud::Chronicle::V1::GetBigQueryExportRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/big_query_export.rb

Overview

The request message to fetch BigQuery Export configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the BigqueryExport to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport.

Returns:

  • (::String)

    Required. The resource name of the BigqueryExport to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport



87
88
89
90
# File 'proto_docs/google/cloud/chronicle/v1/big_query_export.rb', line 87

class GetBigQueryExportRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end