io.temporal.api.common.v1.MeteringMetadataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/common/v1/message.proto
package io.temporal.api.common.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:MeteringMetadataOrBuilder.java.pb.meta")
public interface MeteringMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.common.v1.MeteringMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return The nonfirstLocalActivityExecutionAttempts.
*/
int getNonfirstLocalActivityExecutionAttempts();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy