public PushInfo.Builder SetNotifyInfo(NotifyInfo.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasNotifyInfo = true;
     this.result.notifyInfo_   = builderForValue.Build();
     return(this);
 }
Exemple #2
0
 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);
 }