target.apidocs.com.google.api.services.compute.Compute.Instances.GetSerialPortOutput.html Maven / Gradle / Ivy
Compute.Instances.GetSerialPortOutput (Compute Engine API v1-rev20200104-1.30.8)
com.google.api.services.compute
Class Compute.Instances.GetSerialPortOutput
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.compute.ComputeRequest<SerialPortOutput>
-
- com.google.api.services.compute.Compute.Instances.GetSerialPortOutput
-
- Enclosing class:
- Compute.Instances
public class Compute.Instances.GetSerialPortOutput
extends ComputeRequest<SerialPortOutput>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Field Summary
-
Fields inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
USER_AGENT_SUFFIX
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
GetSerialPortOutput(String project,
String zone,
String instance)
Returns the last 1 MB of serial port output from the specified instance.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
HttpRequest
buildHttpRequestUsingHead()
HttpResponse
executeUsingHead()
String
getInstance()
Name of the instance scoping this request.
Integer
getPort()
Specifies which COM or serial port to retrieve data from.
String
getProject()
Project ID for this request.
Long
getStart()
Returns output starting from a specific byte position.
String
getZone()
The name of the zone for this request.
Compute.Instances.GetSerialPortOutput
set(String parameterName,
Object value)
Compute.Instances.GetSerialPortOutput
setAlt(String alt)
Data format for the response.
Compute.Instances.GetSerialPortOutput
setFields(String fields)
Selector specifying which fields to include in a partial response.
Compute.Instances.GetSerialPortOutput
setInstance(String instance)
Name of the instance scoping this request.
Compute.Instances.GetSerialPortOutput
setKey(String key)
API key.
Compute.Instances.GetSerialPortOutput
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Compute.Instances.GetSerialPortOutput
setPort(Integer port)
Specifies which COM or serial port to retrieve data from.
Compute.Instances.GetSerialPortOutput
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Compute.Instances.GetSerialPortOutput
setProject(String project)
Project ID for this request.
Compute.Instances.GetSerialPortOutput
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
Compute.Instances.GetSerialPortOutput
setStart(Long start)
Returns output starting from a specific byte position.
Compute.Instances.GetSerialPortOutput
setUserIp(String userIp)
Deprecated.
Compute.Instances.GetSerialPortOutput
setZone(String zone)
The name of the zone for this request.
-
Methods inherited from class com.google.api.services.compute.ComputeRequest
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
GetSerialPortOutput
protected GetSerialPortOutput(String project,
String zone,
String instance)
Returns the last 1 MB of serial port output from the specified instance.
Create a request for the method "instances.getSerialPortOutput".
This request holds the parameters needed by the the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote
operation. GetSerialPortOutput#initialize(com.google.api.client.googleapis.services.
AbstractGoogleClientRequest) must be called to initialize this instance immediately after
invoking the constructor.
- Parameters:
project - Project ID for this request.
zone - The name of the zone for this request.
instance - Name of the instance scoping this request.
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead in class AbstractGoogleClientRequest<SerialPortOutput>
- Throws:
IOException
-
buildHttpRequestUsingHead
public HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<SerialPortOutput>
- Throws:
IOException
-
setAlt
public Compute.Instances.GetSerialPortOutput setAlt(String alt)
Description copied from class: ComputeRequest
Data format for the response.
- Overrides:
setAlt in class ComputeRequest<SerialPortOutput>
-
setFields
public Compute.Instances.GetSerialPortOutput setFields(String fields)
Description copied from class: ComputeRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields in class ComputeRequest<SerialPortOutput>
-
setKey
public Compute.Instances.GetSerialPortOutput setKey(String key)
Description copied from class: ComputeRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey in class ComputeRequest<SerialPortOutput>
-
setOauthToken
public Compute.Instances.GetSerialPortOutput setOauthToken(String oauthToken)
Description copied from class: ComputeRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken in class ComputeRequest<SerialPortOutput>
-
setPrettyPrint
public Compute.Instances.GetSerialPortOutput setPrettyPrint(Boolean prettyPrint)
Description copied from class: ComputeRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint in class ComputeRequest<SerialPortOutput>
-
setQuotaUser
public Compute.Instances.GetSerialPortOutput setQuotaUser(String quotaUser)
Description copied from class: ComputeRequest
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- Overrides:
setQuotaUser in class ComputeRequest<SerialPortOutput>
-
setUserIp
public Compute.Instances.GetSerialPortOutput setUserIp(String userIp)
Description copied from class: ComputeRequest
Deprecated. Please use quotaUser instead.
- Overrides:
setUserIp in class ComputeRequest<SerialPortOutput>
-
getProject
public String getProject()
Project ID for this request.
-
setProject
public Compute.Instances.GetSerialPortOutput setProject(String project)
Project ID for this request.
-
getZone
public String getZone()
The name of the zone for this request.
-
setZone
public Compute.Instances.GetSerialPortOutput setZone(String zone)
The name of the zone for this request.
-
getInstance
public String getInstance()
Name of the instance scoping this request.
-
setInstance
public Compute.Instances.GetSerialPortOutput setInstance(String instance)
Name of the instance scoping this request.
-
getPort
public Integer getPort()
Specifies which COM or serial port to retrieve data from. [default: 1] [minimum: 1] [maximum: 4]
-
setPort
public Compute.Instances.GetSerialPortOutput setPort(Integer port)
Specifies which COM or serial port to retrieve data from.
-
getStart
public Long getStart()
Returns output starting from a specific byte position. Use this to page through output when the
output is too large to return in a single request. For the initial request, leave this field
unspecified. For subsequent calls, this field should be set to the next value returned in the
previous call.
-
setStart
public Compute.Instances.GetSerialPortOutput setStart(Long start)
Returns output starting from a specific byte position. Use this to page through output when
the output is too large to return in a single request. For the initial request, leave this
field unspecified. For subsequent calls, this field should be set to the next value
returned in the previous call.
-
set
public Compute.Instances.GetSerialPortOutput set(String parameterName,
Object value)
- Overrides:
set in class ComputeRequest<SerialPortOutput>
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy