public PushInfo.Builder SetNotifyInfo(NotifyInfo.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); this.PrepareBuilder(); this.result.hasNotifyInfo = true; this.result.notifyInfo_ = builderForValue.Build(); return(this); }
public PushInfo.Builder SetNotifyInfo(NotifyInfo.Builder builderForValue) { Google.ProtocolBuffers.ThrowHelper.ThrowIfNull((object)builderForValue, nameof(builderForValue)); this.PrepareBuilder(); this.result.hasNotifyInfo = true; this.result.notifyInfo_ = builderForValue.Build(); return(this); }