Package com.google.privacy.dlp.v2
Interface ErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Error
,Error.Builder
public interface ErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getDetails()
Detailed error codes and messages.com.google.rpc.StatusOrBuilder
getDetailsOrBuilder()
Detailed error codes and messages.com.google.protobuf.Timestamp
getTimestamps(int index)
The times the error occurred.int
getTimestampsCount()
The times the error occurred.List<com.google.protobuf.Timestamp>
getTimestampsList()
The times the error occurred.com.google.protobuf.TimestampOrBuilder
getTimestampsOrBuilder(int index)
The times the error occurred.List<? extends com.google.protobuf.TimestampOrBuilder>
getTimestampsOrBuilderList()
The times the error occurred.boolean
hasDetails()
Detailed error codes and messages.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDetails
boolean hasDetails()
Detailed error codes and messages.
.google.rpc.Status details = 1;
- Returns:
- Whether the details field is set.
-
getDetails
com.google.rpc.Status getDetails()
Detailed error codes and messages.
.google.rpc.Status details = 1;
- Returns:
- The details.
-
getDetailsOrBuilder
com.google.rpc.StatusOrBuilder getDetailsOrBuilder()
Detailed error codes and messages.
.google.rpc.Status details = 1;
-
getTimestampsList
List<com.google.protobuf.Timestamp> getTimestampsList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
-
getTimestamps
com.google.protobuf.Timestamp getTimestamps(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
-
getTimestampsCount
int getTimestampsCount()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
-
getTimestampsOrBuilderList
List<? extends com.google.protobuf.TimestampOrBuilder> getTimestampsOrBuilderList()
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
-
getTimestampsOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampsOrBuilder(int index)
The times the error occurred.
repeated .google.protobuf.Timestamp timestamps = 2;
-
-