resourceLink property

  1. @TagNumber(1)
String resourceLink

Immutable. Self-link of the GCP resource for the Edge Cluster. For example:

//edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster

Implementation

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

Implementation

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