Java com.google.api.client.googleapis.services AbstractGoogleClientRequest fields, constructors, methods, implement or subclass

Example usage for Java com.google.api.client.googleapis.services AbstractGoogleClientRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.api.client.googleapis.services AbstractGoogleClientRequest.

The text is from its open source code.

Subclass

com.google.api.client.googleapis.services.AbstractGoogleClientRequest has subclasses.
Click this link to see all its subclasses.

Method

Texecute()
Sends the metadata request to the server and returns the parsed metadata response.
AbstractGoogleClientgetAbstractGoogleClient()
Returns the Google client.
MediaHttpUploadergetMediaHttpUploader()
Returns the media HTTP Uploader or null for none.
HttpHeadersgetRequestHeaders()
Returns the HTTP headers used for the Google client request.
AbstractGoogleClientRequestsetDisableGZipContent(boolean disableGZipContent)
Sets whether to disable GZip compression of HTTP content.