Add metric to count how often requests are automatically retried
Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Idd0e11babea2de2813ffbd741f58b3d0a43d7d4a
This commit is contained in:
@@ -89,6 +89,9 @@ public abstract class Metadata {
|
||||
// One or more resources
|
||||
public abstract Optional<Boolean> multiple();
|
||||
|
||||
// The name of an operation that is performed.
|
||||
public abstract Optional<String> operationName();
|
||||
|
||||
// Partial or full computation
|
||||
public abstract Optional<Boolean> partial();
|
||||
|
||||
@@ -185,6 +188,8 @@ public abstract class Metadata {
|
||||
|
||||
public abstract Builder multiple(boolean multiple);
|
||||
|
||||
public abstract Builder operationName(String operationName);
|
||||
|
||||
public abstract Builder partial(boolean partial);
|
||||
|
||||
public abstract Builder noteDbFilePath(@Nullable String noteDbFilePath);
|
||||
|
||||
Reference in New Issue
Block a user