Send feedback
Class RoutingVPC.Builder (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.1 keyboard_arrow_down
public static final class RoutingVPC . Builder extends GeneratedMessageV3 . Builder<RoutingVPC . Builder > implements RoutingVPCOrBuilder
RoutingVPC contains information about the VPC networks associated
with the spokes of a Network Connectivity Center hub.
Protobuf type google.events.cloud.networkconnectivity.v1.RoutingVPC
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 RoutingVPC . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public RoutingVPC build ()
buildPartial()
public RoutingVPC buildPartial ()
clear()
public RoutingVPC . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public RoutingVPC . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RoutingVPC . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRequiredForNewSiteToSiteDataTransferSpokes()
public RoutingVPC . Builder clearRequiredForNewSiteToSiteDataTransferSpokes ()
Output only. If true, indicates that this VPC network is currently
associated with spokes that use the data transfer feature (spokes where the
site_to_site_data_transfer field is set to true). If you create new spokes
that use data transfer, they must be associated with this VPC network. At
most, one VPC network will have this field set to true.
bool required_for_new_site_to_site_data_transfer_spokes = 2;
clearUri()
public RoutingVPC . Builder clearUri ()
The URI of the VPC network.
string uri = 1;
clone()
public RoutingVPC . Builder clone ()
Overrides
getDefaultInstanceForType()
public RoutingVPC getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getRequiredForNewSiteToSiteDataTransferSpokes()
public boolean getRequiredForNewSiteToSiteDataTransferSpokes ()
Output only. If true, indicates that this VPC network is currently
associated with spokes that use the data transfer feature (spokes where the
site_to_site_data_transfer field is set to true). If you create new spokes
that use data transfer, they must be associated with this VPC network. At
most, one VPC network will have this field set to true.
bool required_for_new_site_to_site_data_transfer_spokes = 2;
Returns Type Description boolean
The requiredForNewSiteToSiteDataTransferSpokes.
getUri()
The URI of the VPC network.
string uri = 1;
Returns Type Description String
The uri.
getUriBytes()
public ByteString getUriBytes ()
The URI of the VPC network.
string uri = 1;
Returns Type Description ByteString
The bytes for uri.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(RoutingVPC other)
public RoutingVPC . Builder mergeFrom ( RoutingVPC other )
public RoutingVPC . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public RoutingVPC . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RoutingVPC . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public RoutingVPC . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RoutingVPC . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setRequiredForNewSiteToSiteDataTransferSpokes(boolean value)
public RoutingVPC . Builder setRequiredForNewSiteToSiteDataTransferSpokes ( boolean value )
Output only. If true, indicates that this VPC network is currently
associated with spokes that use the data transfer feature (spokes where the
site_to_site_data_transfer field is set to true). If you create new spokes
that use data transfer, they must be associated with this VPC network. At
most, one VPC network will have this field set to true.
bool required_for_new_site_to_site_data_transfer_spokes = 2;
Parameter Name Description value
boolean
The requiredForNewSiteToSiteDataTransferSpokes to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final RoutingVPC . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUri(String value)
public RoutingVPC . Builder setUri ( String value )
The URI of the VPC network.
string uri = 1;
Parameter Name Description value
String
The uri to set.
setUriBytes(ByteString value)
public RoutingVPC . Builder setUriBytes ( ByteString value )
The URI of the VPC network.
string uri = 1;
Parameter Name Description value
ByteString
The bytes for uri 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-27 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-27 UTC."],[],[]]