cloudFunction property

  1. @TagNumber(2)
String cloudFunction

The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}

This is a read-only field. Creating Cloud Functions V2 triggers is only supported via the Cloud Functions product. An error will be returned if the user sets this value.

Implementation

@$pb.TagNumber(2)
$core.String get cloudFunction => $_getSZ(1);
  1. @TagNumber(2)
void cloudFunction=(String v)

Implementation

@$pb.TagNumber(2)
set cloudFunction($core.String v) { $_setString(1, v); }