Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ListDependenciesResponse.
The ListDependencies method's response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dependencies
def dependencies() -> ::Array<::Google::Cloud::ApiHub::V1::Dependency>
Returns
- (::Array<::Google::Cloud::ApiHub::V1::Dependency>) — The dependency resources present in the API hub. Only following field will be populated in the response: name.
#dependencies=
def dependencies=(value) -> ::Array<::Google::Cloud::ApiHub::V1::Dependency>
Parameter
- value (::Array<::Google::Cloud::ApiHub::V1::Dependency>) — The dependency resources present in the API hub. Only following field will be populated in the response: name.
Returns
- (::Array<::Google::Cloud::ApiHub::V1::Dependency>) — The dependency resources present in the API hub. Only following field will be populated in the response: name.
#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.