Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ListServicesResponse.
Response message for ListServices method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — Token that can be passed to ListServicesto resume a paginated query.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Token that can be passed to ListServicesto resume a paginated query.
    Returns
    
  - 
        (::String) — Token that can be passed to ListServicesto resume a paginated query.
#services
def services() -> ::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>
    Returns
    
  - (::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>) — The returned services will only have the name field set.
#services=
def services=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>
    Parameter
    
  - value (::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>) — The returned services will only have the name field set.
    Returns
    
- (::Array<::Google::Cloud::ServiceManagement::V1::ManagedService>) — The returned services will only have the name field set.