public sealed class ListMirroringEndpointGroupsRequest : IMessage<ListMirroringEndpointGroupsRequest>, IEquatable<ListMirroringEndpointGroupsRequest>, IDeepCloneable<ListMirroringEndpointGroupsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Security v1 API class ListMirroringEndpointGroupsRequest.
Request message for ListMirroringEndpointGroups.
Implements
IMessageListMirroringEndpointGroupsRequest, IEquatableListMirroringEndpointGroupsRequest, IDeepCloneableListMirroringEndpointGroupsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListMirroringEndpointGroupsRequest()
public ListMirroringEndpointGroupsRequest()ListMirroringEndpointGroupsRequest(ListMirroringEndpointGroupsRequest)
public ListMirroringEndpointGroupsRequest(ListMirroringEndpointGroupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMirroringEndpointGroupsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter expression. See https://google.aip.dev/160#filtering for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Sort expression. See https://google.aip.dev/132#ordering for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent, which owns this collection of endpoint groups.
Example: projects/123456789/locations/global.
See https://google.aip.dev/132 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|