Reference documentation and code samples for the Cloud IDS V1 API class Google::Cloud::IDS::V1::ListEndpointsRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.
#filter=
def filter=(value) -> ::String
- value (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.
- (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.
#order_by
def order_by() -> ::String
- (::String) — Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
#order_by=
def order_by=(value) -> ::String
- value (::String) — Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
- (::String) — Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.
- (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.
#page_token
def page_token() -> ::String
-
(::String) — 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.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
- (::String) — Required. The parent, which owns this collection of endpoints.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent, which owns this collection of endpoints.
- (::String) — Required. The parent, which owns this collection of endpoints.