public static interface VpcAccess.NetworkInterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNetwork()
Optional.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Optional.
|
String |
getSubnetwork()
Optional.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
Optional.
|
String |
getTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Optional.
|
int |
getTagsCount()
Optional.
|
List<String> |
getTagsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetwork()
Optional. The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNetworkBytes()
Optional. The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];String getSubnetwork()
Optional. The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
string subnetwork = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSubnetworkBytes()
Optional. The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
string subnetwork = 2 [(.google.api.field_behavior) = OPTIONAL];List<String> getTagsList()
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];int getTagsCount()
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];String getTags(int index)
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getTagsBytes(int index)
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.