Interface RecordOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Record, Record.Builder

    @Generated(value="protoc",
               comments="annotations:RecordOrBuilder.java.pb.meta")
    public interface RecordOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RecordType getType()
      .temporal.api.cloud.usage.v1.RecordType type = 1;
      int getTypeValue()
      .temporal.api.cloud.usage.v1.RecordType type = 1;
      RecordUnit getUnit()
      .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
      int getUnitValue()
      .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
      double getValue()
      double value = 3;
      • 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()
        .temporal.api.cloud.usage.v1.RecordType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        RecordType getType()
        .temporal.api.cloud.usage.v1.RecordType type = 1;
        Returns:
        The type.
      • getUnitValue

        int getUnitValue()
        .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
        Returns:
        The enum numeric value on the wire for unit.
      • getUnit

        RecordUnit getUnit()
        .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
        Returns:
        The unit.
      • getValue

        double getValue()
        double value = 3;
        Returns:
        The value.