Interface LinkedVpnTunnelsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinkedVpnTunnels
,LinkedVpnTunnels.Builder
public interface LinkedVpnTunnelsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getSiteToSiteDataTransfer()
A value that controls whether site-to-site data transfer is enabled for these resources.String
getUris(int index)
The URIs of linked VPN tunnel resources.com.google.protobuf.ByteString
getUrisBytes(int index)
The URIs of linked VPN tunnel resources.int
getUrisCount()
The URIs of linked VPN tunnel resources.List<String>
getUrisList()
The URIs of linked VPN tunnel resources.String
getVpcNetwork()
Output only.com.google.protobuf.ByteString
getVpcNetworkBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrisList
List<String> getUrisList()
The URIs of linked VPN tunnel resources.
repeated string uris = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- A list containing the uris.
-
getUrisCount
int getUrisCount()
The URIs of linked VPN tunnel resources.
repeated string uris = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The count of uris.
-
getUris
String getUris(int index)
The URIs of linked VPN tunnel resources.
repeated string uris = 1 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the element to return.- Returns:
- The uris at the given index.
-
getUrisBytes
com.google.protobuf.ByteString getUrisBytes(int index)
The URIs of linked VPN tunnel resources.
repeated string uris = 1 [(.google.api.resource_reference) = { ... }
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the uris at the given index.
-
getSiteToSiteDataTransfer
boolean getSiteToSiteDataTransfer()
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).
bool site_to_site_data_transfer = 2;
- Returns:
- The siteToSiteDataTransfer.
-
getVpcNetwork
String getVpcNetwork()
Output only. The VPC network where these VPN tunnels are located.
string vpc_network = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
- Returns:
- The vpcNetwork.
-
getVpcNetworkBytes
com.google.protobuf.ByteString getVpcNetworkBytes()
Output only. The VPC network where these VPN tunnels are located.
string vpc_network = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for vpcNetwork.
-
-