Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::ListAssetsResponse.
ListAssets response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assets
def assets() -> ::Array<::Google::Cloud::Asset::V1::Asset>
Returns
- (::Array<::Google::Cloud::Asset::V1::Asset>) — Assets.
#assets=
def assets=(value) -> ::Array<::Google::Cloud::Asset::V1::Asset>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::Asset>) — Assets.
Returns
- (::Array<::Google::Cloud::Asset::V1::Asset>) — Assets.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.
Returns
- (::String) — Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.
#read_time
def read_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time the snapshot was taken.
#read_time=
def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time the snapshot was taken.
Returns
- (::Google::Protobuf::Timestamp) — Time the snapshot was taken.