Class: Google::Cloud::Notebooks::V2::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/service.rb
Overview
Request for listing notebook instances.
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. List filter.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Maximum return size of the list call.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A previous returned page token that can be used to continue listing from the last result.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
parent=projects/{project_id}/locations/{location}
.
77 78 79 80 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 77 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |