public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessageMessage for updating a Listing.
Implements
IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
UpdateListingRequest()
public UpdateListingRequest()UpdateListingRequest(UpdateListingRequest)
public UpdateListingRequest(UpdateListingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateListingRequest |
Properties
Listing
public Listing Listing { get; set; }Required. The listing to update.
| Property Value | |
|---|---|
| Type | Description |
Listing |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Field mask is used to specify the fields to be overwritten in the Listing resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|