Class: Google::Cloud::Run::V2::ListServicesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/service.rb

Overview

Request message for retrieving a list of Services.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of Services to return in this call.

Returns:

  • (::Integer)

    Maximum number of Services to return in this call.



82
83
84
85
# File 'proto_docs/google/cloud/run/v2/service.rb', line 82

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



82
83
84
85
# File 'proto_docs/google/cloud/run/v2/service.rb', line 82

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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.



82
83
84
85
# File 'proto_docs/google/cloud/run/v2/service.rb', line 82

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#show_deleted::Boolean

Returns If true, returns deleted (but unexpired) resources along with active ones.

Returns:

  • (::Boolean)

    If true, returns deleted (but unexpired) resources along with active ones.



82
83
84
85
# File 'proto_docs/google/cloud/run/v2/service.rb', line 82

class ListServicesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end