Class: Google::Cloud::ServiceUsage::V1::ListServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::ListServicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Request message for the ListServices
method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Only list services that conform to the given filter.
-
#page_size ⇒ ::Integer
Requested size of the next page of data.
-
#page_token ⇒ ::String
Token identifying which result to start with, which is returned by a previous list call.
-
#parent ⇒ ::String
Parent to search for services on.
Instance Attribute Details
#filter ⇒ ::String
Returns Only list services that conform to the given filter.
The allowed filter strings are state:ENABLED
and state:DISABLED
.
138 139 140 141 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 138 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
138 139 140 141 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 138 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Token identifying which result to start with, which is returned by a previous list call.
138 139 140 141 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 138 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Parent to search for services on.
An example name would be:
projects/123
where 123
is the project number.
138 139 140 141 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 138 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |