public ListRequest(Google.Apis.Discovery.IRequestProvider service, Google.Apis.Util.Repeatable <string> q, string target) :
     base(service)
 {
     this._q      = q;
     this._target = target;
 }
 /// <summary>Returns text translations from one language to another.</summary>
 /// <param name="q">Required - The text to translate</param>
 /// <param name="target">Required - The target language into which the text should be translated</param>
 public virtual ListRequest List(Google.Apis.Util.Repeatable <string> q, string target)
 {
     return(new ListRequest(service, q, target));
 }
Ejemplo n.º 3
0
 public ImageRequest(Google.Apis.Discovery.IRequestProvider service, Google.Apis.Util.Repeatable <string> id) :
     base(service)
 {
     this._id = id;
 }
Ejemplo n.º 4
0
 /// <summary>Constructs a new List request.</summary>
 public ListRequest(Google.Apis.Services.IClientService service, Google.Apis.Util.Repeatable <string> q)
     : base(service)
 {
     Q = q;
     InitParameters();
 }
Ejemplo n.º 5
0
 /// <summary>Returns blob attached to node at specified id as HTML</summary>
 /// <param name="id">Required - The id of the item that you want data about</param>
 public virtual GetRequest Get(Google.Apis.Util.Repeatable <string> id)
 {
     return(new GetRequest(service, id));
 }