Class: Google::Cloud::SecureSourceManager::V1::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
ListInstancesRequest is the request to list instances.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter for filtering results.
-
#order_by ⇒ ::String
Hint for how to order the results.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
807 808 809 810 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 807 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
807 808 809 810 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 807 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
807 808 809 810 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 807 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
807 808 809 810 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 807 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
807 808 809 810 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 807 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |