Analytics Hub v1beta1 API - Class UpdateListingRequest (2.0.0-beta04)

public sealed class UpdateListingRequest : IMessage<UpdateListingRequest>, IEquatable<UpdateListingRequest>, IDeepCloneable<UpdateListingRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Analytics Hub v1beta1 API class UpdateListingRequest.

Message for updating a Listing.

Inheritance

object > UpdateListingRequest

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

UpdateListingRequest()

public UpdateListingRequest()

UpdateListingRequest(UpdateListingRequest)

public UpdateListingRequest(UpdateListingRequest other)
Parameter
NameDescription
otherUpdateListingRequest

Properties

Listing

public Listing Listing { get; set; }

Required. The listing to update.

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