Google Cloud Logging v2 API - Class GetLinkRequest (4.3.0)

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

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

The parameters to GetLink.

Inheritance

object > GetLinkRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetLinkRequest()

public GetLinkRequest()

GetLinkRequest(GetLinkRequest)

public GetLinkRequest(GetLinkRequest other)
Parameter
NameDescription
otherGetLinkRequest

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 resource name of the link:

"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