Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ListServiceConfigsResponse.
Response message for ListServiceConfigs method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The token of the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token of the next page of results.
Returns
- (::String) — The token of the next page of results.
#service_configs
def service_configs() -> ::Array<::Google::Api::Service>
Returns
- (::Array<::Google::Api::Service>) — The list of service configuration resources.
#service_configs=
def service_configs=(value) -> ::Array<::Google::Api::Service>
Parameter
- value (::Array<::Google::Api::Service>) — The list of service configuration resources.
Returns
- (::Array<::Google::Api::Service>) — The list of service configuration resources.