Interface V1.PodPortForwardOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.PodPortForwardOptions, V1.PodPortForwardOptions.Builder
Enclosing class:
V1

public static interface V1.PodPortForwardOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getPorts(int index)
    List of ports to forward Required when using WebSockets +optional
    int
    List of ports to forward Required when using WebSockets +optional
    List of ports to forward Required when using WebSockets +optional

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPortsList

      List<Integer> getPortsList()
       List of ports to forward
       Required when using WebSockets
       +optional
       
      repeated int32 ports = 1;
    • getPortsCount

      int getPortsCount()
       List of ports to forward
       Required when using WebSockets
       +optional
       
      repeated int32 ports = 1;
    • getPorts

      int getPorts(int index)
       List of ports to forward
       Required when using WebSockets
       +optional
       
      repeated int32 ports = 1;