public sealed class UpdateFeedRequest : IMessage<UpdateFeedRequest>, IEquatable<UpdateFeedRequest>, IDeepCloneable<UpdateFeedRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class UpdateFeedRequest.
Update asset feed request.
Implements
IMessageUpdateFeedRequest, IEquatableUpdateFeedRequest, IDeepCloneableUpdateFeedRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
UpdateFeedRequest()
public UpdateFeedRequest()
UpdateFeedRequest(UpdateFeedRequest)
public UpdateFeedRequest(UpdateFeedRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateFeedRequest |
Properties
Feed
public Feed Feed { get; set; }
Required. The new values of feed details. It must match an existing feed
and the field name
must be in the format of:
projects/project_number/feeds/feed_id or
folders/folder_number/feeds/feed_id or
organizations/organization_number/feeds/feed_id.
Property Value | |
---|---|
Type | Description |
Feed |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Only updates the feed
fields indicated by this mask.
The field mask must not be empty, and it must not contain fields that
are immutable or only set by the server.
Property Value | |
---|---|
Type | Description |
FieldMask |