publicfinalclass VpcAccessextendsGeneratedMessageV3implementsVpcAccessOrBuilder
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>)
Static Fields
CONNECTOR_FIELD_NUMBER
publicstaticfinalintCONNECTOR_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EGRESS_FIELD_NUMBER
publicstaticfinalintEGRESS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
NETWORK_INTERFACES_FIELD_NUMBER
publicstaticfinalintNETWORK_INTERFACES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticVpcAccessgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticVpcAccess.BuildernewBuilder()
newBuilder(VpcAccess prototype)
publicstaticVpcAccess.BuildernewBuilder(VpcAccessprototype)
| Parameter |
| Name |
Description |
prototype |
VpcAccess
|
publicstaticVpcAccessparseDelimitedFrom(InputStreaminput)
publicstaticVpcAccessparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticVpcAccessparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccessparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticVpcAccessparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccessparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticVpcAccessparseFrom(CodedInputStreaminput)
publicstaticVpcAccessparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticVpcAccessparseFrom(InputStreaminput)
publicstaticVpcAccessparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticVpcAccessparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticVpcAccessparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<VpcAccess>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getConnector()
publicStringgetConnector()
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) = { ... }
| Returns |
| Type |
Description |
String |
The connector.
|
getConnectorBytes()
publicByteStringgetConnectorBytes()
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) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for connector.
|
getDefaultInstanceForType()
publicVpcAccessgetDefaultInstanceForType()
getEgress()
publicVpcAccess.VpcEgressgetEgress()
Traffic VPC egress settings. If not provided, it defaults to
PRIVATE_RANGES_ONLY.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2;
getEgressValue()
publicintgetEgressValue()
Traffic VPC egress settings. If not provided, it defaults to
PRIVATE_RANGES_ONLY.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for egress.
|
getNetworkInterfaces(int index)
publicVpcAccess.NetworkInterfacegetNetworkInterfaces(intindex)
Direct VPC egress settings. Currently only single network interface is
supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3;
| Parameter |
| Name |
Description |
index |
int
|
getNetworkInterfacesCount()
publicintgetNetworkInterfacesCount()
Direct VPC egress settings. Currently only single network interface is
supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3;
| Returns |
| Type |
Description |
int |
getNetworkInterfacesList()
publicList<VpcAccess.NetworkInterface>getNetworkInterfacesList()
Direct VPC egress settings. Currently only single network interface is
supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3;
getNetworkInterfacesOrBuilder(int index)
publicVpcAccess.NetworkInterfaceOrBuildergetNetworkInterfacesOrBuilder(intindex)
Direct VPC egress settings. Currently only single network interface is
supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3;
| Parameter |
| Name |
Description |
index |
int
|
getNetworkInterfacesOrBuilderList()
publicList<?extendsVpcAccess.NetworkInterfaceOrBuilder>getNetworkInterfacesOrBuilderList()
Direct VPC egress settings. Currently only single network interface is
supported.
repeated .google.cloud.run.v2.VpcAccess.NetworkInterface network_interfaces = 3;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.run.v2.VpcAccess.NetworkInterfaceOrBuilder> |
getParserForType()
publicParser<VpcAccess>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicVpcAccess.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedVpcAccess.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicVpcAccess.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides