Package api

Interface SubmitOuterClass.ServiceConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      The name of the service resource that is created.
      com.google.protobuf.ByteString getNameBytes()
      The name of the service resource that is created.
      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.
      • getName

        String getName()
         The name of the service resource that is created. If empty a name will be generated based on the job ID.
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name of the service resource that is created. If empty a name will be generated based on the job ID.
         
        string name = 3;
        Returns:
        The bytes for name.