targetSslProxy property
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);
Implementation
@$pb.TagNumber(3)
set targetSslProxy($core.String v) { $_setString(2, v); }