Interface AppGateway.AllocatedConnectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppGateway.AllocatedConnection
,AppGateway.AllocatedConnection.Builder
- Enclosing class:
- AppGateway
public static interface AppGateway.AllocatedConnectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIngressPort()
Required.String
getPscUri()
Required.com.google.protobuf.ByteString
getPscUriBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPscUri
String getPscUri()
Required. The PSC uri of an allocated connection
string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The pscUri.
-
getPscUriBytes
com.google.protobuf.ByteString getPscUriBytes()
Required. The PSC uri of an allocated connection
string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for pscUri.
-
getIngressPort
int getIngressPort()
Required. The ingress port of an allocated connection
int32 ingress_port = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The ingressPort.
-
-