Class: Google::Cloud::IDS::V1::ListEndpointsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ids/v1/ids.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. The filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns:



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.

Returns:



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.

Returns:

  • (::Integer)

    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.

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.



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.

Returns:

  • (::String)

    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