Send feedback
Class NextHopRouterApplianceInstance.Builder (1.55.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class NextHopRouterApplianceInstance . Builder extends GeneratedMessageV3 . Builder<NextHopRouterApplianceInstance . Builder > implements NextHopRouterApplianceInstanceOrBuilder
A route next hop that leads to a Router appliance instance.
Protobuf type google.cloud.networkconnectivity.v1.NextHopRouterApplianceInstance
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 NextHopRouterApplianceInstance . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public NextHopRouterApplianceInstance build ()
buildPartial()
public NextHopRouterApplianceInstance buildPartial ()
clear()
public NextHopRouterApplianceInstance . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public NextHopRouterApplianceInstance . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public NextHopRouterApplianceInstance . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSiteToSiteDataTransfer()
public NextHopRouterApplianceInstance . Builder clearSiteToSiteDataTransfer ()
Indicates whether site-to-site data transfer is allowed for this Router
appliance instance resource. Data transfer is available only in supported
locations .
bool site_to_site_data_transfer = 3;
clearUri()
public NextHopRouterApplianceInstance . Builder clearUri ()
The URI of the Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
clearVpcNetwork()
public NextHopRouterApplianceInstance . Builder clearVpcNetwork ()
The VPC network where this VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
clone()
public NextHopRouterApplianceInstance . Builder clone ()
Overrides
getDefaultInstanceForType()
public NextHopRouterApplianceInstance getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getSiteToSiteDataTransfer()
public boolean getSiteToSiteDataTransfer ()
Indicates whether site-to-site data transfer is allowed for this Router
appliance instance resource. Data transfer is available only in supported
locations .
bool site_to_site_data_transfer = 3;
Returns
Type
Description
boolean
The siteToSiteDataTransfer.
getUri()
The URI of the Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The uri.
getUriBytes()
public ByteString getUriBytes ()
The URI of the Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for uri.
getVpcNetwork()
public String getVpcNetwork ()
The VPC network where this VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The vpcNetwork.
getVpcNetworkBytes()
public ByteString getVpcNetworkBytes ()
The VPC network where this VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for vpcNetwork.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(NextHopRouterApplianceInstance other)
public NextHopRouterApplianceInstance . Builder mergeFrom ( NextHopRouterApplianceInstance other )
public NextHopRouterApplianceInstance . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public NextHopRouterApplianceInstance . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NextHopRouterApplianceInstance . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NextHopRouterApplianceInstance . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NextHopRouterApplianceInstance . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setSiteToSiteDataTransfer(boolean value)
public NextHopRouterApplianceInstance . Builder setSiteToSiteDataTransfer ( boolean value )
Indicates whether site-to-site data transfer is allowed for this Router
appliance instance resource. Data transfer is available only in supported
locations .
bool site_to_site_data_transfer = 3;
Parameter
Name
Description
value
boolean
The siteToSiteDataTransfer to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final NextHopRouterApplianceInstance . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUri(String value)
public NextHopRouterApplianceInstance . Builder setUri ( String value )
The URI of the Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The uri to set.
setUriBytes(ByteString value)
public NextHopRouterApplianceInstance . Builder setUriBytes ( ByteString value )
The URI of the Router appliance instance.
string uri = 1 [(.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for uri to set.
setVpcNetwork(String value)
public NextHopRouterApplianceInstance . Builder setVpcNetwork ( String value )
The VPC network where this VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
String
The vpcNetwork to set.
setVpcNetworkBytes(ByteString value)
public NextHopRouterApplianceInstance . Builder setVpcNetworkBytes ( ByteString value )
The VPC network where this VM is located.
string vpc_network = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for vpcNetwork to set.
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."],[],[]]