Cloud Asset V1 API - Class Google::Cloud::Asset::V1::ListAssetsResponse (v0.20.1)

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

#assets=

def assets=(value) -> ::Array<::Google::Cloud::Asset::V1::Asset>
Parameter
Returns

#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

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns