callerNetwork property

  1. @TagNumber.new(3)
String get callerNetwork

The network of the caller. Set only if the network host project is part of the same GCP organization (or project) as the accessed resource. See https://cloud.google.com/compute/docs/vpc/ for more information. This is a scheme-less URI full resource name. For example:

 "//compute.googleapis.com/projects/PROJECT_ID/global/networks/NETWORK_ID"

Implementation

@$pb.TagNumber(3)
$core.String get callerNetwork => $_getSZ(2);
  1. @TagNumber.new(3)
set callerNetwork (String v)

Implementation

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