Class: Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupAssociationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupAssociationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/mirroring.rb
Overview
Request message for ListMirroringEndpointGroupAssociations.
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. Filter expression. See https://google.aip.dev/160#filtering for more details.
431 432 433 434 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 431 class ListMirroringEndpointGroupAssociationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
431 432 433 434 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 431 class ListMirroringEndpointGroupAssociationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details.
431 432 433 434 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 431 class ListMirroringEndpointGroupAssociationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous
ListMirroringEndpointGroups call. Provide this to retrieve the subsequent
page. When paginating, all other parameters provided to
ListMirroringEndpointGroups must match the call that provided the page
token. See https://google.aip.dev/158 for more details.
431 432 433 434 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 431 class ListMirroringEndpointGroupAssociationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of associations.
Example: projects/123456789/locations/global.
See https://google.aip.dev/132 for more details.
431 432 433 434 |
# File 'proto_docs/google/cloud/networksecurity/v1/mirroring.rb', line 431 class ListMirroringEndpointGroupAssociationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |