- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 1.0.0
- 0.5.0
public static final class RoutingVPC.Builder extends GeneratedMessageV3.Builder<RoutingVPC.Builder> implements RoutingVPCOrBuilder
RoutingVPC contains information about the VPC networks that are associated with a hub's spokes.
Protobuf type google.cloud.networkconnectivity.v1.RoutingVPC
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RoutingVPC.BuilderImplements
RoutingVPCOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RoutingVPC.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RoutingVPC.Builder |
build()
public RoutingVPC build()
Type | Description |
RoutingVPC |
buildPartial()
public RoutingVPC buildPartial()
Type | Description |
RoutingVPC |
clear()
public RoutingVPC.Builder clear()
Type | Description |
RoutingVPC.Builder |
clearField(Descriptors.FieldDescriptor field)
public RoutingVPC.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
RoutingVPC.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RoutingVPC.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RoutingVPC.Builder |
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
RoutingVPC.Builder | This builder for chaining. |
clearUri()
public RoutingVPC.Builder clearUri()
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
RoutingVPC.Builder | This builder for chaining. |
clone()
public RoutingVPC.Builder clone()
Type | Description |
RoutingVPC.Builder |
getDefaultInstanceForType()
public RoutingVPC getDefaultInstanceForType()
Type | Description |
RoutingVPC |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | The requiredForNewSiteToSiteDataTransferSpokes. |
getUri()
public String getUri()
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for uri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(RoutingVPC other)
public RoutingVPC.Builder mergeFrom(RoutingVPC other)
Name | Description |
other | RoutingVPC |
Type | Description |
RoutingVPC.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RoutingVPC.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RoutingVPC.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RoutingVPC.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RoutingVPC.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RoutingVPC.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RoutingVPC.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RoutingVPC.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RoutingVPC.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RoutingVPC.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RoutingVPC.Builder |
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 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | boolean The requiredForNewSiteToSiteDataTransferSpokes to set. |
Type | Description |
RoutingVPC.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RoutingVPC.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RoutingVPC.Builder |
setUri(String value)
public RoutingVPC.Builder setUri(String value)
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
value | String The uri to set. |
Type | Description |
RoutingVPC.Builder | This builder for chaining. |
setUriBytes(ByteString value)
public RoutingVPC.Builder setUriBytes(ByteString value)
The URI of the VPC network.
string uri = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
RoutingVPC.Builder | This builder for chaining. |