Send feedback
Class SerialPortOutput (1.65.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.65.0 keyboard_arrow_down
public final class SerialPortOutput extends GeneratedMessageV3 implements SerialPortOutputOrBuilder
An instance serial console output.
Protobuf type google.cloud.compute.v1.SerialPortOutput
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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
SELF_LINK_FIELD_NUMBER
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 ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SerialPortOutput . Builder newBuilder ()
newBuilder(SerialPortOutput prototype)
public static SerialPortOutput . Builder newBuilder ( SerialPortOutput prototype )
public static SerialPortOutput parseDelimitedFrom ( InputStream input )
public static SerialPortOutput parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SerialPortOutput parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SerialPortOutput parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SerialPortOutput parseFrom ( CodedInputStream input )
public static SerialPortOutput parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SerialPortOutput parseFrom ( InputStream input )
public static SerialPortOutput parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SerialPortOutput parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SerialPortOutput parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SerialPortOutput> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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 ()
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()
[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 ()
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
Type
Description
ByteString
The bytes for selfLink.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
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.
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
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SerialPortOutput . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SerialPortOutput . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SerialPortOutput . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-28 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-28 UTC."],[],[]]