lib/google/cloud/asset/v1beta1/doc/google/cloud/asset/v1beta1/asset_service.rb in google-cloud-asset-0.1.2 vs lib/google/cloud/asset/v1beta1/doc/google/cloud/asset/v1beta1/asset_service.rb in google-cloud-asset-0.2.0
- old
+ new
@@ -47,12 +47,14 @@
# Required. Output configuration indicating where the results will be output
# to. All results will be in newline delimited JSON format.
class ExportAssetsRequest; end
# The export asset response. This message is returned by the
- # {Google::Longrunning::Operations::GetOperation} method in the returned
- # {Google::Longrunning::Operation#response} field.
+ # {Google::Longrunning::Operations::GetOperation}
+ # method in the returned
+ # {Google::Longrunning::Operation#response}
+ # field.
# @!attribute [rw] read_time
# @return [Google::Protobuf::Timestamp]
# Time the snapshot was taken.
# @!attribute [rw] output_config
# @return [Google::Cloud::Asset::V1beta1::OutputConfig]
@@ -68,10 +70,11 @@
# "projects/my-project-id")", or a project number (such as "projects/12345").
# @!attribute [rw] asset_names
# @return [Array<String>]
# 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](https://cloud.google.com/apis/design/resource_names#full_resource_name)
+ # See [Resource
+ # Names](https://cloud.google.com/apis/design/resource_names#full_resource_name)
# 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.
# @!attribute [rw] content_type
\ No newline at end of file