Package com.google.cloud.datacatalog.v1
Interface PersonalDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PersonalDetails
,PersonalDetails.Builder
public interface PersonalDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getStarred()
True if the entry is starred by the user; false otherwise.com.google.protobuf.Timestamp
getStarTime()
Set if the entry is starred; unset otherwise.com.google.protobuf.TimestampOrBuilder
getStarTimeOrBuilder()
Set if the entry is starred; unset otherwise.boolean
hasStarTime()
Set if the entry is starred; unset otherwise.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStarred
boolean getStarred()
True if the entry is starred by the user; false otherwise.
bool starred = 1;
- Returns:
- The starred.
-
hasStarTime
boolean hasStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
- Returns:
- Whether the starTime field is set.
-
getStarTime
com.google.protobuf.Timestamp getStarTime()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
- Returns:
- The starTime.
-
getStarTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStarTimeOrBuilder()
Set if the entry is starred; unset otherwise.
.google.protobuf.Timestamp star_time = 2;
-
-