- 1.63.0 (latest)
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class GetSerialPortOutputInstanceRequest.Builder extends GeneratedMessageV3.Builder<GetSerialPortOutputInstanceRequest.Builder> implements GetSerialPortOutputInstanceRequestOrBuilder
A request message for Instances.GetSerialPortOutput. See the method description for details.
Protobuf type google.cloud.compute.v1.GetSerialPortOutputInstanceRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetSerialPortOutputInstanceRequest.BuilderImplements
GetSerialPortOutputInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetSerialPortOutputInstanceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
build()
public GetSerialPortOutputInstanceRequest build()
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest |
buildPartial()
public GetSerialPortOutputInstanceRequest buildPartial()
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest |
clear()
public GetSerialPortOutputInstanceRequest.Builder clear()
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetSerialPortOutputInstanceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
clearInstance()
public GetSerialPortOutputInstanceRequest.Builder clearInstance()
Name of the instance for this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetSerialPortOutputInstanceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
clearPort()
public GetSerialPortOutputInstanceRequest.Builder clearPort()
Specifies which COM or serial port to retrieve data from.
optional int32 port = 3446913;
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
clearProject()
public GetSerialPortOutputInstanceRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
clearStart()
public GetSerialPortOutputInstanceRequest.Builder clearStart()
Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0
. If the output for that byte position is available, this field matches the start
parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start
property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
optional int64 start = 109757538;
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
clearZone()
public GetSerialPortOutputInstanceRequest.Builder clearZone()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
clone()
public GetSerialPortOutputInstanceRequest.Builder clone()
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
getDefaultInstanceForType()
public GetSerialPortOutputInstanceRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInstance()
public String getInstance()
Name of the instance for this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The instance. |
getInstanceBytes()
public ByteString getInstanceBytes()
Name of the instance for this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instance. |
getPort()
public int getPort()
Specifies which COM or serial port to retrieve data from.
optional int32 port = 3446913;
Returns | |
---|---|
Type | Description |
int |
The port. |
getProject()
public String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |
getStart()
public long getStart()
Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0
. If the output for that byte position is available, this field matches the start
parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start
property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
optional int64 start = 109757538;
Returns | |
---|---|
Type | Description |
long |
The start. |
getZone()
public String getZone()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes()
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for zone. |
hasPort()
public boolean hasPort()
Specifies which COM or serial port to retrieve data from.
optional int32 port = 3446913;
Returns | |
---|---|
Type | Description |
boolean |
Whether the port field is set. |
hasStart()
public boolean hasStart()
Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0
. If the output for that byte position is available, this field matches the start
parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start
property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
optional int64 start = 109757538;
Returns | |
---|---|
Type | Description |
boolean |
Whether the start field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(GetSerialPortOutputInstanceRequest other)
public GetSerialPortOutputInstanceRequest.Builder mergeFrom(GetSerialPortOutputInstanceRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSerialPortOutputInstanceRequest |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSerialPortOutputInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GetSerialPortOutputInstanceRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetSerialPortOutputInstanceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetSerialPortOutputInstanceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
setInstance(String value)
public GetSerialPortOutputInstanceRequest.Builder setInstance(String value)
Name of the instance for this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The instance to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setInstanceBytes(ByteString value)
public GetSerialPortOutputInstanceRequest.Builder setInstanceBytes(ByteString value)
Name of the instance for this request.
string instance = 18257045 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for instance to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setPort(int value)
public GetSerialPortOutputInstanceRequest.Builder setPort(int value)
Specifies which COM or serial port to retrieve data from.
optional int32 port = 3446913;
Parameter | |
---|---|
Name | Description |
value |
int The port to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetSerialPortOutputInstanceRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The project to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetSerialPortOutputInstanceRequest.Builder setProjectBytes(ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for project to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetSerialPortOutputInstanceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
setStart(long value)
public GetSerialPortOutputInstanceRequest.Builder setStart(long value)
Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to 0
. If the output for that byte position is available, this field matches the start
parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the start
property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
optional int64 start = 109757538;
Parameter | |
---|---|
Name | Description |
value |
long The start to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetSerialPortOutputInstanceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
setZone(String value)
public GetSerialPortOutputInstanceRequest.Builder setZone(String value)
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The zone to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public GetSerialPortOutputInstanceRequest.Builder setZoneBytes(ByteString value)
The name of the zone for this request.
string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for zone to set. |
Returns | |
---|---|
Type | Description |
GetSerialPortOutputInstanceRequest.Builder |
This builder for chaining. |