Analytics Hub v1 API - Class DeleteListingRequest (1.9.0)

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

Reference documentation and code samples for the Analytics Hub v1 API class DeleteListingRequest.

Message for deleting a listing.

Inheritance

object > DeleteListingRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

DeleteListingRequest()

public DeleteListingRequest()

DeleteListingRequest(DeleteListingRequest)

public DeleteListingRequest(DeleteListingRequest other)
Parameter
Name Description
other DeleteListingRequest

Properties

DeleteCommercial

public bool DeleteCommercial { get; set; }

Optional. If the listing is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid deleting commercial listings accidentally.

Property Value
Type Description
bool

ListingName

public ListingName ListingName { get; set; }

ListingName-typed view over the Name resource name property.

Property Value
Type Description
ListingName

Name

public string Name { get; set; }

Required. Resource name of the listing to delete. e.g. projects/myproject/locations/us/dataExchanges/123/listings/456.

Property Value
Type Description
string