Class SerialPortOutput (1.52.0)

public final class SerialPortOutput extends GeneratedMessageV3 implements SerialPortOutputOrBuilder

An instance serial console output.

Protobuf type google.cloud.compute.v1.SerialPortOutput

Static Fields

CONTENTS_FIELD_NUMBER

public static final int CONTENTS_FIELD_NUMBER
Field Value
Type Description
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
Type Description
int

NEXT_FIELD_NUMBER

public static final int NEXT_FIELD_NUMBER
Field Value
Type Description
int
public static final int SELF_LINK_FIELD_NUMBER
Field Value
Type Description
int

START_FIELD_NUMBER

public static final int START_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SerialPortOutput getDefaultInstance()
Returns
Type Description
SerialPortOutput

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SerialPortOutput.Builder newBuilder()
Returns
Type Description
SerialPortOutput.Builder

newBuilder(SerialPortOutput prototype)

public static SerialPortOutput.Builder newBuilder(SerialPortOutput prototype)
Parameter
Name Description
prototype SerialPortOutput
Returns
Type Description
SerialPortOutput.Builder

parseDelimitedFrom(InputStream input)

public static SerialPortOutput parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SerialPortOutput parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SerialPortOutput parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SerialPortOutput parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SerialPortOutput parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SerialPortOutput parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SerialPortOutput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SerialPortOutput
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SerialPortOutput> parser()
Returns
Type Description
Parser<SerialPortOutput>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContents()

public String getContents()

[Output Only] The contents of the console output.

optional string contents = 506419994;

Returns
Type Description
String

The contents.

getContentsBytes()

public ByteString getContentsBytes()

[Output Only] The contents of the console output.

optional string contents = 506419994;

Returns
Type Description
ByteString

The bytes for contents.

getDefaultInstanceForType()

public SerialPortOutput getDefaultInstanceForType()
Returns
Type Description
SerialPortOutput

getKind()

public String getKind()

[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.

optional string kind = 3292052;

Returns
Type Description
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.

optional string kind = 3292052;

Returns
Type Description
ByteString

The bytes for kind.

getNext()

public long getNext()

[Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the contents property. Use this value in the next request as the start parameter.

optional int64 next = 3377907;

Returns
Type Description
long

The next.

getParserForType()

public Parser<SerialPortOutput> getParserForType()
Returns
Type Description
Parser<SerialPortOutput>
Overrides
public String getSelfLink()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
ByteString

The bytes for selfLink.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStart()

public long getStart()

The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the start value that was specified in the request.

optional int64 start = 109757538;

Returns
Type Description
long

The start.

hasContents()

public boolean hasContents()

[Output Only] The contents of the console output.

optional string contents = 506419994;

Returns
Type Description
boolean

Whether the contents field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.

optional string kind = 3292052;

Returns
Type Description
boolean

Whether the kind field is set.

hasNext()

public boolean hasNext()

[Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the contents property. Use this value in the next request as the start parameter.

optional int64 next = 3377907;

Returns
Type Description
boolean

Whether the next field is set.

public boolean hasSelfLink()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
Type Description
boolean

Whether the selfLink field is set.

hasStart()

public boolean hasStart()

The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the start value that was specified in the request.

optional int64 start = 109757538;

Returns
Type Description
boolean

Whether the start field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SerialPortOutput.Builder newBuilderForType()
Returns
Type Description
SerialPortOutput.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SerialPortOutput.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SerialPortOutput.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SerialPortOutput.Builder toBuilder()
Returns
Type Description
SerialPortOutput.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException