public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Analytics Hub v1 API class UpdateListingRequest.
Message for updating a Listing.
Implements
IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.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 specifies the fields to update in the listing resource. The
fields specified in the updateMask are relative to the resource and are
not a full request.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|