targetHttpsProxy property

  1. @TagNumber.new(1)
String get targetHttpsProxy

Output only. This field returns the resource name in the following format: //compute.googleapis.com/projects/*/global/targetHttpsProxies/*.

Implementation

@$pb.TagNumber(1)
$core.String get targetHttpsProxy => $_getSZ(0);
  1. @TagNumber.new(1)
set targetHttpsProxy (String v)

Implementation

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