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