cloudFunction property

  1. @TagNumber.new(2)
String get 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.new(2)
set cloudFunction (String v)

Implementation

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