public static interface JobTrigger.ErrorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Status |
getDetails()
.google.rpc.Status details = 1; |
StatusOrBuilder |
getDetailsOrBuilder()
.google.rpc.Status details = 1; |
Timestamp |
getTimestamps(int index)
The times the error occurred.
|
int |
getTimestampsCount()
The times the error occurred.
|
java.util.List<Timestamp> |
getTimestampsList()
The times the error occurred.
|
TimestampOrBuilder |
getTimestampsOrBuilder(int index)
The times the error occurred.
|
java.util.List<? extends TimestampOrBuilder> |
getTimestampsOrBuilderList()
The times the error occurred.
|
boolean |
hasDetails()
.google.rpc.Status details = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDetails()
.google.rpc.Status details = 1;
Status getDetails()
.google.rpc.Status details = 1;
StatusOrBuilder getDetailsOrBuilder()
.google.rpc.Status details = 1;
java.util.List<Timestamp> getTimestampsList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
Timestamp getTimestamps(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
int getTimestampsCount()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
java.util.List<? extends TimestampOrBuilder> getTimestampsOrBuilderList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
TimestampOrBuilder getTimestampsOrBuilder(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;