targetSslProxy property

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

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

Implementation

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

Implementation

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