Class: Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
Request message for ListInterceptDeployments.
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.
842 843 844 845 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 842 class ListInterceptDeploymentsRequest 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.
842 843 844 845 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 842 class ListInterceptDeploymentsRequest 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.
842 843 844 845 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 842 class ListInterceptDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListInterceptDeployments
call. Provide this to retrieve the subsequent page. When paginating, all
other parameters provided to ListInterceptDeployments must match the call
that provided the page token. See https://google.aip.dev/158 for more
details.
842 843 844 845 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 842 class ListInterceptDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of deployments.
Example: projects/123456789/locations/us-central1-a.
See https://google.aip.dev/132 for more details.
842 843 844 845 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 842 class ListInterceptDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |