Class: Google::Cloud::Notebooks::V1beta1::ListEnvironmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::ListEnvironmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/service.rb
Overview
Request for listing environments.
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.
323 324 325 326 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 323 class ListEnvironmentsRequest 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.
323 324 325 326 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 323 class ListEnvironmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project_id}/locations/{location}
.
323 324 325 326 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 323 class ListEnvironmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |