publicstaticfinalclass VpcAccess.NetworkInterfaceextendsGeneratedMessageV3implementsVpcAccess.NetworkInterfaceOrBuilder
Direct VPC egress settings.
Protobuf type google.cloud.run.v2.VpcAccess.NetworkInterface
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NETWORK_FIELD_NUMBER
publicstaticfinalintNETWORK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SUBNETWORK_FIELD_NUMBER
publicstaticfinalintSUBNETWORK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTAGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticVpcAccess.NetworkInterfacegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticVpcAccess.NetworkInterface.BuildernewBuilder()
newBuilder(VpcAccess.NetworkInterface prototype)
publicstaticVpcAccess.NetworkInterface.BuildernewBuilder(VpcAccess.NetworkInterfaceprototype)
publicstaticVpcAccess.NetworkInterfaceparseDelimitedFrom(InputStreaminput)
publicstaticVpcAccess.NetworkInterfaceparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticVpcAccess.NetworkInterfaceparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccess.NetworkInterfaceparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticVpcAccess.NetworkInterfaceparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccess.NetworkInterfaceparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticVpcAccess.NetworkInterfaceparseFrom(CodedInputStreaminput)
publicstaticVpcAccess.NetworkInterfaceparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticVpcAccess.NetworkInterfaceparseFrom(InputStreaminput)
publicstaticVpcAccess.NetworkInterfaceparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticVpcAccess.NetworkInterfaceparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccess.NetworkInterfaceparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<VpcAccess.NetworkInterface>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicVpcAccess.NetworkInterfacegetDefaultInstanceForType()
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];
| Returns |
| Type |
Description |
String |
The network.
|
getNetworkBytes()
publicByteStringgetNetworkBytes()
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];
| Returns |
| Type |
Description |
ByteString |
The bytes for network.
|
getParserForType()
publicParser<VpcAccess.NetworkInterface>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSubnetwork()
publicStringgetSubnetwork()
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];
| Returns |
| Type |
Description |
String |
The subnetwork.
|
getSubnetworkBytes()
publicByteStringgetSubnetworkBytes()
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];
| Returns |
| Type |
Description |
ByteString |
The bytes for subnetwork.
|
publicStringgetTags(intindex)
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The tags at the given index.
|
publicByteStringgetTagsBytes(intindex)
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the tags at the given index.
|
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The count of tags.
|
publicProtocolStringListgetTagsList()
Optional. Network tags applied to this Cloud Run resource.
repeated string tags = 3 [(.google.api.field_behavior) = OPTIONAL];
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicVpcAccess.NetworkInterface.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedVpcAccess.NetworkInterface.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicVpcAccess.NetworkInterface.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides