Interface BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCount, BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCount.Builder
Enclosing class:
BuildEventStreamProtos.BuildMetrics.ActionSummary

public static interface BuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 count = 2;
    string exec_kind = 3;
    com.google.protobuf.ByteString
    string exec_kind = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 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 Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getCount

      int getCount()
      int32 count = 2;
      Returns:
      The count.
    • getExecKind

      String getExecKind()
      string exec_kind = 3;
      Returns:
      The execKind.
    • getExecKindBytes

      com.google.protobuf.ByteString getExecKindBytes()
      string exec_kind = 3;
      Returns:
      The bytes for execKind.