public sealed class GetFeedRequest : IMessage<GetFeedRequest>, IEquatable<GetFeedRequest>, IDeepCloneable<GetFeedRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class GetFeedRequest.
Get asset feed request.
Implements
IMessage<GetFeedRequest>, IEquatable<GetFeedRequest>, IDeepCloneable<GetFeedRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
GetFeedRequest()
public GetFeedRequest()
GetFeedRequest(GetFeedRequest)
public GetFeedRequest(GetFeedRequest other)
Parameter | |
---|---|
Name | Description |
other | GetFeedRequest |
Properties
FeedName
public FeedName FeedName { get; set; }
Property Value | |
---|---|
Type | Description |
FeedName |
Name
public string Name { get; set; }
Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id
Property Value | |
---|---|
Type | Description |
String |