Class: Google::Cloud::Notebooks::V1beta1::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/service.rb
Overview
Request for listing notebook instances.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum return size of the list call.
-
#page_token ⇒ ::String
A previous returned page token that can be used to continue listing from the last result.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum return size of the list call.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 69 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A previous returned page token that can be used to continue listing from the last result.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 69 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format:
parent=projects/{project_id}/locations/{location}
.
69 70 71 72 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 69 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |