@Generated(value="by GAPIC") @BetaApi public final class SerialPortOutput extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
SerialPortOutput.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getContents()
[Output Only] The contents of the console output.
|
static SerialPortOutput |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getKind()
[Output Only] Type of the resource.
|
String |
getNext()
[Output Only] The position of the next byte of content from the serial console output.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
String |
getStart()
The starting byte position of the output that was returned.
|
int |
hashCode() |
static SerialPortOutput.Builder |
newBuilder() |
static SerialPortOutput.Builder |
newBuilder(SerialPortOutput prototype) |
SerialPortOutput.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getContents()
public String getKind()
public String getNext()
public String getSelfLink()
public String getStart()
public static SerialPortOutput.Builder newBuilder()
public static SerialPortOutput.Builder newBuilder(SerialPortOutput prototype)
public SerialPortOutput.Builder toBuilder()
public static SerialPortOutput getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.