Interface AttemptOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Attempt,Attempt.Builder
public interface AttemptOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetAttemptTime().google.protobuf.Timestamp attempt_time = 1;com.google.protobuf.TimestampOrBuildergetAttemptTimeOrBuilder().google.protobuf.Timestamp attempt_time = 1;com.google.rpc.StatusgetPartialFailures(int index)Details of errors that occurred.intgetPartialFailuresCount()Details of errors that occurred.List<com.google.rpc.Status>getPartialFailuresList()Details of errors that occurred.com.google.rpc.StatusOrBuildergetPartialFailuresOrBuilder(int index)Details of errors that occurred.List<? extends com.google.rpc.StatusOrBuilder>getPartialFailuresOrBuilderList()Details of errors that occurred.booleanhasAttemptTime().google.protobuf.Timestamp attempt_time = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAttemptTime
boolean hasAttemptTime()
.google.protobuf.Timestamp attempt_time = 1;- Returns:
- Whether the attemptTime field is set.
-
getAttemptTime
com.google.protobuf.Timestamp getAttemptTime()
.google.protobuf.Timestamp attempt_time = 1;- Returns:
- The attemptTime.
-
getAttemptTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getAttemptTimeOrBuilder()
.google.protobuf.Timestamp attempt_time = 1;
-
getPartialFailuresList
List<com.google.rpc.Status> getPartialFailuresList()
Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
-
getPartialFailures
com.google.rpc.Status getPartialFailures(int index)
Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
-
getPartialFailuresCount
int getPartialFailuresCount()
Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
-
getPartialFailuresOrBuilderList
List<? extends com.google.rpc.StatusOrBuilder> getPartialFailuresOrBuilderList()
Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
-
getPartialFailuresOrBuilder
com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder(int index)
Details of errors that occurred.
repeated .google.rpc.Status partial_failures = 2;
-
-