Package com.google.cloud.run.v2
Interface VpcAccessOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpcAccess
,VpcAccess.Builder
public interface VpcAccessOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConnector()
VPC Access connector name.com.google.protobuf.ByteString
getConnectorBytes()
VPC Access connector name.VpcAccess.VpcEgress
getEgress()
Traffic VPC egress settings.int
getEgressValue()
Traffic VPC egress settings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnector
String getConnector()
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
string connector = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The connector.
-
getConnectorBytes
com.google.protobuf.ByteString getConnectorBytes()
VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.
string connector = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for connector.
-
getEgressValue
int getEgressValue()
Traffic VPC egress settings.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2;
- Returns:
- The enum numeric value on the wire for egress.
-
getEgress
VpcAccess.VpcEgress getEgress()
Traffic VPC egress settings.
.google.cloud.run.v2.VpcAccess.VpcEgress egress = 2;
- Returns:
- The egress.
-
-