Class: Google::Cloud::AppHub::V1::ListServicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ListServicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Request for ListServices.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering results.
190 191 192 193 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 190 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
190 191 192 193 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 190 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
190 191 192 193 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 190 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
190 191 192 193 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 190 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Fully qualified name of the parent Application to list Services
for. Expected format:
projects/{project}/locations/{location}/applications/{application}
.
190 191 192 193 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 190 class ListServicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |