Package api

Interface EventOuterClass.JobUtilisationEventOrBuilder

    • Method Detail

      • getJobId

        String getJobId()
        string job_id = 1;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
        string job_id = 1;
        Returns:
        The bytes for jobId.
      • getJobSetId

        String getJobSetId()
        string job_set_id = 2;
        Returns:
        The jobSetId.
      • getJobSetIdBytes

        com.google.protobuf.ByteString getJobSetIdBytes()
        string job_set_id = 2;
        Returns:
        The bytes for jobSetId.
      • getQueue

        String getQueue()
        string queue = 3;
        Returns:
        The queue.
      • getQueueBytes

        com.google.protobuf.ByteString getQueueBytes()
        string queue = 3;
        Returns:
        The bytes for queue.
      • hasCreated

        boolean hasCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        Whether the created field is set.
      • getCreated

        com.google.protobuf.Timestamp getCreated()
        .google.protobuf.Timestamp created = 4;
        Returns:
        The created.
      • getCreatedOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
        .google.protobuf.Timestamp created = 4;
      • getClusterId

        String getClusterId()
        string cluster_id = 5;
        Returns:
        The clusterId.
      • getClusterIdBytes

        com.google.protobuf.ByteString getClusterIdBytes()
        string cluster_id = 5;
        Returns:
        The bytes for clusterId.
      • getKubernetesId

        String getKubernetesId()
        string kubernetes_id = 6;
        Returns:
        The kubernetesId.
      • getKubernetesIdBytes

        com.google.protobuf.ByteString getKubernetesIdBytes()
        string kubernetes_id = 6;
        Returns:
        The bytes for kubernetesId.
      • getMaxResourcesForPeriodCount

        int getMaxResourcesForPeriodCount()
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;
      • containsMaxResourcesForPeriod

        boolean containsMaxResourcesForPeriod​(String key)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;
      • getMaxResourcesForPeriodMap

        Map<String,​Generated.Quantity> getMaxResourcesForPeriodMap()
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;
      • getMaxResourcesForPeriodOrDefault

        Generated.Quantity getMaxResourcesForPeriodOrDefault​(String key,
                                                             Generated.Quantity defaultValue)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;
      • getMaxResourcesForPeriodOrThrow

        Generated.Quantity getMaxResourcesForPeriodOrThrow​(String key)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> MaxResourcesForPeriod = 7;
      • getNodeName

        String getNodeName()
        string node_name = 8;
        Returns:
        The nodeName.
      • getNodeNameBytes

        com.google.protobuf.ByteString getNodeNameBytes()
        string node_name = 8;
        Returns:
        The bytes for nodeName.
      • getPodNumber

        int getPodNumber()
        int32 pod_number = 9;
        Returns:
        The podNumber.
      • getPodName

        String getPodName()
        string pod_name = 10;
        Returns:
        The podName.
      • getPodNameBytes

        com.google.protobuf.ByteString getPodNameBytes()
        string pod_name = 10;
        Returns:
        The bytes for podName.
      • getPodNamespace

        String getPodNamespace()
        string pod_namespace = 11;
        Returns:
        The podNamespace.
      • getPodNamespaceBytes

        com.google.protobuf.ByteString getPodNamespaceBytes()
        string pod_namespace = 11;
        Returns:
        The bytes for podNamespace.
      • getTotalCumulativeUsageCount

        int getTotalCumulativeUsageCount()
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12;
      • containsTotalCumulativeUsage

        boolean containsTotalCumulativeUsage​(String key)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12;
      • getTotalCumulativeUsageMap

        Map<String,​Generated.Quantity> getTotalCumulativeUsageMap()
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12;
      • getTotalCumulativeUsageOrDefault

        Generated.Quantity getTotalCumulativeUsageOrDefault​(String key,
                                                            Generated.Quantity defaultValue)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12;
      • getTotalCumulativeUsageOrThrow

        Generated.Quantity getTotalCumulativeUsageOrThrow​(String key)
        map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> total_cumulative_usage = 12;