public sealed class ListAssetsRequest : IMessage<ListAssetsRequest>, IEquatable<ListAssetsRequest>, IDeepCloneable<ListAssetsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Migration Center v1 API class ListAssetsRequest.
Message for requesting a list of assets.
Implements
IMessageListAssetsRequest, IEquatableListAssetsRequest, IDeepCloneableListAssetsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ListAssetsRequest()
public ListAssetsRequest()
ListAssetsRequest(ListAssetsRequest)
public ListAssetsRequest(ListAssetsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAssetsRequest |
Properties
Filter
public string Filter { get; set; }
Filtering results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Field to sort by. See https://google.aip.dev/132#ordering for more details.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent value for ListAssetsRequest
.
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 |
View
public AssetView View { get; set; }
View of the assets. Defaults to BASIC.
Property Value | |
---|---|
Type | Description |
AssetView |