Class: Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1beta1::BatchGetAssetsHistoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1beta1/asset_service.rb
Overview
Batch get assets history request.
Instance Attribute Summary collapse
-
#asset_names ⇒ ::Array<::String>
A list of the full names of the assets.
-
#content_type ⇒ ::Google::Cloud::Asset::V1beta1::ContentType
Optional.
-
#parent ⇒ ::String
Required.
-
#read_time_window ⇒ ::Google::Cloud::Asset::V1beta1::TimeWindow
Optional.
Instance Attribute Details
#asset_names ⇒ ::Array<::String>
Returns A list of the full names of the assets. For example:
//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1
.
See Resource
Names
for more info.
The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request.
102 103 104 105 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 102 class BatchGetAssetsHistoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content_type ⇒ ::Google::Cloud::Asset::V1beta1::ContentType
Returns Optional. The content type.
102 103 104 105 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 102 class BatchGetAssetsHistoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The relative name of the root asset. It can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345").
102 103 104 105 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 102 class BatchGetAssetsHistoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_time_window ⇒ ::Google::Cloud::Asset::V1beta1::TimeWindow
Optional. The time window for the asset history. Both start_time and end_time are optional and if set, it must be after 2018-10-02 UTC. If end_time is not set, it is default to current timestamp. If start_time is not set, the snapshot of the assets at end_time will be returned. The returned results contain all temporal assets whose time window overlap with read_time_window.
102 103 104 105 |
# File 'proto_docs/google/cloud/asset/v1beta1/asset_service.rb', line 102 class BatchGetAssetsHistoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |