Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListServicesRequest.
Request message for retrieving a list of Services.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of Services to return in this call.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of Services to return in this call.
Returns
- (::Integer) — Maximum number of Services to return in this call.
#page_token
def page_token() -> ::String
Returns
- (::String) — A page token received from a previous call to ListServices. All other parameters must match.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A page token received from a previous call to ListServices. All other parameters must match.
Returns
- (::String) — A page token received from a previous call to ListServices. All other parameters must match.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
Returns
- (::String) — Required. The location and project to list resources on. Location must be a valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
#show_deleted
def show_deleted() -> ::Boolean
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
#show_deleted=
def show_deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.