Send feedback
Class ReservationSubBlocksReportFaultyRequestFaultReason.Builder (1.88.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
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.
setDescription(String value)
public ReservationSubBlocksReportFaultyRequestFaultReason . Builder setDescription ( String value )
The description of the fault experienced with the subBlock.
optional string description = 422937596;
Parameter
Name
Description
value
String The description to set.
setDescriptionBytes(ByteString value)
public ReservationSubBlocksReportFaultyRequestFaultReason . Builder setDescriptionBytes ( ByteString value )
The description of the fault experienced with the subBlock.
optional string description = 422937596;
Parameter
Name
Description
value
ByteString The bytes for description to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ReservationSubBlocksReportFaultyRequestFaultReason . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReservationSubBlocksReportFaultyRequestFaultReason . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReservationSubBlocksReportFaultyRequestFaultReason . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-10-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-10-28 UTC."],[],[]]