Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListServicesResponse.
Response message for Services.ListServices
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Continuation token for fetching the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Continuation token for fetching the next page of results.
Returns
- (::String) — Continuation token for fetching the next page of results.
#services
def services() -> ::Array<::Google::Cloud::AppEngine::V1::Service>
Returns
- (::Array<::Google::Cloud::AppEngine::V1::Service>) — The services belonging to the requested application.
#services=
def services=(value) -> ::Array<::Google::Cloud::AppEngine::V1::Service>
Parameter
- value (::Array<::Google::Cloud::AppEngine::V1::Service>) — The services belonging to the requested application.
Returns
- (::Array<::Google::Cloud::AppEngine::V1::Service>) — The services belonging to the requested application.