Reference documentation and code samples for the Stackdriver Logging V2 Client class CreateLinkRequest.
The parameters to CreateLink.
Generated from protobuf messagegoogle.logging.v2.CreateLinkRequest
Namespace
Google \ Cloud \ Logging \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The full resource name of the bucket to create a link for. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
Required. The ID to use for the link. The link_id can have up to 100 characters. A valid link_id must only have alphanumeric characters and underscores within it.
getParent
Required. The full resource name of the bucket to create a link for.
Required. The ID to use for the link. The link_id can have up to 100
characters. A valid link_id must only have alphanumeric characters and
underscores within it.
Returns
Type
Description
string
setLinkId
Required. The ID to use for the link. The link_id can have up to 100
characters. A valid link_id must only have alphanumeric characters and
underscores within it.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameters
Name
Description
parent
string
Required. The full resource name of the bucket to create a link for.
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
Please seeConfigServiceV2Client::logBucketName()for help formatting this field.
Required. The ID to use for the link. The link_id can have up to 100
characters. A valid link_id must only have alphanumeric characters and
underscores within it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Logging V2 Client - Class CreateLinkRequest (1.32.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.32.3 (latest)](/php/docs/reference/cloud-logging/latest/V2.CreateLinkRequest)\n- [1.32.2](/php/docs/reference/cloud-logging/1.32.2/V2.CreateLinkRequest)\n- [1.31.3](/php/docs/reference/cloud-logging/1.31.3/V2.CreateLinkRequest)\n- [1.30.3](/php/docs/reference/cloud-logging/1.30.3/V2.CreateLinkRequest)\n- [1.29.0](/php/docs/reference/cloud-logging/1.29.0/V2.CreateLinkRequest)\n- [1.28.5](/php/docs/reference/cloud-logging/1.28.5/V2.CreateLinkRequest)\n- [1.27.1](/php/docs/reference/cloud-logging/1.27.1/V2.CreateLinkRequest)\n- [1.26.0](/php/docs/reference/cloud-logging/1.26.0/V2.CreateLinkRequest)\n- [1.25.5](/php/docs/reference/cloud-logging/1.25.5/V2.CreateLinkRequest)\n- [1.24.10](/php/docs/reference/cloud-logging/1.24.10/V2.CreateLinkRequest) \nReference documentation and code samples for the Stackdriver Logging V2 Client class CreateLinkRequest.\n\nThe parameters to CreateLink.\n\nGenerated from protobuf message `google.logging.v2.CreateLinkRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Logging \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The full resource name of the bucket to create a link for.\n\n\"projects/\\[PROJECT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"organizations/\\[ORGANIZATION_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"billingAccounts/\\[BILLING_ACCOUNT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"folders/\\[FOLDER_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\n### setParent\n\nRequired. The full resource name of the bucket to create a link for.\n\n\"projects/\\[PROJECT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"organizations/\\[ORGANIZATION_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"billingAccounts/\\[BILLING_ACCOUNT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\"folders/\\[FOLDER_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\n### getLink\n\nRequired. The new link.\n\n### hasLink\n\n### clearLink\n\n### setLink\n\nRequired. The new link.\n\n### getLinkId\n\nRequired. The ID to use for the link. The link_id can have up to 100\ncharacters. A valid link_id must only have alphanumeric characters and\nunderscores within it.\n\n### setLinkId\n\nRequired. The ID to use for the link. The link_id can have up to 100\ncharacters. A valid link_id must only have alphanumeric characters and\nunderscores within it.\n\n### static::build"]]