public interface VpcAccessOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnector()
VPC Access connector name.
|
com.google.protobuf.ByteString |
getConnectorBytes()
VPC Access connector name.
|
VpcAccess.VpcEgress |
getEgress()
Optional.
|
int |
getEgressValue()
Optional.
|
VpcAccess.NetworkInterface |
getNetworkInterfaces(int index)
Optional.
|
int |
getNetworkInterfacesCount()
Optional.
|
List<VpcAccess.NetworkInterface> |
getNetworkInterfacesList()
Optional.
|
VpcAccess.NetworkInterfaceOrBuilder |
getNetworkInterfacesOrBuilder(int index)
Optional.
|
List<? extends VpcAccess.NetworkInterfaceOrBuilder> |
getNetworkInterfacesOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConnector()
VPC Access connector name.
Format: `projects/{project}/locations/{location}/connectors/{connector}`,
where `{project}` can be project id or number.
For more information on sending traffic to a VPC network via a connector,
visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
string connector = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getConnectorBytes()
VPC Access connector name.
Format: `projects/{project}/locations/{location}/connectors/{connector}`,
where `{project}` can be project id or number.
For more information on sending traffic to a VPC network via a connector,
visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
string connector = 1 [(.google.api.resource_reference) = { ... }int getEgressValue()
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2 [(.google.api.field_behavior) = OPTIONAL];
VpcAccess.VpcEgress getEgress()
Optional. Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2 [(.google.api.field_behavior) = OPTIONAL];
List<VpcAccess.NetworkInterface> getNetworkInterfacesList()
Optional. Direct VPC egress settings. Currently only single network interface is supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3 [(.google.api.field_behavior) = OPTIONAL];
VpcAccess.NetworkInterface getNetworkInterfaces(int index)
Optional. Direct VPC egress settings. Currently only single network interface is supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3 [(.google.api.field_behavior) = OPTIONAL];
int getNetworkInterfacesCount()
Optional. Direct VPC egress settings. Currently only single network interface is supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3 [(.google.api.field_behavior) = OPTIONAL];
List<? extends VpcAccess.NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()
Optional. Direct VPC egress settings. Currently only single network interface is supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3 [(.google.api.field_behavior) = OPTIONAL];
VpcAccess.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)
Optional. Direct VPC egress settings. Currently only single network interface is supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.