Cloud IDS V1 API - Class Google::Cloud::IDS::V1::ListEndpointsRequest (v0.2.0)

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
Returns
  • (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.
Returns
  • (::String) — Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

#order_by

def order_by() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
Returns
  • (::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
Returns
  • (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.
Returns
  • (::Integer) — Optional. The maximum number of endpoints to return. The service may return fewer than this value.

#page_token

def page_token() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — Required. The parent, which owns this collection of endpoints.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, which owns this collection of endpoints.
Returns
  • (::String) — Required. The parent, which owns this collection of endpoints.