Package api

Interface SubmitOuterClass.ServiceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPorts​(int index)
      repeated uint32 ports = 2;
      int getPortsCount()
      repeated uint32 ports = 2;
      List<Integer> getPortsList()
      repeated uint32 ports = 2;
      SubmitOuterClass.ServiceType getType()
      .api.ServiceType type = 1;
      int getTypeValue()
      .api.ServiceType type = 1;
      • 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 Detail

      • getTypeValue

        int getTypeValue()
        .api.ServiceType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getPortsList

        List<Integer> getPortsList()
        repeated uint32 ports = 2;
        Returns:
        A list containing the ports.
      • getPortsCount

        int getPortsCount()
        repeated uint32 ports = 2;
        Returns:
        The count of ports.
      • getPorts

        int getPorts​(int index)
        repeated uint32 ports = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The ports at the given index.