Send feedback
Class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology.Builder (1.80.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder extends GeneratedMessageV3 . Builder<ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder > implements ReservationBlockPhysicalTopologyInstancePhysicalHostTopologyOrBuilder
The PhysicalHostTopology of the instance within a Block resource.
Protobuf type
google.cloud.compute.v1.ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
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 ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology build ()
buildPartial()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology buildPartial ()
clear()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearHost()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clearHost ()
Host hash for a given instance
optional string host = 3208616;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSubBlock()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clearSubBlock ()
Sub block hash for a given instance
optional string sub_block = 478033358;
clone()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder clone ()
Overrides
getDefaultInstanceForType()
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getHost()
Host hash for a given instance
optional string host = 3208616;
Returns
Type
Description
String
The host.
getHostBytes()
public ByteString getHostBytes ()
Host hash for a given instance
optional string host = 3208616;
Returns
Type
Description
ByteString
The bytes for host.
getSubBlock()
public String getSubBlock ()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns
Type
Description
String
The subBlock.
getSubBlockBytes()
public ByteString getSubBlockBytes ()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns
Type
Description
ByteString
The bytes for subBlock.
hasHost()
Host hash for a given instance
optional string host = 3208616;
Returns
Type
Description
boolean
Whether the host field is set.
hasSubBlock()
public boolean hasSubBlock ()
Sub block hash for a given instance
optional string sub_block = 478033358;
Returns
Type
Description
boolean
Whether the subBlock field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ReservationBlockPhysicalTopologyInstancePhysicalHostTopology other)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder mergeFrom ( ReservationBlockPhysicalTopologyInstancePhysicalHostTopology other )
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setHost(String value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setHost ( String value )
Host hash for a given instance
optional string host = 3208616;
Parameter
Name
Description
value
String
The host to set.
setHostBytes(ByteString value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setHostBytes ( ByteString value )
Host hash for a given instance
optional string host = 3208616;
Parameter
Name
Description
value
ByteString
The bytes for host to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSubBlock(String value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setSubBlock ( String value )
Sub block hash for a given instance
optional string sub_block = 478033358;
Parameter
Name
Description
value
String
The subBlock to set.
setSubBlockBytes(ByteString value)
public ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . Builder setSubBlockBytes ( ByteString value )
Sub block hash for a given instance
optional string sub_block = 478033358;
Parameter
Name
Description
value
ByteString
The bytes for subBlock to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final ReservationBlockPhysicalTopologyInstancePhysicalHostTopology . 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-08-07 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-08-07 UTC."],[],[]]