Google Cloud Asset Inventory v1 API - Class GetFeedRequest (3.11.0)

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.

Inheritance

object > GetFeedRequest

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GetFeedRequest()

public GetFeedRequest()

GetFeedRequest(GetFeedRequest)

public GetFeedRequest(GetFeedRequest other)
Parameter
NameDescription
otherGetFeedRequest

Properties

FeedName

public FeedName FeedName { get; set; }

FeedName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string