sinkName property

  1. @TagNumber.new(1)
String get sinkName

Required. The full resource name of the sink to update, including the parent resource and the sink identifier:

"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"

For example:

"projects/my-project/sinks/my-sink"

Implementation

@$pb.TagNumber(1)
$core.String get sinkName => $_getSZ(0);
  1. @TagNumber.new(1)
set sinkName (String value)

Implementation

@$pb.TagNumber(1)
set sinkName($core.String value) => $_setString(0, value);