Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQuery
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Instance Attribute Summary collapse
-
#created ⇒ String
Creation time of the query.
-
#envgroup_hostname ⇒ String
Hostname is available only when query is executed at host level.
-
#error ⇒ String
Error is set when query fails.
-
#execution_time ⇒ String
ExecutionTime is available only after the query is completed.
-
#name ⇒ String
Asynchronous Query Name.
-
#query_params ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1QueryMetadata
Contains information like metrics, dimenstions etc of the AsyncQuery.
-
#report_definition_id ⇒ String
Asynchronous Report ID.
-
#result ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQueryResult
Result is available only after the query is completed.
-
#result_file_size ⇒ String
ResultFileSize is available only after the query is completed.
-
#result_rows ⇒ Fixnum
ResultRows is available only after the query is completed.
-
#self ⇒ String
Self link of the query.
-
#state ⇒ String
Query state could be "enqueued", "running", "completed", "failed".
-
#updated ⇒ String
Last updated timestamp for the query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1AsyncQuery
constructor
A new instance of GoogleCloudApigeeV1AsyncQuery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1AsyncQuery
Returns a new instance of GoogleCloudApigeeV1AsyncQuery.
1501 1502 1503 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1501 def initialize(**args) update!(**args) end |
Instance Attribute Details
#created ⇒ String
Creation time of the query.
Corresponds to the JSON property created
1436 1437 1438 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1436 def created @created end |
#envgroup_hostname ⇒ String
Hostname is available only when query is executed at host level.
Corresponds to the JSON property envgroupHostname
1441 1442 1443 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1441 def envgroup_hostname @envgroup_hostname end |
#error ⇒ String
Error is set when query fails.
Corresponds to the JSON property error
1446 1447 1448 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1446 def error @error end |
#execution_time ⇒ String
ExecutionTime is available only after the query is completed.
Corresponds to the JSON property executionTime
1451 1452 1453 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1451 def execution_time @execution_time end |
#name ⇒ String
Asynchronous Query Name.
Corresponds to the JSON property name
1456 1457 1458 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1456 def name @name end |
#query_params ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1QueryMetadata
Contains information like metrics, dimenstions etc of the AsyncQuery.
Corresponds to the JSON property queryParams
1461 1462 1463 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1461 def query_params @query_params end |
#report_definition_id ⇒ String
Asynchronous Report ID.
Corresponds to the JSON property reportDefinitionId
1466 1467 1468 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1466 def report_definition_id @report_definition_id end |
#result ⇒ Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncQueryResult
Result is available only after the query is completed.
Corresponds to the JSON property result
1471 1472 1473 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1471 def result @result end |
#result_file_size ⇒ String
ResultFileSize is available only after the query is completed.
Corresponds to the JSON property resultFileSize
1476 1477 1478 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1476 def result_file_size @result_file_size end |
#result_rows ⇒ Fixnum
ResultRows is available only after the query is completed.
Corresponds to the JSON property resultRows
1481 1482 1483 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1481 def result_rows @result_rows end |
#self ⇒ String
Self link of the query. Example: /organizations/myorg/environments/myenv/
queries/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is
running at host level: /organizations/myorg/hostQueries/9cfc0d85-0f30-46d6-
ae6f-318d0cb961bd
Corresponds to the JSON property self
1489 1490 1491 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1489 def self @self end |
#state ⇒ String
Query state could be "enqueued", "running", "completed", "failed".
Corresponds to the JSON property state
1494 1495 1496 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1494 def state @state end |
#updated ⇒ String
Last updated timestamp for the query.
Corresponds to the JSON property updated
1499 1500 1501 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1499 def updated @updated end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 1506 def update!(**args) @created = args[:created] if args.key?(:created) @envgroup_hostname = args[:envgroup_hostname] if args.key?(:envgroup_hostname) @error = args[:error] if args.key?(:error) @execution_time = args[:execution_time] if args.key?(:execution_time) @name = args[:name] if args.key?(:name) @query_params = args[:query_params] if args.key?(:query_params) @report_definition_id = args[:report_definition_id] if args.key?(:report_definition_id) @result = args[:result] if args.key?(:result) @result_file_size = args[:result_file_size] if args.key?(:result_file_size) @result_rows = args[:result_rows] if args.key?(:result_rows) @self = args[:self] if args.key?(:self) @state = args[:state] if args.key?(:state) @updated = args[:updated] if args.key?(:updated) end |