Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::ListMirroringDeploymentGroupsRequest.
Request message for ListMirroringDeploymentGroups.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
Returns
- (::String) — Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
Returns
- (::String) — Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token, received from a previous
ListMirroringDeploymentGroupscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListMirroringDeploymentGroupsmust match the call that provided the page token. See https://google.aip.dev/158 for more details.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
ListMirroringDeploymentGroupscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListMirroringDeploymentGroupsmust match the call that provided the page token. See https://google.aip.dev/158 for more details.
Returns
-
(::String) — Optional. A page token, received from a previous
ListMirroringDeploymentGroupscall. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListMirroringDeploymentGroupsmust match the call that provided the page token. See https://google.aip.dev/158 for more details.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent, which owns this collection of deployment groups.
Example:
projects/123456789/locations/global. See https://google.aip.dev/132 for more details.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent, which owns this collection of deployment groups.
Example:
projects/123456789/locations/global. See https://google.aip.dev/132 for more details.
Returns
-
(::String) — Required. The parent, which owns this collection of deployment groups.
Example:
projects/123456789/locations/global. See https://google.aip.dev/132 for more details.