Package binoculars

Interface BinocularsOuterClass.LogRequestOrBuilder

    • 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.
      • getPodNumber

        int getPodNumber()
        int32 pod_number = 2;
        Returns:
        The podNumber.
      • getPodNamespace

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

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

        String getSinceTime()
         allows to specify high precision time as string
         
        string since_time = 4;
        Returns:
        The sinceTime.
      • getSinceTimeBytes

        com.google.protobuf.ByteString getSinceTimeBytes()
         allows to specify high precision time as string
         
        string since_time = 4;
        Returns:
        The bytes for sinceTime.
      • hasLogOptions

        boolean hasLogOptions()
        .k8s.io.api.core.v1.PodLogOptions log_options = 5;
        Returns:
        Whether the logOptions field is set.
      • getLogOptions

        Generated.PodLogOptions getLogOptions()
        .k8s.io.api.core.v1.PodLogOptions log_options = 5;
        Returns:
        The logOptions.