public static final class ReservationSubBlocksReportFaultyRequestFaultReason.Builder extends GeneratedMessageV3.Builder<ReservationSubBlocksReportFaultyRequestFaultReason.Builder> implements ReservationSubBlocksReportFaultyRequestFaultReasonOrBuilder
The reason for the fault experienced with the subBlock.
Protobuf type
google.cloud.compute.v1.ReservationSubBlocksReportFaultyRequestFaultReason
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReservationSubBlocksReportFaultyRequestFaultReason build()
buildPartial()
public ReservationSubBlocksReportFaultyRequestFaultReason buildPartial()
clear()
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clear()
Overrides
clearBehavior()
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clearBehavior()
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
clearDescription()
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clearDescription()
The description of the fault experienced with the subBlock.
optional string description = 422937596;
clearField(Descriptors.FieldDescriptor field)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder clone()
Overrides
getBehavior()
public String getBehavior()
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns |
| Type |
Description |
String |
The behavior.
|
getBehaviorBytes()
public ByteString getBehaviorBytes()
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns |
| Type |
Description |
ByteString |
The bytes for behavior.
|
getDefaultInstanceForType()
public ReservationSubBlocksReportFaultyRequestFaultReason getDefaultInstanceForType()
getDescription()
public String getDescription()
The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns |
| Type |
Description |
String |
The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns |
| Type |
Description |
ByteString |
The bytes for description.
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
hasBehavior()
public boolean hasBehavior()
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Returns |
| Type |
Description |
boolean |
Whether the behavior field is set.
|
hasDescription()
public boolean hasDescription()
The description of the fault experienced with the subBlock.
optional string description = 422937596;
| Returns |
| Type |
Description |
boolean |
Whether the description field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReservationSubBlocksReportFaultyRequestFaultReason other)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder mergeFrom(ReservationSubBlocksReportFaultyRequestFaultReason other)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReservationSubBlocksReportFaultyRequestFaultReason.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setBehavior(String value)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder setBehavior(String value)
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Parameter |
| Name |
Description |
value |
String
The behavior to set.
|
setBehaviorBytes(ByteString value)
public ReservationSubBlocksReportFaultyRequestFaultReason.Builder setBehaviorBytes(ByteString value)
The behavior of the fault experienced with the subBlock.
Check the Behavior enum for the list of possible values.
optional string behavior = 437170770;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for behavior to set.
|