Class: Google::Cloud::IDS::V1::ListEndpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::IDS::V1::ListEndpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ids/v1/ids.rb
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. The filter expression, following the syntax outlined in https://google.aip.dev/160.
132 133 134 135 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 132 class ListEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
132 133 134 135 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 132 class ListEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of endpoints to return. The service may return fewer than this value.
132 133 134 135 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 132 class ListEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListEndpoints
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListEndpoints
must
match the call that provided the page token.
132 133 134 135 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 132 class ListEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of endpoints.
132 133 134 135 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 132 class ListEndpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |