target property

String? target
getter/setter pair

Target is the service name used to group related deployments: * Service name for App Engine Flex / Standard.

  • Cluster and container name for GKE. * User-specified string for direct Compute Engine profiling (e.g. Java). * Job name for Dataflow. Validation regex: ^[a-z0-9]([-a-z0-9_.]{0,253}[a-z0-9])?$.

Implementation

core.String? target;