Package com.google.privacy.dlp.v2
Interface ProfileStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProfileStatus
,ProfileStatus.Builder
public interface ProfileStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.rpc.Status
getStatus()
Profiling status code and optional messagecom.google.rpc.StatusOrBuilder
getStatusOrBuilder()
Profiling status code and optional messagecom.google.protobuf.Timestamp
getTimestamp()
Time when the profile generation status was updatedcom.google.protobuf.TimestampOrBuilder
getTimestampOrBuilder()
Time when the profile generation status was updatedboolean
hasStatus()
Profiling status code and optional messageboolean
hasTimestamp()
Time when the profile generation status was updated-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
Profiling status code and optional message
.google.rpc.Status status = 1;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
Profiling status code and optional message
.google.rpc.Status status = 1;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Profiling status code and optional message
.google.rpc.Status status = 1;
-
hasTimestamp
boolean hasTimestamp()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
com.google.protobuf.Timestamp getTimestamp()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;
- Returns:
- The timestamp.
-
getTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Time when the profile generation status was updated
.google.protobuf.Timestamp timestamp = 3;
-
-