Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ListDiscoveredApiObservationsResponse.
Message for response to listing DiscoveredApiObservations
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#discovered_api_observations
def discovered_api_observations() -> ::Array<::Google::Cloud::ApiHub::V1::DiscoveredApiObservation>
Returns
- (::Array<::Google::Cloud::ApiHub::V1::DiscoveredApiObservation>) — The DiscoveredApiObservation from the specified project and location.
#discovered_api_observations=
def discovered_api_observations=(value) -> ::Array<::Google::Cloud::ApiHub::V1::DiscoveredApiObservation>
Parameter
- value (::Array<::Google::Cloud::ApiHub::V1::DiscoveredApiObservation>) — The DiscoveredApiObservation from the specified project and location.
Returns
- (::Array<::Google::Cloud::ApiHub::V1::DiscoveredApiObservation>) — The DiscoveredApiObservation from the specified project and location.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.