Interface MeteringMetadataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNonfirstLocalActivityExecutionAttempts()
      Count of local activities which have begun an execution attempt during this workflow task, and whose first attempt occurred in some previous task.
      • 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

      • getNonfirstLocalActivityExecutionAttempts

        int getNonfirstLocalActivityExecutionAttempts()
         Count of local activities which have begun an execution attempt during this workflow task,
         and whose first attempt occurred in some previous task. This is used for metering
         purposes, and does not affect workflow state.
         (-- api-linter: core::0141::forbidden-types=disabled
             aip.dev/not-precedent: Negative values make no sense to represent. --)
         
        uint32 nonfirst_local_activity_execution_attempts = 13;
        Returns:
        The nonfirstLocalActivityExecutionAttempts.