computeEngineTargetDetails property
Output only. Details of the target VM in Compute Engine.
Implementation
@$pb.TagNumber(20)
ComputeEngineTargetDetails get computeEngineTargetDetails => $_getN(5);
Implementation
@$pb.TagNumber(20)
set computeEngineTargetDetails(ComputeEngineTargetDetails v) {
setField(20, v);
}