Package com.google.cloud.aiplatform.v1
Interface PortOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Port,Port.Builder
@Generated
public interface PortOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintThe number of the port to expose on the pod's IP address.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getContainerPort
int getContainerPort()The number of the port to expose on the pod's IP address. Must be a valid port number, between 1 and 65535 inclusive.
int32 container_port = 3;- Returns:
- The containerPort.
-