Google Cloud Logging v2 API - Class DeleteLinkRequest (4.3.0)

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

Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLinkRequest.

The parameters to DeleteLink.

Inheritance

object > DeleteLinkRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

DeleteLinkRequest()

public DeleteLinkRequest()

DeleteLinkRequest(DeleteLinkRequest)

public DeleteLinkRequest(DeleteLinkRequest other)
Parameter
NameDescription
otherDeleteLinkRequest

Properties

LinkName

public LinkName LinkName { get; set; }

LinkName-typed view over the Name resource name property.

Property Value
TypeDescription
LinkName

Name

public string Name { get; set; }

Required. The full resource name of the link to delete.

"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"

Property Value
TypeDescription
string