Interface Telemetry.ServerLaunch.SourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getArch()
      string arch = 3;
      com.google.protobuf.ByteString getArchBytes()
      string arch = 3;
      Telemetry.ServerLaunch.Cerbos getCerbos()
      .cerbos.telemetry.v1.ServerLaunch.Cerbos cerbos = 1;
      Telemetry.ServerLaunch.CerbosOrBuilder getCerbosOrBuilder()
      .cerbos.telemetry.v1.ServerLaunch.Cerbos cerbos = 1;
      int getNumCpus()
      uint32 num_cpus = 4;
      java.lang.String getOs()
      string os = 2;
      com.google.protobuf.ByteString getOsBytes()
      string os = 2;
      boolean hasCerbos()
      .cerbos.telemetry.v1.ServerLaunch.Cerbos cerbos = 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

      • hasCerbos

        boolean hasCerbos()
        .cerbos.telemetry.v1.ServerLaunch.Cerbos cerbos = 1;
        Returns:
        Whether the cerbos field is set.
      • getOs

        java.lang.String getOs()
        string os = 2;
        Returns:
        The os.
      • getOsBytes

        com.google.protobuf.ByteString getOsBytes()
        string os = 2;
        Returns:
        The bytes for os.
      • getArch

        java.lang.String getArch()
        string arch = 3;
        Returns:
        The arch.
      • getArchBytes

        com.google.protobuf.ByteString getArchBytes()
        string arch = 3;
        Returns:
        The bytes for arch.
      • getNumCpus

        int getNumCpus()
        uint32 num_cpus = 4;
        Returns:
        The numCpus.