Class: Google::Cloud::ServiceDirectory::V1beta1::ListNamespacesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceDirectory::V1beta1::ListNamespacesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb
Overview
The request message for RegistrationService.ListNamespaces.
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
104 105 106 107 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 104 class ListNamespacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 104 class ListNamespacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
104 105 106 107 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 104 class ListNamespacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 104 class ListNamespacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/servicedirectory/v1beta1/registration_service.rb', line 104 class ListNamespacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |