Send feedback
Class SerialPortOutput (1.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.12.0 keyboard_arrow_down
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
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value
NEXT_FIELD_NUMBER
public static final int NEXT_FIELD_NUMBER
Field Value
SELF_LINK_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
Field Value
START_FIELD_NUMBER
public static final int START_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SerialPortOutput getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static SerialPortOutput . Builder newBuilder ()
Returns
newBuilder(SerialPortOutput prototype)
public static SerialPortOutput . Builder newBuilder ( SerialPortOutput prototype )
Parameter
Returns
public static SerialPortOutput parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SerialPortOutput parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SerialPortOutput parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SerialPortOutput parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SerialPortOutput parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static SerialPortOutput parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static SerialPortOutput parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static SerialPortOutput parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SerialPortOutput parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<SerialPortOutput> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
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
getDefaultInstanceForType()
public SerialPortOutput getDefaultInstanceForType ()
Returns
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
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
Overrides
getSelfLink()
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
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
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.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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()
[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()
[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.
hasSelfLink()
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public SerialPortOutput . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SerialPortOutput . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public SerialPortOutput . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]